]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
More links to current docs.
authorRich Bowen <rbowen@apache.org>
Thu, 28 Oct 2010 16:57:01 +0000 (16:57 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 28 Oct 2010 16:57:01 +0000 (16:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@1028383 13f79535-47bb-0310-9956-ffa450edef68

htdocs/manual/mod/core.html.en

index eb2df0adcd94afbdc0cad29676d8469ce6f232f3..44033c33488d435713fefd2ec1800db723f8fa63 100644 (file)
@@ -3056,6 +3056,9 @@ Syntax OK
     rel="Help"><strong>Compatibility:</strong></a> NameVirtualHost
     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#namevirtualhost">here</a></strong></p>
+
     <p>The NameVirtualHost directive is a required directive if you
     want to configure <a href="../vhosts/">name-based virtual
     hosts</a>.</p>
@@ -3116,6 +3119,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#options">here</a></strong></p>
+
     <p>The Options directive controls which server features are
     available in a particular directory.</p>
 
@@ -3239,6 +3245,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#pidfile">here</a></strong></p>
+
     <p>The PidFile directive sets the file to which the server
     records the process id of the daemon. If the filename does not
     begin with a slash (/) then it is assumed to be relative to the
@@ -3269,6 +3278,11 @@ Syntax OK
      <a href="directive-dict.html#Status"
     rel="Help"><strong>Status:</strong></a> core 
 
+    <p class="currentdocs"><strong>This directive is no longer available
+    in current versions of the server. See the <a
+    href="http://httpd.apache.org/docs/current/mod/mpm_common.html#Listen">Listen</a> 
+    directive instead.</strong></p>
+
     <p><em>Number</em> is a number from 0 to 65535; some port
     numbers (especially below 1024) are reserved for particular
     protocols. See <code>/etc/services</code> for a list of some
@@ -3341,6 +3355,9 @@ Syntax OK
     rel="Help"><strong>Compatibility:</strong></a>
     ProtocolReqCheck is only available in Apache 1.3.27 and later.
 
+    <p class="currentdocs"><strong>This directive is no longer available
+    in current versions of the server.</strong></p>
+
     <p>This directive enables strict checking of the Protocol field
     in the Request line. Versions of Apache prior to 1.3.26 would
     silently accept bogus Protocols (such as <code>HTTP-1.1</code>)
@@ -3364,6 +3381,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#require">here</a></strong></p>
+
     <p>This directive selects which authenticated users can access
     a resource. The allowed syntaxes are:</p>