fielding 97/02/22 16:42:35
Modified: htdocs/manual/mod core.html
Log:
spelling
Revision Changes Path
1.38 +4 -4 apache/htdocs/manual/mod/core.html
Index: core.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/mod/core.html,v
retrieving revision 1.37
retrieving revision 1.38
diff -C3 -r1.37 -r1.38
*** core.html 1997/02/22 17:27:38 1.37
--- core.html 1997/02/23 00:42:33 1.38
***************
*** 695,701 ****
<p>The MaxKeepAliveRequests directive limits the number of requests
allowed per connection when <a href="#keepalive">KeepAlive</a> is
on. If it is set to "<code>0</code>", unlimited requests will be
! allowed. We reccomend that this setting is kept to a high value, for
maximum server peformance.
<A name="maxrequestsperchild"><h2>MaxRequestsPerChild directive</h2></A>
--- 695,701 ----
<p>The MaxKeepAliveRequests directive limits the number of requests
allowed per connection when <a href="#keepalive">KeepAlive</a> is
on. If it is set to "<code>0</code>", unlimited requests will be
! allowed. We recommend that this setting be kept to a high value for
maximum server peformance.
<A name="maxrequestsperchild"><h2>MaxRequestsPerChild directive</h2></A>
***************
*** 807,815 ****
Normally, if multiple <code>Options</code> could apply to a directory,
then the most specific one is taken complete; the options are not
merged. However if <i>all</i> the options on the <code>Options</code>
! directive are preceeded by a + or - symbol, the options are
! merged. Any options preceeded by a + are added to the options
! currently in force, and any options preceeded by a - are removed from
the options currently in force. <P>
For example, without any + and - symbols:
--- 807,815 ----
Normally, if multiple <code>Options</code> could apply to a directory,
then the most specific one is taken complete; the options are not
merged. However if <i>all</i> the options on the <code>Options</code>
! directive are preceded by a + or - symbol, the options are
! merged. Any options preceded by a + are added to the options
! currently in force, and any options preceded by a - are removed from
the options currently in force. <P>
For example, without any + and - symbols: