]> TLD Linux GIT Repositories - packages/apache.git/commitdiff
- 2.4 access control syntax
authorBartosz Świątek <shadzik@tld-linux.org>
Sun, 26 Feb 2012 20:39:13 +0000 (21:39 +0100)
committerBartosz Świątek <shadzik@tld-linux.org>
Sun, 26 Feb 2012 20:39:13 +0000 (21:39 +0100)
apache-httpd.conf

index 7992a32c52277a2af4a9c64a710bf7bd0777261e..d4495c5c823c6ad77b33f075bc47d98a8318f1b1 100644 (file)
@@ -85,8 +85,7 @@ IncludeOptional webapps.d/*.conf
                AllowOverride None
                Options None
                <IfModule mod_authz_host.c>
-                       Order allow,deny
-                       Allow from all
+                       Require all granted
                </IfModule>
        </Directory>
 </IfModule>