From 4de7604dd086c7bebdcab4ae9dbbec24b59edabc Mon Sep 17 00:00:00 2001 From: Jean-Frederic Clere Date: Thu, 27 Feb 2020 10:31:45 +0000 Subject: [PATCH] Doc for secret in AJP. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1874564 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy_ajp.html.en | 1 + docs/manual/mod/mod_proxy_ajp.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/manual/mod/mod_proxy_ajp.html.en b/docs/manual/mod/mod_proxy_ajp.html.en index f8427717792..b5e765ba3c9 100644 --- a/docs/manual/mod/mod_proxy_ajp.html.en +++ b/docs/manual/mod/mod_proxy_ajp.html.en @@ -482,6 +482,7 @@ attribute_value := (string) ?req_attribute0x0AStringName (the name of the attribute follows) ?ssl_key_size0x0BInteger + ?secret0x0CStringSupported since 2.4.42 are_done0xFF-request_terminator

The context and servlet_path are not diff --git a/docs/manual/mod/mod_proxy_ajp.xml b/docs/manual/mod/mod_proxy_ajp.xml index 9cd0e7060d9..e999f855cad 100644 --- a/docs/manual/mod/mod_proxy_ajp.xml +++ b/docs/manual/mod/mod_proxy_ajp.xml @@ -478,6 +478,7 @@ attribute_value := (string) ?req_attribute0x0AStringName (the name of the attribute follows) ?ssl_key_size0x0BInteger + ?secret0x0CStringSupported since 2.4.42 are_done0xFF-request_terminator

The context and servlet_path are not -- 2.47.3