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

--- Comment #2 from John Wellesz <[email protected]> ---
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to