From: brian Date: Sun, 22 Dec 1996 04:56:00 +0000 (+0000) Subject: Reviewed by: Brian Behlendorf X-Git-Tag: APACHE_1_2b3~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=371a2982cd2c0c9cfed3a9b00f61c58d9a792f0a;p=apache Reviewed by: Brian Behlendorf Submitted by: Martin Kraemer Typographical fixes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77303 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index 91be55beb1..8b12f980bb 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -451,7 +451,7 @@ server. Some admins use user nobody, but this is not always possible or desirable.

Note: if you start the server as a non-root user, it will fail to change -to the specified, and will instead continue to run as the group of the +to the specified group, and will instead continue to run as the group of the original user.

Special note: Use of this directive in <VirtualHost> requires a @@ -472,7 +472,7 @@ for each connection, where the client machine runs identd or something similar. This information is logged in the access log. Boolean is either on or off.

-The information should not trusted in any way except for rudimentary usage +The information should not be trusted in any way except for rudimentary usage tracking.


<IfModule>

@@ -885,7 +885,7 @@ httpd.conf file. Filename is relative to the This feature can be disabled using:
ResourceConfig /dev/null
Historically, this file contained most directives except for server -configuration directives and <Directory>. +configuration directives and <Directory> sections; in fact it can now contain any server directive allowed in the server config context.