Re: How to make FASTCGI deliver an external file
Jose Adriano Baltieri <jabaltie-a/[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Organization | UNIMEP |
| Message-ID | <[email protected]> |
Maity, Omprakash wrote: Re: [FASTCGI] How to make FASTCGI deliver an external file 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; See my former message. This is not so efficient. ---------- ___________________________________ fastcgi-developers mailing list http://fastcgi.com/fastcgi-developers/ -- Obrigado, ------------------------------------------------------------------------------ Jose Adriano Baltieri - Analista de Sistemas DTI - CENTRO - UNIMEP - Universidade Metodista de Piracicaba PIRACICABA - SP - Brasil - Fone : (19) 3124-1858 ------------------------------------------------------------------------------ -- Obrigado, ------------------------------------------------------------------------------ Jose Adriano Baltieri - Analista de Sistemas DTI - CENTRO - UNIMEP - Universidade Metodista de Piracicaba PIRACICABA - SP - Brasil - Fone : (19) 3124-1858 ------------------------------------------------------------------------------ ___________________________________ fastcgi-developers mailing list http://fastcgi.com/fastcgi-developers/