I am current running mod_perl with PerlSendHeader On; in this manner, the Perl applications that I am running can post the many headers that are required for proper operation, such as "Set-Cookie", "Location", etc.
 
However, while my scripts are functioning properly, the Apache error log cites a number of locations as being "bad headers" when I know for certain that they are HTML, and not header data.  I have confirmed that all header blocks are followed "\r\n\r\n" but still no avail.  Any ideas on why Apache is confusing something such as "><BR><BR>" to be a header? :-P
 
Regards,
Brad Galiette

Reply via email to