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-Tag: 2.5.0-alpha~3597
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf279e3629a54cfa03b9098c6e8c9dcbf97de546;p=apache
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 a92989ef24..0b5e38d775 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