]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-httpd.conf
- rel 3; follow https://wiki.mozilla.org/Security/Server_Side_TLS
[packages/apache.git] / apache-httpd.conf
index 60453a0fb867b220074a78776c82b7371aaa2e3a..eaec1ea171a99b537610535d5b942170bc21d310 100644 (file)
@@ -7,9 +7,10 @@
 # <URL:http://httpd.apache.org/docs/2.2/mod/directives.html>
 # for a discussion of each configuration directive.
 
+ServerRoot "/etc/httpd"
+
 LoadModule unixd_module   modules/mod_unixd.so
 
-ServerRoot "/etc/httpd"
 
 # 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
@@ -102,6 +103,10 @@ IncludeOptional webapps.d/*.conf
                <IfModule mod_authz_host.c>
                        Require all granted
                </IfModule>
+               <IfModule mod_access_compat.c>
+                       Order allow,deny
+                       Allow from all
+               </IfModule>
        </Directory>
 </IfModule>
 
This page took 0.048903 seconds and 4 git commands to generate.