Commit 9fa55c34 authored by Richard Bowen's avatar Richard Bowen
Browse files

Links to current docs.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@1021746 13f79535-47bb-0310-9956-ffa450edef68
parent ad80997c
Loading
Loading
Loading
Loading
+27 −0
Original line number Diff line number Diff line
@@ -2590,6 +2590,9 @@ Syntax OK
    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 &lt;Location&gt; directive provides for access control
    by URL. It is similar to the <a
    href="#directory">&lt;Directory&gt;</a> directive, and starts a
@@ -2682,6 +2685,9 @@ Syntax OK
    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 &lt;LocationMatch&gt; directive provides for access
    control by URL, in an identical manner to <a
    href="#location">&lt;Location&gt;</a>. However, it takes a
@@ -2712,6 +2718,9 @@ Syntax OK
     <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
@@ -2746,6 +2755,9 @@ Syntax OK
    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
@@ -2853,6 +2865,9 @@ Syntax OK
     <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
@@ -2883,6 +2898,9 @@ Syntax OK
    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
@@ -2912,6 +2930,9 @@ Syntax OK
     <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
@@ -2957,6 +2978,9 @@ Syntax OK
     <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
@@ -2994,6 +3018,9 @@ Syntax OK
     <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