From 9aa8d41e15da977699638710c5eff8d67547b928 Mon Sep 17 00:00:00 2001 From: Yann Ylavic Date: Fri, 22 Jun 2018 10:52:29 +0000 Subject: [PATCH] Compat 2.4.24 for SSLOCSPEnable leaf (r1834089) and ResponseFieldSize (r1834093). This was already adjusted on merge to 2.4.x, no need to backport. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1834106 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy.xml | 3 ++- docs/manual/mod/mod_ssl.xml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index f679a99e7c..96c513e111 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -1142,7 +1142,8 @@ ProxyPass "/example" "http://backend.example.com" max=20 ttl=120 retry=300 Adjust the size of the proxy response field buffer. The buffer size should be at least the size of the largest expected header size from a proxied response. Setting the value to 0 will use the system - default of 8192 bytes. + default of 8192 bytes.
+ Available in Apache HTTP Server 2.4.34 and later. keepalive Off diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index e24d363812..2b947f6a1a 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -2361,6 +2361,7 @@ SSLCryptoDevice ubsec SSLOCSPEnable off server config virtual host +Mode leaf available in httpd 2.4.34 and later

This option enables OCSP validation of the client certificate -- 2.50.1