https://bz.apache.org/bugzilla/show_bug.cgi?id=61430
--- Comment #1 from Stefan Seidel <[email protected]> --- Sorry, my previous comment wasn't completely correct. I try again: if the script sends a "Location:" header with a local path (i.e. starting with /, not with a protocol), *then* the web server should interpret and fulfil this request as if the client had requested the file specified by the "Location:" header. The code in mod_proxy_scgi which I suspect to do the same is: https://fossies.org/dox/httpd-2.4.27/mod__proxy__scgi_8c_source.html#l00422 And here is the respective bug report which was fixed (after some years) by lighttpd: https://redmine.lighttpd.net/issues/2108 -- 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]
