From: Eric Covener
Date: Sat, 20 Dec 2014 16:07:34 +0000 (+0000)
Subject: PATH_INFO is set for free when we use SetHandler style configuration,
X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bdb9cdacf4d0f9a4b8465c59f44a919853537d3a;p=thirdparty%2Fapache%2Fhttpd.git
PATH_INFO is set for free when we use SetHandler style configuration,
because we have already directory walked.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1647012 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mod_proxy_fcgi.xml b/docs/manual/mod/mod_proxy_fcgi.xml
index a92989ef245..0b5e38d7759 100644
--- a/docs/manual/mod/mod_proxy_fcgi.xml
+++ b/docs/manual/mod/mod_proxy_fcgi.xml
@@ -161,8 +161,10 @@ ProxyPass /myapp/ balancer://myappcluster/
provider:
- proxy-fcgi-pathinfo
- - By default mod_proxy_fcgi will neither create
- nor export the PATH_INFO environment variable. This allows
+
- When configured via ProxyPass or ProxyPassMatch, mod_proxy_fcgi will not
+ set the PATH_INFO environment variable. This allows
the backend FCGI server to correctly determine SCRIPT_NAME
and Script-URI and be compliant with RFC 3875 section 3.3.
If instead you need mod_proxy_fcgi to generate