]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
A few more links to the current docs while waiting on hold.
authorRich Bowen <rbowen@apache.org>
Mon, 4 Oct 2010 14:08:50 +0000 (14:08 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 4 Oct 2010 14:08:50 +0000 (14:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@1004243 13f79535-47bb-0310-9956-ffa450edef68

htdocs/manual/mod/core.html.en

index 305b6d41a6f96140af0bfebd3ca8c35fe2650250..12b60043451e2229e2ab172a7b4ecb073c614576 100644 (file)
     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
     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
     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