Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^2: Apache/mod_perl2 : "failed to resolve handler"

by mpeters (Chaplain)
on Jun 20, 2005 at 16:22 UTC ( [id://468402]=note: print w/replies, xml ) Need Help??


in reply to Re: Apache/mod_perl2 : "failed to resolve handler"
in thread Apache/mod_perl2 : "failed to resolve handler"

In addition to the above, try loading your module before using it as a handler. This will cause Apache to not even start if there are problems with it and thus catch your problem (with a better error message) earlier.
PerlModule pl::Hello
or in a startup.pl
use pl::Hello;

-- More people are killed every year by pigs than by sharks, which shows you how good we are at evaluating risk. -- Bruce Schneier

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (2)
As of 2024-04-25 02:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found