Commit c0f50d1f authored by Richard Bowen's avatar Richard Bowen
Browse files

A few more links to the current docs while waiting on hold.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@1004243 13f79535-47bb-0310-9956-ffa450edef68
parent 58dd340d
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -1914,6 +1914,9 @@
    rel="Help"><strong>Compatibility:</strong></a> &lt;IfDefine&gt;
    is only available in 1.3.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#ifdefine">here</a></strong></p>

    <p>The &lt;IfDefine <em>test</em>&gt;...&lt;/IfDefine&gt;
    section is used to mark directives that are conditional. The
    directives within an IfDefine section are only processed if the
@@ -1969,6 +1972,9 @@
    rel="Help"><strong>Compatibility:</strong></a> IfModule is only
    available in 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#ifmodule">here</a></strong></p>

    <p>The &lt;IfModule <em>test</em>&gt;...&lt;/IfModule&gt;
    section is used to mark directives that are conditional. The
    directives within an IfModule section are only processed if the
@@ -2012,6 +2018,9 @@
    available in Apache 1.3 and later. Wildcards were introduced in
    version 1.3.27.

    <P class="currentdocs"><strong>Current documentation for this directive may be found <a
    href="http://httpd.apache.org/docs/current/mod/core.html#include">here</a></strong></p>

    <p>This directive allows inclusion of other configuration files
    from within the server configuration files.</p>

@@ -2083,6 +2092,9 @@ Syntax OK
    rel="Help"><strong>Compatibility:</strong></a> KeepAlive 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#keepalive">here</a></strong></p>

    <p>The Keep-Alive extension to HTTP/1.0 and the persistent
    connection feature of HTTP/1.1 provide long-lived HTTP sessions
    which allow multiple requests to be sent over the same TCP
@@ -2130,6 +2142,9 @@ Syntax OK
    rel="Help"><strong>Compatibility:</strong></a> KeepAliveTimeout
    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#keepalivetimeout">here</a></strong></p>

    <p>The number of seconds Apache will wait for a subsequent
    request before closing the connection. Once a request has been
    received, the timeout value specified by the <a
@@ -2152,6 +2167,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/core.html#limit">here</a></strong></p>

    <p>Access controls are normally effective for
    <strong>all</strong> access methods, and this is the usual
    desired behavior. <strong>In the general case, access control