From: Rainer Jung Date: Tue, 15 Jun 2010 10:58:34 +0000 (+0000) Subject: Fix IfModule in default configuration according X-Git-Tag: 2.3.7~178 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fb023f403afe56a1a8f0315405e19332d9e7a9e2;p=apache Fix IfModule in default configuration according 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 --- diff --git a/docs/conf/httpd.conf.in b/docs/conf/httpd.conf.in index 0bb002d20a..0d470b42f7 100644 --- a/docs/conf/httpd.conf.in +++ b/docs/conf/httpd.conf.in @@ -64,8 +64,7 @@ Listen @@Port@@ # @@LoadModule@@ - - + # # 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 - # 'Main' server configuration