]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-common.conf
- make default config safe wrt mod_access_compat
[packages/apache.git] / apache-common.conf
index 8643668fb619b8f4be48370700fdfde7c44569d0..326dcff241ad1a754613701b8a36f1119b68ad3a 100644 (file)
@@ -18,6 +18,10 @@ DocumentRoot "/home/services/httpd/html"
        <IfModule mod_authz_host.c>
                Require all denied
        </IfModule>
+       <IfModule mod_access_compat.c>
+               Order deny,allow
+               Deny from all
+       </IfModule>
 </Directory>
 
 #
@@ -51,5 +55,9 @@ DocumentRoot "/home/services/httpd/html"
        <IfModule mod_authz_host.c>
                Require all granted
        </IfModule>
+       <IfModule mod_access_compat.c>
+               Order allow,deny
+               Allow from all
+       </IfModule>
 
 </Directory>
This page took 0.038014 seconds and 4 git commands to generate.