From: Rich Bowen Date: Thu, 12 Aug 2010 14:36:10 +0000 (+0000) Subject: Uses the /current/ URL, rather than explicitly using '2.2', so that this X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=871860b5556d9c03adb9cecea3c5b1606bad9cb7;p=thirdparty%2Fapache%2Fhttpd.git Uses the /current/ URL, rather than explicitly using '2.2', so that this 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 --- diff --git a/htdocs/manual/mod/core.html.en b/htdocs/manual/mod/core.html.en index 988c3834be9..9d04c3cb1d0 100644 --- a/htdocs/manual/mod/core.html.en +++ b/htdocs/manual/mod/core.html.en @@ -218,7 +218,7 @@ available in Apache 1.3.22 and later

Current documentation for this directive may be found here + href="/docs/current/mod/core.html#acceptfilter">here

AcceptFilter 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.

Current documentation for this directive may be found here + href="/docs/current/mod/core.html#acceptmutex">here

AcceptMutex controls which accept() mutex method Apache will use. Not all methods are available on all @@ -359,6 +359,9 @@ rel="Help">Compatibility: AccessFileName can accept more than one filename only in Apache 1.3 and later +

Current documentation for this directive may be found here

+

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">Compatibility: AddDefaultCharset is only available in Apache 1.3.12 and later +

Current documentation for this directive may be found here

+

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">Compatibility: AddModule is only available in Apache 1.2 and later +

This directive has been removed in current versions of + the server. See LoadModule +

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 @@ Status: core +

Current documentation for this directive may be found here

+

When the server finds an .htaccess file (as specified by AccessFileName) it needs to know which directives declared in that file can override earlier @@ -586,6 +599,11 @@ Status: core +

Current documentation for this directive may be found here. See + the + authentication howto for more details.

+

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.