From fb023f403afe56a1a8f0315405e19332d9e7a9e2 Mon Sep 17 00:00:00 2001 From: Rainer Jung Date: Tue, 15 Jun 2010 10:58:34 +0000 Subject: [PATCH] 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 --- docs/conf/httpd.conf.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.50.1