On Tue, 2005-10-18 at 11:32 +0530, [EMAIL PROTECTED] wrote:
>   I am encountering a strange problem with my mod perl 2.
[...]
>                                    PerlHandler Apache::PerlRun

There is no module called Apache::PerlRun in mod_perl 2.  It is now
called ModPerl::PerlRun.  You will need to change your config file.

You may want to use the prefork version, described here:
http://perl.apache.org/docs/2.0/api/ModPerl/PerlRunPrefork.html

- Perrin

Reply via email to