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/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.