On Aug 24, 2005, at 8:58 AM, Philip M. Gollucci wrote:
What happens if you don't load any of YOUR code and just load mp1 with
a defacto startup.pl file.
Again don't load any of YOUR code.
When I strip it down to just:
PerlRequire /etc/httpd/perl/startup.pl
<Location /perl>
SetHandler perl-script
PerlHandler Apache::Registry
PerlSendHeader On
Options ExecCGI
</Location>
startup.pl:
#!/usr/bin/perl
use Apache::Registry();
There errors are gone. If I add:
use Apache::DBI();
in startup.pl I get the errors again...
Boysenberry
boysenberrys.com | habitatlife.com | selfgnosis.com