https://bz.apache.org/bugzilla/show_bug.cgi?id=69203

Laurent Frigault <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #21 from Laurent Frigault <[email protected]> ---
I am having the same issue in apache 2.4.65 with proxy_fcgi  called from
mod_rewrite via

RewriteRule .*  fcgi://127.0.0.1:9083%{DOCUMENT_ROOT}%{REQUEST_URI} [P,L]

According to apache 2.4.63 changelog:

  *) mod_proxy_fcgi: Don't re-encode SCRIPT_FILENAME when set via SetHandler.
     PR 69203. [Yann Ylavic]

Nothing about usage from RewriteRule

I was able to work around this issue with
ProxyFCGISetEnvIf "true" SCRIPT_FILENAME "%{unescape:%{SCRIPT_FILENAME}}"

-- 
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]

Reply via email to