From bf279e3629a54cfa03b9098c6e8c9dcbf97de546 Mon Sep 17 00:00:00 2001
From: Eric Covener
Date: Sat, 20 Dec 2014 16:07:34 +0000
Subject: [PATCH] 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
---
docs/manual/mod/mod_proxy_fcgi.xml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
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
--
2.50.1