From: Jean-Frederic Clere Date: Fri, 21 Apr 2017 07:06:40 +0000 (+0000) Subject: Add missing documentation for secret. X-Git-Tag: 2.5.0-alpha~462 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b517584604ef06d9d07c9d570e3796c811d57b50;p=thirdparty%2Fapache%2Fhttpd.git Add missing documentation for secret. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1792168 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy_ajp.xml b/docs/manual/mod/mod_proxy_ajp.xml index d3fe239f758..fb79babb5df 100644 --- a/docs/manual/mod/mod_proxy_ajp.xml +++ b/docs/manual/mod/mod_proxy_ajp.xml @@ -477,6 +477,7 @@ attribute_value := (string) ?req_attribute0x0AStringName (the name of the attribute follows) ?ssl_key_size0x0BInteger + ?secret0x0CStringSent if secret is configured are_done0xFF-request_terminator

The context and servlet_path are not @@ -490,7 +491,8 @@ attribute_value := (string) username and the type of authentication used to establish their identity (e.g. Basic, Digest).

The query_string, ssl_cert, - ssl_cipher, and ssl_session refer to the + ssl_cipher, ssl_session and + ssl_key_size refer to the corresponding pieces of HTTP and HTTPS.

The jvm_route, is used to support sticky sessions -- associating a user's sesson with a particular Tomcat instance @@ -500,6 +502,13 @@ attribute_value := (string) A pair of strings to represent the attribute name and value are sent immediately after each instance of that code. Environment values are passed in via this method.

+

The secret is sent when the secret=secret_keyword parameter is + used in + ProxyPass or + BalancerMember directives. + The backend needs to support secret and the values must match. + request.secret or requiredSecret are documented in the AJP + configuration of the Apache Tomcat.

Finally, after all the attributes have been sent, the attribute terminator, 0xFF, is sent. This signals both the end of the list of attributes and also then end of the Request Packet.