From: Christophe Jaillet Date: Mon, 21 Oct 2019 18:58:12 +0000 (+0000) Subject: Axe some outdated references to httpd 1.2.x and 2.0.x. X-Git-Tag: 2.4.42~240 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3973cb86b1c9609a241f39d91af260acd5482ddc;p=thirdparty%2Fapache%2Fhttpd.git Axe some outdated references to httpd 1.2.x and 2.0.x. AFAIK, in 2.4.x, references to older branches are limited to 2.2.x. and 2.0.44 is 16 years old. (r1868717 in trunk) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1868718 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index d4d6030dc59..6a1c32c16a3 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -4266,8 +4266,8 @@ scripts so.

-

The option Registry-Strict which is new in Apache HTTP Server - 2.0 does the same thing as Registry but uses only the +

The option Registry-Strict + does the same thing as Registry but uses only the subkey Shell\ExecCGI\Command. The ExecCGI key is not a common one. It must be configured manually in the windows registry and hence prevents @@ -4548,9 +4548,8 @@ ServerRoot "/home/httpd" actually produced a returned error message.

The Off - setting, which is the default, suppresses the footer line (and is - therefore compatible with the behavior of Apache-1.2 and - below). The On setting simply adds a line with the + setting, which is the default, suppresses the footer line. + The On setting simply adds a line with the server version number and ServerName of the serving virtual host, and the EMail setting additionally creates a @@ -4558,7 +4557,7 @@ ServerRoot "/home/httpd" module="core">ServerAdmin of the referenced document.

-

After version 2.0.44, the details of the server version number +

The details of the server version number presented are controlled by the ServerTokens directive.

@@ -4615,7 +4614,7 @@ header

This setting applies to the entire server, and cannot be enabled or disabled on a virtualhost-by-virtualhost basis.

-

After version 2.0.44, this directive also controls the +

This directive also controls the information presented by the ServerSignature directive.