Re: hopefully simple project
"Yonah Russ" <[email protected]>
| Newsgroups | gmane.comp.web.fastcgi.devel |
|---|---|
| Message-ID | <[email protected]> |
We do use mod_headers though in this specific case it is not as helpful. As I said, I'd like to be able to add headers before they get sent to apache because there are pseudo headers that only affect the response if apache receives them from the CGI. For example, for a CGI to send a 301 redirect instead of a 302 redirect, the CGI needs to send a status header which apache then uses to affect the response code. mod_headers can't affect the response code afaik. Yonah On 12/28/06, Eric Covener <[email protected]> wrote: > > On 12/28/06, Yonah Russ <[email protected]> wrote: > > Hi, > > > > I am using a proprietary fast-cgi application via mod_fastcgi which I > can't > > modify. > > I want to wrap the application with a simple script to let me add > headers to > > whatever response is returned to apache. > > Is this possible? If so, how should I go about it? > > Do you need more control then something like mod_headers and > LocationMatch inside apache itself? > > -- > Eric Covener > [email protected] > ___________________________________ > fastcgi-developers mailing list > http://fastcgi.com/fastcgi-developers/ > ___________________________________ fastcgi-developers mailing list http://fastcgi.com/fastcgi-developers/