]> TLD Linux GIT Repositories - packages/apache.git/commitdiff
- Loadmodule needs to be after ServerRoot
authorBartosz Świątek <shadzik@tld-linux.org>
Sun, 26 Feb 2012 20:28:29 +0000 (21:28 +0100)
committerBartosz Świątek <shadzik@tld-linux.org>
Sun, 26 Feb 2012 20:28:29 +0000 (21:28 +0100)
apache-httpd.conf

index d82c8eb84db32637b8e942c893471df52af6697f..040aa7c471abd00cc33f02f4a04e473236608993 100644 (file)
@@ -7,10 +7,11 @@
 # In particular, see
 # <URL:http://httpd.apache.org/docs/2.2/mod/directives.html>
 # 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.