On Mon, 2008-01-14 at 02:48 -0800, [EMAIL PROTECTED] wrote: > Hello. > I have cgi script and sometimes it fails. I get Internal Server Error > in my browser. > When i run perl -c script.cgi i get syntax ok. > It is runtime error. But how to know what is the error? How can i make > the error is shown in bworser window? Or where are error logs stored?
I find that this is caused by the failure to put out CGI headers properly and Apache then says that it is not formed correctly. Search your apache log and find the actual messages. -- Ken Foskey FOSS developer -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/