[packages/apache] - load mod_unixd after serverroot was set (so correct serverroot gets used)
arekm
arekm at pld-linux.org
Thu May 9 16:58:58 CEST 2013
commit 58d2eaf15ecabf388041aa1613204a97045c3a0e
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Thu May 9 16:58:55 2013 +0200
- load mod_unixd after serverroot was set (so correct serverroot gets used)
apache-httpd.conf | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/apache-httpd.conf b/apache-httpd.conf
index 60453a0..28199f7 100644
--- a/apache-httpd.conf
+++ b/apache-httpd.conf
@@ -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
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/apache.git/commitdiff/58d2eaf15ecabf388041aa1613204a97045c3a0e
More information about the pld-cvs-commit
mailing list