You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Steve Parker <pa...@investmentsavvy.com> on 2000/07/12 03:21:06 UTC

HTTP Headers

My mod_perl configuration seems to automatically send a header everytime
(Content-type:  text/html)....

I know this because, Perl scripts that print back out do not get a
malformed header error....

This is causing big problems b/c I cannot det the header myself (for
cookies and redirects).

In my httpd.conf, I made sure to have:
-PerlSendHeader Off
-comment out the DefaultType directive



Does anybody have any idea where I might look in my configuration for
the cause of this?


Any help is very greatly appreciated.

Thanks,
steve