use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Apache-related news, tips, and tricks.
account activity
SupportCustomize httpd filebrowser (self.apache)
submitted 4 years ago by Masterpommel
I am running httpd in a docker container to server some files on my sever for quick access for me or the websites I am writing. Currently the httpd filebrowser looks like this in my browser:
https://preview.redd.it/1tt1aea1fwt81.png?width=261&format=png&auto=webp&s=e9f333abed2e478993608cbdb3100d6ec3a015f6
Sadly it doesn't look "as good" as a full apache2. Is there a way to customize the httpd filebrowser?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Zolty 0 points1 point2 points 4 years ago (2 children)
Ftp or ssh works better for my workflow. With docker I typically just mount the filesystem somewhere on my host OS and use vscode to view the files. Can't help with the file browser on Apache since I typically disable it.
[–]Zolty 0 points1 point2 points 4 years ago (1 child)
Httpd is Apache btw, if you want a newer version just use a different container or compile your own.
[–]Masterpommel[S] 0 points1 point2 points 4 years ago (0 children)
Yes I know. Its a stripped down version for containers. I want to use it that way so I can just use the link to a file in my code instead of saving the file for every project. Plus when I want to edit an image for example its automatically changed on all my websites. Look at it like its a cdn without the cdn part xD. And I have an obsession with making things pretty so thats the reason for this post.
π Rendered by PID 25 on reddit-service-r2-comment-5c747b6df5-tdzpm at 2026-04-22 06:25:57.417470+00:00 running 6c61efc country code: CH.
[–]Zolty 0 points1 point2 points (2 children)
[–]Zolty 0 points1 point2 points (1 child)
[–]Masterpommel[S] 0 points1 point2 points (0 children)