diff options
author | David Reid <dreid@apache.org> | 2001-11-08 01:54:00 +0100 |
---|---|---|
committer | David Reid <dreid@apache.org> | 2001-11-08 01:54:00 +0100 |
commit | 606ca28f37de57c656d23c1fc254cf313110e9c5 (patch) | |
tree | 26f6dd26715823efbe070d0b9025e655cb256717 | |
parent | Get rid of "You configured HTTPS(443) on the standard HTTP(80) port!" (diff) | |
download | apache2-606ca28f37de57c656d23c1fc254cf313110e9c5.tar.xz apache2-606ca28f37de57c656d23c1fc254cf313110e9c5.zip |
This doesn't feel quite right, but it doesn't cause any problems
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
-rw-r--r-- | docs/conf/httpd-std.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/conf/httpd-std.conf b/docs/conf/httpd-std.conf index 93d7449816..b31af5a393 100644 --- a/docs/conf/httpd-std.conf +++ b/docs/conf/httpd-std.conf @@ -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 |