From: Bartosz Świątek Date: Sun, 26 Feb 2012 20:28:29 +0000 (+0100) Subject: - Loadmodule needs to be after ServerRoot X-Git-Url: https://git.tld-linux.org/?p=packages%2Fapache.git;a=commitdiff_plain;h=fec2ecce8b4f479024d4bd3b3c6b09bf0b42f1a3 - Loadmodule needs to be after ServerRoot --- diff --git a/apache-httpd.conf b/apache-httpd.conf index d82c8eb..040aa7c 100644 --- a/apache-httpd.conf +++ b/apache-httpd.conf @@ -7,10 +7,11 @@ # In particular, see # # 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 # running httpd, as with most system services.