You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2010/08/12 16:36:10 UTC

svn commit: r984804 - /httpd/httpd/branches/1.3.x/htdocs/manual/mod/core.html.en

Author: rbowen
Date: Thu Aug 12 14:36:10 2010
New Revision: 984804

URL: http://svn.apache.org/viewvc?rev=984804&view=rev
Log:
Uses the /current/ URL, rather than explicitly using '2.2', so that this
continues to be useful going forward.

Modified:
    httpd/httpd/branches/1.3.x/htdocs/manual/mod/core.html.en

Modified: httpd/httpd/branches/1.3.x/htdocs/manual/mod/core.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/1.3.x/htdocs/manual/mod/core.html.en?rev=984804&r1=984803&r2=984804&view=diff
==============================================================================
--- httpd/httpd/branches/1.3.x/htdocs/manual/mod/core.html.en (original)
+++ httpd/httpd/branches/1.3.x/htdocs/manual/mod/core.html.en Thu Aug 12 14:36:10 2010
@@ -218,7 +218,7 @@
     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
@@ -255,7 +255,7 @@
     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
@@ -359,6 +359,9 @@
     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
@@ -399,6 +402,9 @@
     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
@@ -438,6 +444,10 @@
     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
@@ -479,6 +489,9 @@
      <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
@@ -586,6 +599,11 @@
      <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.