svn commit: r1935410 - httpd/httpd/branches/2.4.x/docs/manual
[email protected] Tue, 16 Jun 2026 14:41:27 -0000
| Newsgroups | gmane.comp.apache.cvs |
|---|---|
| Message-ID | <178162088766.2428522.6114808791925895133@svn03-he-fi> |
Author: rbowen
Date: Tue Jun 16 14:41:27 2026
New Revision: 1935410
Log:
docs: Clarify CGI meta-variables terminology in env.xml (bz 70095)
The introductory paragraph incorrectly implied that HTTP defines
environment variables. Reword to accurately describe the relationship:
RFC 3875 defines meta-variables (many derived from HTTP headers), and
httpd exposes them as environment variables.
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 Jun 16 14:41:09 2026 (r1935409)
+++ httpd/httpd/branches/2.4.x/docs/manual/env.xml Tue Jun 16 14:41:27 2026 (r1935410)
@@ -303,9 +303,11 @@
<section id="cgi">
<title>CGI environment variables</title>
- <p>The CGI specification (<rfc section="4.1">3875</rfc>) defines a number of environment
- variables that expand on those defined by the HTTP spec.
- These have been adopted more broadly, and are a standard
+ <p>The CGI specification (<rfc section="4.1">3875</rfc>) defines a
+ number of meta-variables, many of which derive their values from
+ HTTP request headers. Apache httpd makes these available as
+ environment variables to CGI scripts and other request-processing
+ mechanisms. These have been adopted more broadly, and are a standard
part of passing information between the browser and the
server, and between processes on the server side. Here we
discuss a few of these. For the complete list of request