https://issues.apache.org/bugzilla/show_bug.cgi?id=51517
--- Comment #11 from Eric Covener <[email protected]> --- It seems to me the problem with all of these related variables is that mod_proxy does not map requests to any file, so there is no reasonable split between the script name and path info. If you configure mod_proxy_fcgi with the "handler" method documented here: http://httpd.apache.org/docs/current/mod/mod_proxy_fcgi.html#examples Then the core of apache does map the file and does seem to set reasonable SCRIPT_FILENAME and PATH_INFO (at least by desk checking in comparison to the totally wrong values in this PR). Can someone with a better eye for this at least confirm so we can get it documented for the time being? -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
