]> granicus.if.org Git - apache/commitdiff
Fix IfModule in default configuration according
authorRainer Jung <rjung@apache.org>
Tue, 15 Jun 2010 10:58:34 +0000 (10:58 +0000)
committerRainer Jung <rjung@apache.org>
Tue, 15 Jun 2010 10:58:34 +0000 (10:58 +0000)
the to new mod_unixd.

"User" and "Group" are no longer implemented in the MPMs.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@954808 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/httpd.conf.in

index 0bb002d20a07c4e9979f318ee04f38518df5714d..0d470b42f75f56429605fd2417122e99bec6b0c9 100644 (file)
@@ -64,8 +64,7 @@ Listen @@Port@@
 #
 @@LoadModule@@
 
-<IfModule !mpm_netware_module>
-<IfModule !mpm_winnt_module>
+<IfModule unixd_module>
 #
 # If you wish httpd to run as a different user or group, you must run
 # httpd as root initially and it will switch.  
@@ -77,7 +76,6 @@ Listen @@Port@@
 User daemon
 Group daemon
 
-</IfModule>
 </IfModule>
 
 # 'Main' server configuration