svn commit: r1935409 - httpd/httpd/trunk/docs/manual

[email protected] Tue, 16 Jun 2026 14:41:10 -0000
Newsgroups gmane.comp.apache.cvs
Message-ID <178162087009.2426605.12580085357939821939@svn03-he-fi>
Author: rbowen
Date: Tue Jun 16 14:41:09 2026
New Revision: 1935409

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/trunk/docs/manual/env.xml

Modified: httpd/httpd/trunk/docs/manual/env.xml
==============================================================================
--- httpd/httpd/trunk/docs/manual/env.xml	Tue Jun 16 14:23:25 2026	(r1935408)
+++ httpd/httpd/trunk/docs/manual/env.xml	Tue Jun 16 14:41:09 2026	(r1935409)
@@ -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