]> TLD Linux GIT Repositories - packages/apache.git/blobdiff - apache-httpd.conf
- Apache HTTPD 2.4.3 (fixes CVE-2012-3502 CVE-2012-2687)
[packages/apache.git] / apache-httpd.conf
index d82c8eb84db32637b8e942c893471df52af6697f..d4495c5c823c6ad77b33f075bc47d98a8318f1b1 100644 (file)
@@ -7,9 +7,9 @@
 # In particular, see
 # <URL:http://httpd.apache.org/docs/2.2/mod/directives.html>
 # for a discussion of each configuration directive.
-LoadModule unixd_module        modules/mod_unixd.so
 ServerRoot "/etc/httpd"
-DefaultType none
+
+LoadModule unixd_module modules/mod_unixd.so
 
 # User/Group: The name (or #number) of the user/group to run httpd as.
 # It is usually good practice to create a dedicated user and group for
@@ -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>