Commit 14a74179 authored by Roy T. Fielding's avatar Roy T. Fielding
Browse files

spelling


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77678 13f79535-47bb-0310-9956-ffa450edef68
parent 269c1571
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -695,7 +695,7 @@ processes will be created.<p><hr>
<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
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,9 +807,9 @@ file or directory is owned by the same user id as the link.
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
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: