]> TLD Linux GIT Repositories - packages/apache.git/blobdiff - apache-mod_autoindex.conf
- 2.4 access control syntax
[packages/apache.git] / apache-mod_autoindex.conf
index a8fb2ed58b38de783a5a8fcdca339daa054257e3..e23c0a10b8fcb2e89a47faee13ca0e98e74291bf 100644 (file)
@@ -1,4 +1,3 @@
-
 LoadModule autoindex_module    modules/mod_autoindex.so
 
 #
@@ -26,8 +25,7 @@ Alias /icons/ "/home/services/httpd/icons/"
        Options Indexes MultiViews
        AllowOverride None
        <IfModule mod_authz_host.c>
-               Order allow,deny
-               Allow from all
+               Require all granted
        </IfModule>
 </Directory>