From efb3552e696d5fac6cf079ad7185d45f8a3b4f3d Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Wed, 14 Jan 2015 13:32:57 +0000 Subject: [PATCH] sprinkle some compat info git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1651668 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy.xml | 2 +- docs/manual/mod/mod_proxy_fcgi.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 38ae444c79..2c795a55b6 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -1022,7 +1022,7 @@ ProxyPass /mirror/foo http://backend.example.com On This is the inverse of 'disablereuse' above, provided as a convenience for scheme handlers that require opt-in for connection - reuse (such as mod_proxy_fcgi). + reuse (such as mod_proxy_fcgi). 2.4.11 and later only. flushpackets off diff --git a/docs/manual/mod/mod_proxy_fcgi.xml b/docs/manual/mod/mod_proxy_fcgi.xml index 0491df85b5..fa8afaf8bc 100644 --- a/docs/manual/mod/mod_proxy_fcgi.xml +++ b/docs/manual/mod/mod_proxy_fcgi.xml @@ -75,7 +75,7 @@ from httpd, you can opt-in to connection reuse as shown in the following example:

- Single application instance, connection reuse + Single application instance, connection reuse (2.4.11 and later) ProxyPass /myapp/ fcgi://localhost:4000/ enablereuse=on @@ -171,7 +171,7 @@ ProxyPass /myapp/ balancer://myappcluster/ a "best guess" for PATH_INFO, set this env-var. This is a workaround for a bug in some FCGI implementations. This variable can be set to multiple values to tweak at how the best guess - is chosen: + is chosen (In 2.4.11 and later only):
first-dot
PATH_INFO is split from the slash following the -- 2.40.0