Re: How to make FASTCGI deliver an external file
"Maity, Omprakash" <opm-W2hqgAdRMsX2eFz/[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <4D8B620F4FDA414982B23A3E7F6A8EF113F4322A@hydmail01.hyd.corp.int.untd.com> |
You can do an internal redirect from fascgi module to apache by adding the following lines to function do_work() in mod_fastcgi.c. ap_table_setn(r->headers_out, "Location", new_request_url); return REDIRECT; ___________________________________ fastcgi-developers mailing list http://fastcgi.com/fastcgi-developers/