From facc7985641a982df5e13d6b30ba39ee5c985714 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Fri, 5 Nov 2010 19:21:24 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_proxy_ajp.html.en | 8 ++++++++ docs/manual/mod/mod_proxy_ajp.xml | 7 +++++++ 2 files changed, 15 insertions(+) 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

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 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 -- 2.40.0