]> TLD Linux GIT Repositories - packages/apache.git/blobdiff - apache-common.conf
- 2.4 access control syntax
[packages/apache.git] / apache-common.conf
index 05686e9666a584d6725887cd3a9bf8424e295489..8643668fb619b8f4be48370700fdfde7c44569d0 100644 (file)
@@ -16,8 +16,7 @@ DocumentRoot "/home/services/httpd/html"
        Options FollowSymLinks
        AllowOverride None
        <IfModule mod_authz_host.c>
-               Order deny,allow
-               Deny from all
+               Require all denied
        </IfModule>
 </Directory>
 
@@ -50,8 +49,7 @@ DocumentRoot "/home/services/httpd/html"
        # Controls who can get stuff from this server.
        #
        <IfModule mod_authz_host.c>
-               Order allow,deny
-               Allow from all
+               Require all granted
        </IfModule>
 
 </Directory>