You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2011/03/03 20:11:32 UTC

DO NOT REPLY [Bug 48273] mod_proxy_fcgi sends broken SCRIPT_FILENAME / PATH_INFO

https://issues.apache.org/bugzilla/show_bug.cgi?id=48273

Mark Montague <ma...@catseye.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mark@catseye.org

--- Comment #3 from Mark Montague <ma...@catseye.org> 2011-03-03 14:11:29 EST ---
The problem I see with Edgar's workaround in the general case is that
SCRIPT_NAME contains a URI in the proxy server's namespace.  This may or may
not have meaning to the origin server.  The reason to prefer SCRIPT_FILENAME is
that the URI in its value will be in the origin server's URI namespace.

I've submitted what I hope is a good a fix to the PHP project:

http://bugs.php.net/bug.php?id=54152

Feedback is welcome.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org