Frank Wiles wrote:
It appears that you're running Apache 2.0 and mod_perl 2.x, if that is
the case you need to have it be:
PerlHandler ModPerl::Registry
not
PerlHandler Apache::Registry
See this URL in the docs for more information:
http://perl.apache.org/docs/2.0/user/port
On Sun, 18 Sep 2005 14:16:36 +0800
Manish Rai Jain <[EMAIL PROTECTED]> wrote:
> Hi
> I am having problems while trying to configure perl module with
> apache. I am attaching my httpd.conf file. Please check out the
> section *
> # Added by Manish to list index
Hi
I am having problems while trying to configure perl module with apache.
I am attaching my httpd.conf file. Please check out the section
*
# Added by Manish to list index
Options +Indexes
# PerlModule Apache::Registry
SetHandler perl-script