]> TLD Linux GIT Repositories - packages/apache.git/blobdiff - apache-httpd.conf
- fix apxs installation
[packages/apache.git] / apache-httpd.conf
index 040aa7c471abd00cc33f02f4a04e473236608993..d4495c5c823c6ad77b33f075bc47d98a8318f1b1 100644 (file)
@@ -8,7 +8,6 @@
 # <URL:http://httpd.apache.org/docs/2.2/mod/directives.html>
 # for a discussion of each configuration directive.
 ServerRoot "/etc/httpd"
-DefaultType none
 
 LoadModule unixd_module modules/mod_unixd.so
 
@@ -86,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>