On Thu, Nov 27, 2003 at 02:43:46PM -0300, Patricio Muņoz wrote:
> 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

That was the kicker.  I believe the handler has changed it's name to 
ModPerl::Registry in mod_perl 2; at least, that's what I'm using, with
apparent success.

Cheers,
-- jra
-- 
Jay R. Ashworth                                                [EMAIL PROTECTED]
Member of the Technical Staff     Baylink                             RFC 2100
The Suncoast Freenet         The Things I Think
Tampa Bay, Florida        http://baylink.pitas.com             +1 727 647 1274

        Come see Linux Gazette in our new home: www.linuxgazette.net!

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

Reply via email to