]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r1031731 from trunk:
authorEric Covener <covener@apache.org>
Fri, 5 Nov 2010 19:23:34 +0000 (19:23 +0000)
committerEric Covener <covener@apache.org>
Fri, 5 Nov 2010 19:23:34 +0000 (19:23 +0000)
PR#40047: explain that AJP_* variables can be used to send atrributes to the backend, like JkEnvVar.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1031733 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy_ajp.html.en
docs/manual/mod/mod_proxy_ajp.xml

index daf45e43c758de88310a251fd2b581dbf4897cae..9997ee03b34035776905b01caad64ad9254cade9 100644 (file)
@@ -51,6 +51,7 @@
             directives.</p>
 <h3>Topics</h3>
 <ul id="topics">
+<li><img alt="" src="../images/down.gif" /> <a href="#env">Environment Variables</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#overviewprotocol">Overview of the protocol</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#basppacketstruct">Basic Packet Structure</a></li>
 <li><img alt="" src="../images/down.gif" /> <a href="#rpacetstruct">Request Packet Structure</a></li>
 </ul><h3>See also</h3>
 <ul class="seealso">
 <li><code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code></li>
+<li><a href="../env.html">Environment Variable documentation</a></li>
 </ul></div>
 <div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
+<h2><a name="env" id="env">Environment Variables</a></h2>
+    <p>Environment variables whose names have the prefix <code>AJP_</code> 
+    are forwarded to the origin server as AJP request attributes 
+    (with the AJP_ prefix removed from the name of the key).</p>
+</div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
+<div class="section">
 <h2><a name="overviewprotocol" id="overviewprotocol">Overview of the protocol</a></h2>
     <p>The <code>AJP13</code> protocol is packet-oriented.  A binary format
     was presumably chosen over the more readable plain text for reasons of
index dad95bac438ea34594af7d1e57ec2781d0fd3d63..9b3eae30cc33c4aaacf8b8b222888045519e765f 100644 (file)
 </summary>
 
 <seealso><module>mod_proxy</module></seealso>
+<seealso><a href="../env.html">Environment Variable documentation</a></seealso>
+
+<section id="env"><title>Environment Variables</title>
+    <p>Environment variables whose names have the prefix <code>AJP_</code> 
+    are forwarded to the origin server as AJP request attributes 
+    (with the AJP_ prefix removed from the name of the key).</p>
+</section>
 
 <section id="overviewprotocol"><title>Overview of the protocol</title>
     <p>The <code>AJP13</code> protocol is packet-oriented.  A binary format