rel="Help"><strong>Compatibility:</strong></a> Location is only
available in Apache 1.1 and later.
+ <p class="currentdocs"><strong>Current documentation for this directive may be found <a
+ href="http://httpd.apache.org/docs/current/mod/core.html#location">here</a></strong></p>
+
<p>The <Location> directive provides for access control
by URL. It is similar to the <a
href="#directory"><Directory></a> directive, and starts a
rel="Help"><strong>Compatibility:</strong></a> LocationMatch is
only available in Apache 1.3 and later.
+ <p class="currentdocs"><strong>Current documentation for this directive may be found <a
+ href="http://httpd.apache.org/docs/current/mod/core.html#locationmatch">here</a></strong></p>
+
<p>The <LocationMatch> directive provides for access
control by URL, in an identical manner to <a
href="#location"><Location></a>. However, it takes a
<a href="directive-dict.html#Status"
rel="Help"><strong>Status:</strong></a> core
+ <p class="currentdocs"><strong>Current documentation for this directive may be found <a
+ href="http://httpd.apache.org/docs/current/mod/mpm_common.html#lockfile">here</a></strong></p>
+
<p>The LockFile directive sets the path to the lockfile used
when Apache is compiled with either USE_FCNTL_SERIALIZED_ACCEPT
or USE_FLOCK_SERIALIZED_ACCEPT. This directive should normally
rel="Help"><strong>Compatibility:</strong></a> LogLevel is only
available in 1.3 or later.
+ <p class="currentdocs"><strong>Current documentation for this directive may be found <a
+ href="http://httpd.apache.org/docs/current/mod/core.html#loglevel">here</a></strong></p>
+
<p>LogLevel adjusts the verbosity of the messages recorded in
the error logs (see <a href="#errorlog">ErrorLog</a>
directive). The following <em>level</em>s are available, in
<a href="directive-dict.html#Status"
rel="Help"><strong>Status:</strong></a> core
+ <p class="currentdocs"><strong>Current documentation for this directive may be found <a
+ href="http://httpd.apache.org/docs/current/mod/mpm_common.html#maxclients">here</a></strong></p>
+
<p>The MaxClients directive sets the limit on the number of
simultaneous requests that can be supported; not more than this
number of child server processes will be created. To configure
rel="Help"><strong>Compatibility:</strong></a> Only available
in Apache 1.2 and later.
+ <p class="currentdocs"><strong>Current documentation for this directive may be found <a
+ href="http://httpd.apache.org/docs/current/mod/core.html#maxkeepaliverequests">here</a></strong></p>
+
<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
<a href="directive-dict.html#Status"
rel="Help"><strong>Status:</strong></a> core
+ <p class="currentdocs"><strong>Current documentation for this directive may be found <a
+ href="http://httpd.apache.org/docs/current/mod/mpm_common.html#maxrequestsperchild">here</a>.</strong></p>
+
<p>The MaxRequestsPerChild directive sets the limit on the
number of requests that an individual child server process will
handle. After MaxRequestsPerChild requests, the child process
<a href="directive-dict.html#Status"
rel="Help"><strong>Status:</strong></a> core
+ <p class="currentdocs"><strong>Current documentation for this directive may be found <a
+ href="http://httpd.apache.org/docs/current/mod/prefork.html#minspareservers">here</a></strong></p>
+
<p>The MaxSpareServers directive sets the desired maximum
number of <em>idle</em> child server processes. An idle process
is one which is not handling a request. If there are more than
<a href="directive-dict.html#Status"
rel="Help"><strong>Status:</strong></a> core
+ <p class="currentdocs"><strong>Current documentation for this directive may be found <a
+ href="http://httpd.apache.org/docs/current/mod/prefork.html#maxspareservers">here</a></strong></p>
+
<p>The MinSpareServers directive sets the desired minimum
number of <em>idle</em> child server processes. An idle process
is one which is not handling a request. If there are fewer than