From b6debecc34c49320db83e6b117fe72cb1bce5298 Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Fri, 4 Mar 2011 18:31:17 +0000 Subject: Fix/workaround for BUGZ PR 50851. By default, mod_proxy_fcgi with not create PATH_INFO, unless specifically told to. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1078089 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy_fcgi.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'docs') diff --git a/docs/manual/mod/mod_proxy_fcgi.xml b/docs/manual/mod/mod_proxy_fcgi.xml index 6ddcfd7751..150c44f32b 100644 --- a/docs/manual/mod/mod_proxy_fcgi.xml +++ b/docs/manual/mod/mod_proxy_fcgi.xml @@ -96,4 +96,21 @@ +
Environment Variables +

In addition to the configuration directives that control the + behaviour of mod_proxy, there are a number of + environment variables that control the FCGI protocol + provider:

+
+
proxy-fcgi-pathinfo
+
By default mod_proxy_fcgi will neither create + nor export 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 + a "best guess" for PATH_INFO, set this env-var. + This is a workaround for a bug in some FCGI implementations.
+
+
+ -- cgit v1.2.3