https://bz.apache.org/bugzilla/show_bug.cgi?id=59815
--- Comment #8 from Eric Covener <[email protected]> --- (In reply to Eric Covener from comment #7) > (In reply to m.gebauer from comment #6) > > Do you need more information? > > In this release the proxy:fcgi prefix is stripped before sending down to > php-fpm. I am assuming php-fpm used to see proxy:fcgi then do other fixups > like removing what looked like a query string. Meanwhile, this type of > config has presumably always put the query string in the SCRIPT_FILENAME. > > I may not be able to test today, but I would be curious if it happens > outside of <Directory> and/or with a trailing ? on the substitution (making > sure the query string does show up in the FCGI) I was able to sneak in a test. It only affects per-directory rewrite. I think this patch fixes it by stripping r->args off of r->filename. http://people.apache.org/~covener/patches/proxy-fcgi-perdir-rewrite-query.diff -- 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]
