On Mon, 22 Apr 2002, xk wrote:
> Hi.
>
> I'm getting the following mod_perl error when I try to run a perl script
> through Apache: [error] failed to resolve handler `Apache::Registry'
>
> My configuration is:
> -------------
> Alias /perl/ "C:/My Documents/HTML/xk Sound/perl/"
>
> #PerlModule Apache::Registry
>
> <Location /perl>
> SetHandler perl-script
> PerlHandler Apache::Registry
> Options +ExecCGI
> </Location>
> -------------
> If I uncomment the #PerlModule Apache::Registry line, Apache will exit as
> soon as I start it, without any message in his window or the logs.
>
> I do have Apache::Registry installed, so what's wrong?
I assume this is for mod_perl-1?
Do you have a
LoadModule perl_module modules/mod_perl.so
line in your httpd.conf file?
best regards,
randy kobes