brian 96/12/21 20:56:01
Modified: htdocs/manual/mod core.html
Log:
Reviewed by: Brian Behlendorf
Submitted by: Martin Kraemer
Typographical fixes.
Revision Changes Path
1.23 +3 -3 apache/htdocs/manual/mod/core.html
Index: core.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/mod/core.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -C3 -r1.22 -r1.23
*** core.html 1996/12/22 04:39:56 1.22
--- core.html 1996/12/22 04:56:00 1.23
***************
*** 451,457 ****
possible or desirable.<p>
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
original user. <p>
Special note: Use of this directive in <VirtualHost> requires a
--- 451,457 ----
possible or desirable.<p>
Note: if you start the server as a non-root user, it will fail to change
! to the specified group, and will instead continue to run as the group of the
original user. <p>
Special note: Use of this directive in <VirtualHost> requires a
***************
*** 472,478 ****
This information is logged in the access log. <em>Boolean</em> is either
<code>on</code> or <code>off</code>.<p>
! The information should not trusted in any way except for rudimentary usage
tracking.<p><hr>
<A NAME="ifmodule"><H2><IfModule></H2></A>
--- 472,478 ----
This information is logged in the access log. <em>Boolean</em> is either
<code>on</code> or <code>off</code>.<p>
! The information should not be trusted in any way except for rudimentary
usage
tracking.<p><hr>
<A NAME="ifmodule"><H2><IfModule></H2></A>
***************
*** 885,891 ****
This feature can be disabled using:
<blockquote><code>ResourceConfig /dev/null</code></blockquote>
Historically, this file contained most directives except for server
! configuration directives and <A HREF="#directory"><Directory></A>.
sections; in fact it can now contain any server directive allowed in the
<em>server config</em> context.<p>
--- 885,891 ----
This feature can be disabled using:
<blockquote><code>ResourceConfig /dev/null</code></blockquote>
Historically, this file contained most directives except for server
! configuration directives and <A HREF="#directory"><Directory></A>
sections; in fact it can now contain any server directive allowed in the
<em>server config</em> context.<p>