From: Eric Covener Date: Fri, 5 Nov 2010 19:23:34 +0000 (+0000) Subject: Merge r1031731 from trunk: X-Git-Tag: 2.2.18~314 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1933985f7454b41e64d0137bddf6d6fbdb1af27f;p=thirdparty%2Fapache%2Fhttpd.git Merge r1031731 from trunk: 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 --- diff --git a/docs/manual/mod/mod_proxy_ajp.html.en b/docs/manual/mod/mod_proxy_ajp.html.en index daf45e43c75..9997ee03b34 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

top
+

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).

+
top
+

Overview of the protocol

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 dad95bac438..9b3eae30cc3 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