]> granicus.if.org Git - apache/commitdiff
This doesn't feel quite right, but it doesn't cause any problems
authorDavid Reid <dreid@apache.org>
Thu, 8 Nov 2001 00:54:00 +0000 (00:54 +0000)
committerDavid Reid <dreid@apache.org>
Thu, 8 Nov 2001 00:54:00 +0000 (00:54 +0000)
and stops an irritation about the standard conf file for
BeOS which barfs if the User/Group is present.

Submitted by: Brad Froehle <epEnochRoot@yahoo.com>
Reviewed by: David Reid <dreid@apache.org>

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

docs/conf/httpd-std.conf

index 93d74498160e4362376254b00ec7c6805a0face6..b31af5a393ccf5abf83d8f9354d3f30ffd508023 100644 (file)
@@ -217,6 +217,7 @@ Listen @@Port@@
 #
 
 <IfModule !mpm_winnt.c>
+<IfModule !beos.c>
 #
 # If you wish httpd to run as a different user or group, you must run
 # httpd as root initially and it will switch.  
@@ -231,7 +232,7 @@ Listen @@Port@@
 #
 User nobody
 Group #-1
-</IfModule>
+</IfModule> # !mpm_winnt.c && beos.c #
 
 #
 # ServerAdmin: Your address, where problems with the server should be