svn commit: r1934651 - httpd/httpd/branches/2.4.x/docs/manual
| Newsgroups | gmane.comp.apache.cvs |
|---|---|
| Message-ID | <177981852440.3731027.2167876561637358679@svn03-he-fi> |
Author: jailletc36
Date: Tue May 26 18:02:04 2026
New Revision: 1934651
Log:
Remove a compatibility reference to httpd 2.0.x.
While at it, synch with trunk, fix a typo and remove some trailing spaces.
Modified:
httpd/httpd/branches/2.4.x/docs/manual/env.xml
Modified: httpd/httpd/branches/2.4.x/docs/manual/env.xml
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/env.xml Tue May 26 18:01:00 2026 (r1934650)
+++ httpd/httpd/branches/2.4.x/docs/manual/env.xml Tue May 26 18:02:04 2026 (r1934651)
@@ -157,8 +157,8 @@
<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>
@@ -472,8 +472,6 @@
<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.
@@ -514,7 +512,7 @@
<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>