Eric,
Thanks for your response. That's sort of what I figured since processing is
handed over to fcgi to complete the request then httpd has no control at
that point, and any response headers that were set before by httpd could
be overwritten. The strange thing is that I have a similar block of
Hi,
I am running PHP through mod_fgcid using the following setup in a conf file:
DefaultInitEnv PHPRC=/etc/php5/cgi
#DefaultInitEnv PHP_FCGI_MAX_REQUESTS 5000
AddHandler php-fcgi .php .css
Action php-fcgi /fcgi-bin/php-fcgi-wrapper
AddType appli