From: Eric Covener
Date: Fri, 5 Nov 2010 19:21:24 +0000 (+0000)
Subject: PR#40047: explain that AJP_* variables can be used to send atrributes to the backend...
X-Git-Tag: 2.3.9~114
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=facc7985641a982df5e13d6b30ba39ee5c985714;p=apache
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/trunk@1031731 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_proxy_ajp.html.en b/docs/manual/mod/mod_proxy_ajp.html.en
index b10b39a632..717ffb2656 100644
--- a/docs/manual/mod/mod_proxy_ajp.html.en
+++ b/docs/manual/mod/mod_proxy_ajp.html.en
@@ -51,6 +51,7 @@
directives.
Topics
See also
+
+
Environment variables whose names have the prefix AJP_
+ are forwarded to the origin server as AJP request attributes
+ (with the AJP_ prefix removed from the name of the key).
+
+
The AJP13
protocol is packet-oriented. A binary format
was presumably chosen over the more readable plain text for reasons of
diff --git a/docs/manual/mod/mod_proxy_ajp.xml b/docs/manual/mod/mod_proxy_ajp.xml
index 57ccc079ab..bfe59602a6 100644
--- a/docs/manual/mod/mod_proxy_ajp.xml
+++ b/docs/manual/mod/mod_proxy_ajp.xml
@@ -49,6 +49,13 @@
mod_proxy
+Environment Variable documentation
+
+Environment Variables
+ Environment variables whose names have the prefix AJP_
+ are forwarded to the origin server as AJP request attributes
+ (with the AJP_ prefix removed from the name of the key).
+
Overview of the protocol
The AJP13
protocol is packet-oriented. A binary format