]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
More references to the /current/ docs.
authorRich Bowen <rbowen@apache.org>
Tue, 17 Aug 2010 02:12:11 +0000 (02:12 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 17 Aug 2010 02:12:11 +0000 (02:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@986168 13f79535-47bb-0310-9956-ffa450edef68

htdocs/manual/mod/core.html.en

index 35f023b2deedb235f297e8983dd1d77974f372e0..b70a466ef95cbc9f3c5c5e6f39edb17736ba089d 100644 (file)
 
     <P class="currentdocs"><strong>This directive has been removed in current versions of
     the server. See <a
-    href="http://httpd.apache.org/docs/current/mod/core.html#loadmodule">LoadModule</a></strong</p>
+    href="http://httpd.apache.org/docs/current/mod/mod_so.html#loadmodule">LoadModule</a></strong</p>
 
     <p>The server can have modules compiled in which are not
     actively in use. This directive can be used to enable the use
     rel="Help"><strong>Compatibility:</strong></a> Available in Apache
        1.3.24 and later.
 
+   <p class="currentdocs"><strong>This directive is no longer available
+   in current versions of the server. See <a
+   href="http://httpd.apache.org/docs/current/mod/mod_cgi.html">mod_cgi</a>.</strong></p>
+
     <p>Way back when the internet was a safer, more naive place, it
     was convenient for the server to take a query string that did not
     contain an '=' sign and to parse and pass it to a CGI program as
     rel="Help"><strong>Compatibility:</strong></a> ClearModuleList
     is only available in Apache 1.2 and later 
 
+    <p class="currentdocs"><strong>This directive is no longer available
+    in current versions of the server. See <a
+    href="http://httpd.apache.org/docs/current/mod/mod_so.html">mod_so</a>.</strong></p>
+
     <p>The server comes with a built-in list of active modules.
     This directive clears the list. It is assumed that the list
     will then be re-populated using the <a
     rel="Help"><strong>Status:</strong></a> experimental<br />
      <a href="directive-dict.html#Compatibility"
     rel="Help"><strong>Compatibility:</strong></a> ContentDigest is
-    only available in Apache 1.1 and later 
+    only available in Apache 1.1 and later.
+
+    <p class="currentodcs"><strong>Current documentation for this
+    directive may be found <a
+    href="http://httpd.apache.org/docs/current/mod/core.html#contentdigest">here</a>.</strong></p>
 
     <p>This directive enables the generation of
     <code>Content-MD5</code> headers as defined in RFC1864
      <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#coredumpdirectory">here</a></strong></p>
+
     <p>This controls the directory to which Apache attempts to
     switch before dumping core. The default is in the <a
     href="#serverroot">ServerRoot</a> directory, however since this
      <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#defaulttype">here</a></strong></p>
+
     <p>There will be times when the server is asked to provide a
     document whose type cannot be determined by its MIME types
     mappings.</p>
      <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#directory">here</a></strong></p>
+
     <p>&lt;Directory&gt; and &lt;/Directory&gt; are used to enclose
     a group of directives which will apply only to the named
     directory and sub-directories of that directory. Any directive
    &lt;/Directory&gt;
    </pre>
 
+   <p class="currentdocs"><strong>The &lt;Directory proxy:*&gt; syntax is no
+   longer valid in current versions of the server, and has been replaced
+   by the <a
+   href="http://httpd.apache.org/docs/current/mod/mod_proxy.html#proxy">&lt;Proxy&gt;</a>
+   directive.</strong></o>
+
     <p><strong>See also</strong>: <a href="../sections.html">How
     Directory, Location and Files sections work</a> for an
     explanation of how these different sections are combined when a
     rel="Help"><strong>Compatibility:</strong></a> 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#directorymatch">here</a></strong></p>
     <p>&lt;DirectoryMatch&gt; and &lt;/DirectoryMatch&gt; are used
     to enclose a group of directives which will apply only to the
     named directory and sub-directories of that directory, the same