From: Christophe Jaillet Date: Tue, 26 May 2026 18:02:04 +0000 (+0000) Subject: Remove a compatibility reference to httpd 2.0.x. X-Git-Tag: 2.4.68-rc1-candidate~69 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d00ba93749a84f728a70a477766859376e98ce95;p=thirdparty%2Fapache%2Fhttpd.git Remove a compatibility reference to httpd 2.0.x. While at it, synch with trunk, fix a typo and remove some trailing spaces. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1934651 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/env.xml b/docs/manual/env.xml index 4365656f92..72f042144a 100644 --- a/docs/manual/env.xml +++ b/docs/manual/env.xml @@ -157,8 +157,8 @@ subrequest such as looking for a DirectoryIndex or generating a directory listing with mod_autoindex, - per-request environment variables are not inherited in the - subrequest. Additionally, + per-request environment variables are not inherited in the + subrequest. Additionally, SetEnvIf directives are not separately evaluated in the subrequest due to the API phases mod_setenvif takes action in. @@ -472,8 +472,6 @@
suppress-error-charset -

Available in versions after 2.0.54

-

When Apache issues a redirect in response to a client request, the response includes some actual text to be displayed in case the client can't (or doesn't) automatically follow the redirection. @@ -514,7 +512,7 @@

ap_trust_cgilike_cl

Available in 2.4.59 and later

-

This variable allows a script running in CGI-like module to supply it's +

This variable allows a script running in CGI-like module to supply its own Content-Length HTTP response header. It should only be set on configuration sections that contain trusted scripts.