From: Yann Ylavic Date: Fri, 4 Apr 2014 09:11:28 +0000 (+0000) Subject: Remove compatibility references to httpd < 2.4. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b607c27c7752aee912ed5506f6f66041c9fdf41f;p=thirdparty%2Fapache%2Fhttpd.git Remove compatibility references to httpd < 2.4. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1584572 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index afafcaa328c..cfbc250c80c 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -32,8 +32,7 @@ available Configures optimizations for a Protocol's Listener Sockets AcceptFilter protocol accept_filter server config -On Windows only available from Apache httpd 2.3.3 and later. - +On Windows only.

This directive enables operating system specific optimizations for a @@ -1346,7 +1345,6 @@ ErrorDocument 404 /cgi-bin/bad_urls.pl ErrorLogFormat [connection|request] format server configvirtual host -Available in Apache httpd 2.3.9 and later

ErrorLogFormat allows to specify what @@ -2184,8 +2182,6 @@ requests on a persistent connection KeepAliveTimeout 5 server configvirtual host -Specifying a value in milliseconds is available in -Apache httpd 2.3.2 and later

The number of seconds Apache httpd will wait for a subsequent diff --git a/docs/manual/mod/mod_isapi.xml b/docs/manual/mod/mod_isapi.xml index 9f4bdef4ea2..3b10c9e861d 100644 --- a/docs/manual/mod/mod_isapi.xml +++ b/docs/manual/mod/mod_isapi.xml @@ -212,7 +212,7 @@ GetServerVariable, as well as the ALL_HTTP and ALL_RAW values.

-

Apache httpd 2.0+ mod_isapi supports additional +

Since httpd 2.0, mod_isapi supports additional features introduced in later versions of the ISAPI specification, as well as limited emulation of async I/O and the TransmitFile semantics. Apache httpd also supports preloading diff --git a/docs/manual/mod/mod_log_config.xml b/docs/manual/mod/mod_log_config.xml index a503aa52da0..bbd7f642a4b 100644 --- a/docs/manual/mod/mod_log_config.xml +++ b/docs/manual/mod/mod_log_config.xml @@ -318,7 +318,7 @@ prior to 2.0.46, no escaping was performed on these strings so you had to be quite careful when dealing with raw log files.

-

In httpd 2.0, unlike 1.3, the %b and +

Since httpd 2.0, unlike 1.3, the %b and %B format strings do not represent the number of bytes sent to the client, but simply the size in bytes of the HTTP response (which will differ, for instance, if the diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index e9c9b079ce5..a8cbf797ad9 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -1292,8 +1292,7 @@ ProxyPass / balancer://hotcluster/ RewriteRule directive with the [P] flag.

-

The optional interpolate keyword (available in - httpd 2.2.9 and later), in combination with +

The optional interpolate keyword, in combination with ProxyPassInterpolateEnv causes the ProxyPass to interpolate environment variables, using the syntax ${VARNAME}. Note that many of the standard CGI-derived @@ -1443,8 +1442,7 @@ ProxyPassReverseCookiePath / /mirror/foo/ because it doesn't depend on a corresponding ProxyPass directive.

-

The optional interpolate keyword (available in - httpd 2.2.9 and later), used together with +

The optional interpolate keyword, used together with ProxyPassInterpolateEnv, enables interpolation of environment variables specified using the format ${VARNAME}. Note that interpolation is not supported within the scheme portion of a diff --git a/docs/manual/mod/mod_suexec.xml b/docs/manual/mod/mod_suexec.xml index fea3e574e05..65bb70e4089 100644 --- a/docs/manual/mod/mod_suexec.xml +++ b/docs/manual/mod/mod_suexec.xml @@ -59,8 +59,8 @@ and Group -

In Apache httpd 2.3.9 and later, startup will fail if this - directive is specified but the suEXEC feature is disabled.

+

Startup will fail if this directive is specified but the suEXEC + feature is disabled.

Suexec diff --git a/docs/manual/mod/mod_unixd.xml b/docs/manual/mod/mod_unixd.xml index ab654346a34..0c9dd6e930b 100644 --- a/docs/manual/mod/mod_unixd.xml +++ b/docs/manual/mod/mod_unixd.xml @@ -148,7 +148,6 @@ requests On if suexec binary exists with proper owner and mode, Off otherwise server config -Available in Apache httpd 2.3.9 and later

When On, startup will fail if the suexec binary doesn't exist