https://bz.apache.org/bugzilla/show_bug.cgi?id=61211
Jacob Champion <jchampion@apache.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |DUPLICATE
Status|NEW |RESOLVED
--- Comment #1 from Jacob Champion <jchampion@apache.org> ---
Thanks for the report; see bug 61202.
If you have the time, can you share a couple of things?
1) The part of your configuration that proxies PHP files to PHP-FPM
(SetHandler, ProxyPassMatch, or otherwise)
2) Add 'proxy_fcgi:trace8' to your LogLevel, and show the SCRIPT_NAME,
PATH_INFO, QUERY_STRING, SCRIPT_FILENAME, and PATH_TRANSLATED variables that
the log shows when you have the BackendType set to FPM. The entries should look
something like
mod_proxy_fcgi.c(417): [client 127.0.0.1:30000] AH01062: sending env var
'SCRIPT_NAME' value '/path'
3) Repeat step 2 with the BackendType set to GENERIC.
Thanks!
*** This bug has been marked as a duplicate of bug 61202 ***
--
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
|