]> 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 98f483aa17c99c8868c88d0354309ae263913dbc..d4495c5c823c6ad77b33f075bc47d98a8318f1b1 100644 (file)
@@ -1,4 +1,3 @@
-# $Id: apache-httpd.conf,v 1.58 2011/10/25 09:40:41 psz Exp $
 #
 # This is the main Apache HTTP server configuration file.
 # It contains the configuration directives that give the server its instructions.
@@ -8,9 +7,9 @@
 # In particular, see
 # <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
 
 # 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
@@ -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>