Hi,
I work with mod_perl for Apache, but I have problem with Apache:Registry.
The output error.log is

[Thu Nov 27 12:26:16 2003] [error] failed to resolve handler
`Apache::Registry'
[Thu Nov 27 12:26:16 2003] [error] [client 192.168.0.5] Can't locate
Apache/Registry.pm in @INC (@INC contains: D:/Perl/lib D:/Perl/site/lib .
D:/Apache/Apache2/ D:/Apache/Apache2/lib/perl) at (eval 1) line 3.

In httpd.conf

LoadModule perl_module modules/mod_perl.so

......

Alias /perl/ "D:/Apache/Apache2/perl/"

<Location /perl>
 SetHandler perl-script
 PerlHandler Apache::Registry
 PerlSendHeader On
 Options +ExecCGI
</Location>


Version:
Apache/2.0.48 (Win32) mod_perl/1.99_12-dev Perl/v5.8.1

Regards


-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html

Reply via email to