]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove a compatibility reference to httpd 2.0.x.
authorChristophe Jaillet <jailletc36@apache.org>
Tue, 26 May 2026 18:02:04 +0000 (18:02 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Tue, 26 May 2026 18:02:04 +0000 (18:02 +0000)
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

docs/manual/env.xml

index 4365656f92e902cc3b34f768414f69ebf68599e7..72f042144a12bddf29e40e004afb5195357dbef2 100644 (file)
           <glossary ref="subrequest">subrequest</glossary> such as looking
           for a <directive module="mod_dir" >DirectoryIndex</directive>
           or generating a directory listing with <module>mod_autoindex</module>,
-          per-request environment variables are <em>not</em> inherited in the 
-          subrequest. Additionally, 
+          per-request environment variables are <em>not</em> inherited in the
+          subrequest. Additionally,
           <directive module="mod_setenvif">SetEnvIf</directive> directives
           are not separately evaluated in the subrequest due to the API phases
            <module>mod_setenvif</module> takes action in.</li>
    <section id="suppress-error-charset">
        <title>suppress-error-charset</title>
 
-    <p><em>Available in versions after 2.0.54</em></p>
-
     <p>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.
 
    <section id="cgilike"><title>ap_trust_cgilike_cl</title>
    <p><em>Available in 2.4.59 and later</em></p>
-     <p> This variable allows a script running in CGI-like module to supply it's
+     <p> 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.
      </p>