]> granicus.if.org Git - apache/commitdiff
PR#40047: explain that AJP_* variables can be used to send atrributes to the backend...
authorEric Covener <covener@apache.org>
Fri, 5 Nov 2010 19:21:24 +0000 (19:21 +0000)
committerEric Covener <covener@apache.org>
Fri, 5 Nov 2010 19:21:24 +0000 (19:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031731 13f79535-47bb-0310-9956-ffa450edef68

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

index b10b39a632185423ba19534498e4c725c1178267..717ffb2656939673eba43e5264e248ab65b1a55c 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 57ccc079ab57fcfa023dfd43d5fd62eaee829607..bfe59602a66d5cee674d4d17703c462b6b60db99 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