Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^2: Internal Server Error

by jhourcle (Prior)
on Apr 05, 2005 at 01:28 UTC ( [id://444835]=note: print w/replies, xml ) Need Help??


in reply to Re: Internal Server Error
in thread Internal Server Error

Sending any output to STDOUT without sending valid headers will cause an 'Internal Server Error'.

If you want to try to gain access to what's going wrong, try making sure the first thing you do is:

BEGIN { print "Content-type: text/html\n\n"; }

But definately check the websever logs. And knowing the platform is useful, too.

Personally, I'm lazy, and like using CGIwrap for debugging my CGIs.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://444835]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (6)
As of 2024-03-29 00:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found