From fec2ecce8b4f479024d4bd3b3c6b09bf0b42f1a3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20=C5=9Awi=C4=85tek?= Date: Sun, 26 Feb 2012 21:28:29 +0100 Subject: [PATCH] - Loadmodule needs to be after ServerRoot --- apache-httpd.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.44.0