From: Rich Bowen Date: Tue, 17 Aug 2010 02:12:11 +0000 (+0000) Subject: More references to the /current/ docs. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f312a1f03c63e16f67635405308add6e0dfa110;p=thirdparty%2Fapache%2Fhttpd.git More references to the /current/ docs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@986168 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/htdocs/manual/mod/core.html.en b/htdocs/manual/mod/core.html.en index 35f023b2dee..b70a466ef95 100644 --- a/htdocs/manual/mod/core.html.en +++ b/htdocs/manual/mod/core.html.en @@ -446,7 +446,7 @@

This directive has been removed in current versions of the server. See LoadModule + href="http://httpd.apache.org/docs/current/mod/mod_so.html#loadmodule">LoadModule

The server can have modules compiled in which are not actively in use. This directive can be used to enable the use @@ -804,6 +804,10 @@ rel="Help">Compatibility: Available in Apache 1.3.24 and later. +

This directive is no longer available + in current versions of the server. See mod_cgi.

+

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 @@ -833,6 +837,10 @@ rel="Help">Compatibility: ClearModuleList is only available in Apache 1.2 and later +

This directive is no longer available + in current versions of the server. See mod_so.

+

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 Status: experimental
Compatibility: ContentDigest is - only available in Apache 1.1 and later + only available in Apache 1.1 and later. + +

Current documentation for this + directive may be found here.

This directive enables the generation of Content-MD5 headers as defined in RFC1864 @@ -905,6 +917,9 @@ Status: core +

Current documentation for this directive may be found here

+

This controls the directory to which Apache attempts to switch before dumping core. The default is in the ServerRoot directory, however since this @@ -938,6 +953,9 @@ Status: core +

Current documentation for this directive may be found here

+

There will be times when the server is asked to provide a document whose type cannot be determined by its MIME types mappings.

@@ -971,6 +989,9 @@ Status: Core. +

Current documentation for this directive may be found here

+

<Directory> and </Directory> are used to enclose a group of directives which will apply only to the named directory and sub-directories of that directory. Any directive @@ -1098,6 +1119,12 @@ </Directory> +

The <Directory proxy:*> syntax is no + longer valid in current versions of the server, and has been replaced + by the <Proxy> + directive. +

See also: How Directory, Location and Files sections work for an explanation of how these different sections are combined when a @@ -1120,6 +1147,9 @@ rel="Help">Compatibility: Available in Apache 1.3 and later +

Current documentation for this directive may be found here

+

<DirectoryMatch> and </DirectoryMatch> are used to enclose a group of directives which will apply only to the named directory and sub-directories of that directory, the same