You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2010/04/23 20:31:24 UTC

svn commit: r937460 - /httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.html.en

Author: trawick
Date: Fri Apr 23 18:31:24 2010
New Revision: 937460

URL: http://svn.apache.org/viewvc?rev=937460&view=rev
Log:
rebuild generated HTML

Modified:
    httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.html.en

Modified: httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.html.en
URL: http://svn.apache.org/viewvc/httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.html.en?rev=937460&r1=937459&r2=937460&view=diff
==============================================================================
--- httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.html.en (original)
+++ httpd/mod_fcgid/trunk/docs/manual/mod/mod_fcgid.html.en Fri Apr 23 18:31:24 2010
@@ -1059,9 +1059,17 @@
 </table>
       <p>This directive specifies the name of a request header which
       will be passed to the FastCGI application as an environment
-      variable.  The environment variable name will match the name 
-      specified on this directive, with hyphens converted to 
-      underscores, and no case conversion performed.</p>
+      variable.  The name of the environment variable is derived from
+      the value specified on this directive, as discussed below:</p>
+
+      <p>The legacy behavior is to use the value specified on this directive
+      as the environment variable name, converting hyphens to underscores.
+      No case conversion is performed.</p>
+
+      <p>Beginning with release 2.3.6-dev, an additional environment variable
+      is created.  The value specified on this directive is converted to 
+      upper case, prefixed with <code>HTTP_</code>, and hyphens are 
+      converted to underscores.</p>
 
       <div class="note"><h3>Note</h3>
       <p>Most request headers are already available to the application