https://bz.apache.org/bugzilla/show_bug.cgi?id=57691
Janne Peltonen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|mod_proxy_fcgi |mod_rewrite --- Comment #1 from Janne Peltonen <[email protected]> --- Apparently, this is not a bug of mod_proxy but a bug of mod_rewrite. mod_rewrite contains the function is_absolute_uri, and in case an uri is not absolute, with the P flag, the uri will be passed on to the server itself as a relative uri. The function has an explicit list of absolute uri prefixes it recognizes, and "unix:" isn't contained in this list. This will lead to the behaviour noticed by the original reporter. I'll add a patch that solved the problem at least for me, by adding "unix:" as a recognized absolute uri scheme. -- 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]
