I have installed rrdtool 1.4.7 and on testing with http://localhost/mailgraph.cgi.I get the error below: Premature end of script headers: mailgraph.cgi, referer: http://localhost/mailgraph.cgi.

How can i get over this.Thanx in advance

link|improve this question
feedback

1 Answer

mailgraph.cgi does not send out HTML headers correctly.

Check the apache error/access log for details.

You could check the script itself from commadn line.

./mailgraph.cgi

It should output soething like this: Content-type: text/html

<HTML>,<DOCTYPE (or some other HTML coode)

Check this link: http://oreilly.com/openbook/cgi/ch12_01.html

regards,

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.