From 7c58bd510e40e5707dd1b7665a0ff2185d88a476 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 8 Jan 2019 21:04:43 +0000 Subject: Better auto indexing --- etc/apache/httpd.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc') diff --git a/etc/apache/httpd.conf b/etc/apache/httpd.conf index fd4fe26..9de6355 100644 --- a/etc/apache/httpd.conf +++ b/etc/apache/httpd.conf @@ -58,6 +58,8 @@ LoadModule proxy_http_module modules/mod_proxy_http.so LoadModule remoteip_module modules/mod_remoteip.so LoadModule markdown_module modules/mod_markdown.so +include /etc/apache2/modules.d/00_mod_autoindex.conf + CacheRoot "/var/cache/apache2/" CacheEnable disk / CacheDirLevels 2 @@ -71,6 +73,7 @@ RemoteIPProxyProtocol On Options FollowSymLinks Indexes ExecCGI + IndexOptions NameWidth=* AllowOverride All -- cgit v1.2.3