Beefy Boxes and Bandwidth Generously Provided by pair Networks vroom
We don't bite newbies here... much
 
PerlMonks  

Re^2: Internal Server Error

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

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


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
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.