Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Debugging errors the easy way.

by BazB (Priest)
on Jan 07, 2002 at 21:29 UTC ( [id://136860]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Perl and Apache Configuration Files
in thread Perl and Apache Configuration Files

If you aren't all ready, Use strict warnings and diagnostics or die.
Also look at CGI::Carp

Following tachyon's advice should give you more of a clue why you're getting an error, rather than just getting a "500 - Server error".

Replies are listed 'Best First'.
Re: Debugging errors the easy way.
by newrisedesigns (Curate) on Jan 07, 2002 at 21:50 UTC

    I did have an "|| &error; " appended to the use statement, but it still returned an error. I assume it's a fatal error (thus leading me to believe that the module is not present), however I will try some alternatives to see if I can pinpoint why I recieve that error.

    No luck with the "manual" creation of .htpasswd files. I double checked to make sure that the .htaccess is pointing to the created file for "AuthUserFile". Perhaps permissions need to be set?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (7)
As of 2024-04-19 16:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found