]> TLD Linux GIT Repositories - packages/apache.git/blobdiff - apache-mod_autoindex.conf
- remove unneeded patches
[packages/apache.git] / apache-mod_autoindex.conf
index 9cf9faa11f1f7dcc57fb86dc95eff6fd70a3fc17..e23c0a10b8fcb2e89a47faee13ca0e98e74291bf 100644 (file)
@@ -1,4 +1,3 @@
-# $Id: apache-mod_autoindex.conf,v 1.10 2011/04/03 13:22:25 glen Exp $
 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>