X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=apache-httpd.conf;h=d4495c5c823c6ad77b33f075bc47d98a8318f1b1;hb=c7adee7f16d1507842c45db96fbf5056960be3df;hp=98f483aa17c99c8868c88d0354309ae263913dbc;hpb=9bba86f316c8895d35a9e64d42c3b88f1af866d3;p=packages%2Fapache.git diff --git a/apache-httpd.conf b/apache-httpd.conf index 98f483a..d4495c5 100644 --- a/apache-httpd.conf +++ b/apache-httpd.conf @@ -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 # # 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 - Order allow,deny - Allow from all + Require all granted