[EMAIL PROTECTED] wrote:
Dear Friends,
  I am encountering a strange problem with my mod perl 2

Can you specify the exact version you're using?  (i.e. 2.0.1 )

      PerlHandler Apache::PerlRun

and it gives me the following error as soon as I start the server:-
[Mon Oct 17 12:20:54 2005] [error] [client 203.199.110.93] failed to resolve handler `Apache::PerlRun': Can't locate Apache/PerlRun.pm in @INC The PerlRun.pm is located in /opt/perl4modperl/lib/site_perl/5.8.6/x86_64-linux-stdio/ModPerl which is included above as shown. It is included using a script startup.pl which is called on Apache start. The file permissions are correct as required.
         -r--r--r--  1 root  root    4324 2005-10-13 18:25 PerlRun.pm

Maybe you should use 'PerlResponseHandler ModPerl::PerlRun'?

I haven't used PerlRun before, but here's what made me think this:

http://search.cpan.org/~gozer/mod_perl-2.0.1/docs/api/ModPerl/PerlRun.pod

HTH,

Fred

Reply via email to