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

Changing the package line in Hello.pm from Hello to pl::Hello fixed it. Thanks.

For the record, I listed the differences between the CGI script's @INC path and modperl's @INC path to demonstrate that the PerlSwitches directive worked; e.g., that this was not a problem with @INC not seeing /usr/local/apache2/pl. That wasn't my question; sorry if that was unclear.

Update:
ikegami, can you clarify your post? Was there some specific mod_perl related link you wanted me to see? You posted a search result for 'getting help'. I don't get what you're trying to tell me.

--
jpg
  • Comment on Re^2: Apache/mod_perl2 : "failed to resolve handler"

Replies are listed 'Best First'.
Re^3: Apache/mod_perl2 : "failed to resolve handler"
by kaif (Friar) on Jun 21, 2005 at 06:31 UTC

    ikegami, can you clarify your post? Was there some specific mod_perl related link you wanted me to see? You posted a search result for 'getting help'. I don't get what you're trying to tell me.

    Here's the link to mod_perl's Getting Help that ikegami meant.