You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2018/08/05 01:58:11 UTC

[Bug 61430] mod_proxy_fcgi is not RFC 3875 compliant (section 6.2.2 Local Redirect Response)

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

--- Comment #2 from John Wellesz <jo...@gmail.com> ---
Just to add that with PHP-FPM + mod_FastCGI one could use this local internal
redirection feature doing something like this:

<?php
header("Location: /triop.gif", true, 200);
?>

Then the reply would be direct, without 30x client redirection, just as if
triop.gif had been directly requested... This is very useful to hide the URI of
a downloaded files, for example.

Here is a link to the CGI RFC section 6.2.2:

https://tools.ietf.org/html/rfc3875#section-6.2.2

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