]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Uses the /current/ URL, rather than explicitly using '2.2', so that this
authorRich Bowen <rbowen@apache.org>
Thu, 12 Aug 2010 14:36:10 +0000 (14:36 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 12 Aug 2010 14:36:10 +0000 (14:36 +0000)
continues to be useful going forward.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@984804 13f79535-47bb-0310-9956-ffa450edef68

htdocs/manual/mod/core.html.en

index 988c3834be9bcaed5e44e4990bf42939efcc6c13..9d04c3cb1d07e5be2c7a34e103e66fb34658b896 100644 (file)
     available in Apache 1.3.22 and later
 
     <P><strong>Current documentation for this directive may be found <a
-    href="/docs/2.2/mod/core.html#acceptfilter">here</a></strong</p>
+    href="/docs/current/mod/core.html#acceptfilter">here</a></strong></p>
  
     <p><code>AcceptFilter</code> controls a BSD specific filter
     optimization. It is compiled in by default - and switched on by
     available in Apache 1.3.21 and later.
 
     <P><strong>Current documentation for this directive may be found <a
-    href="/docs/2.2/mod/core.html#acceptmutex">here</a></strong</p>
+    href="/docs/current/mod/core.html#acceptmutex">here</a></strong></p>
 
     <p><code>AcceptMutex</code> controls which accept() mutex
     method Apache will use. Not all methods are available on all
     rel="Help"><strong>Compatibility:</strong></a> AccessFileName
     can accept more than one filename only in Apache 1.3 and later 
 
+    <P><strong>Current documentation for this directive may be found <a
+    href="/docs/current/mod/core.html#accessfilename">here</a></strong></p>
     <p>When returning a document to the client the server looks for
     the first existing access control file from this list of names
     in every directory of the path to the document, if access
     rel="Help"><strong>Compatibility:</strong></a>
     AddDefaultCharset is only available in Apache 1.3.12 and later 
 
+    <P><strong>Current documentation for this directive may be found <a
+    href="/docs/current/mod/core.html#adddefaultcharset">here</a></strong></p>
     <p>This directive specifies the name of the character set that
     will be added to any response that does not have any parameter
     on the content type in the HTTP headers. This will override any
     rel="Help"><strong>Compatibility:</strong></a> AddModule is
     only available in Apache 1.2 and later 
 
+    <P><strong>This directive has been removed in current versions of
+    the server. See <a
+    href="/docs/current/mod/core.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
     of those modules. The server comes with a pre-loaded list of
      <a href="directive-dict.html#Status"
     rel="Help"><strong>Status:</strong></a> core 
 
+    <P><strong>Current documentation for this directive may be found <a
+    href="/docs/current/mod/core.html#allowoverride">here</a></strong></p>
     <p>When the server finds an .htaccess file (as specified by <a
     href="#accessfilename">AccessFileName</a>) it needs to know
     which directives declared in that file can override earlier
      <a href="directive-dict.html#Status"
     rel="Help"><strong>Status:</strong></a> core 
 
+    <P><strong>Current documentation for this directive may be found <a
+    href="/docs/current/mod/core.html#authname">here</a>. See
+    <a href="http://httpd.apache.org/docs/current/howto/auth.html">the
+    authentication howto</a> for more details.</strong></p>
     <p>This directive sets the name of the authorization realm for
     a directory. This realm is given to the client so that the user
     knows which username and password to send.