]> TLD Linux GIT Repositories - packages/apache.git/blobdiff - apache-mod_autoindex.conf
- release 2
[packages/apache.git] / apache-mod_autoindex.conf
index 7b902c63842fd8efd76238915e6a0b9fe1134220..165fde4a5ea8bfba0f499efc4a12d046f2045fa8 100644 (file)
@@ -22,11 +22,15 @@ IndexOptions FancyIndexing HTMLTable VersionSort Charset=UTF-8
 Alias /icons/ "/home/services/httpd/icons/"
 
 <Directory "/home/services/httpd/icons">
-       Options Indexes MultiViews
+       Options Indexes
        AllowOverride None
        <IfModule mod_authz_host.c>
                Require all granted
        </IfModule>
+       <IfModule mod_access_compat.c>
+               Order allow,deny
+               Allow from all
+       </IfModule>
 </Directory>
 
 #