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