Perl: Premature end of script headers
Internal Server Error 500
This error appeared when I tried run IPN script for paypal.
httpd-error logs:
Perl: Premature end of script headers
A long time I have tried to fix it by sending headers like:
print "Content-type: text/plain\n\n";
но безуспешно.
The problem was just in DOS newline format. Just need change format from DOS/WIN (CR/LF) to Unix (LF).
I hope it will help somebody else.
Posted on June 29th, 2011 by admin
Filed under: Development