Hi John,
I see...I didn't know it was possible to print anything before
headers... I am not printing that statement, as far as I know, but
maybe a library I am using is. I will look into it...
So, the part after "HTTP/1.1 ...", why is that shown? Is that a web
server setting? What is odd is that it doesn't print at every page.
Just one page...and that one page doesn't always show it...only
sometimes. This is why it is strange to me...but I'll keep looking,
then. So, this is unrelated to modperl...other than debugging code
somewhere?
Thank you!
Ray
John Gateley wrote:
... but it also displays this at the top of
the page:
null device 1 HTTP/1.1 200 OK Date: Fri, 11 Jul 2008 09:40:57 GMT
...
You are printing "null device 1" to stdout somewhere in your
code before you print the headers.
Check for debugging statements.