in reply to Re: Re: Re: mod_perl and Apache::DBI - Installation help
in thread mod_perl and Apache::DBI - Installation help

The server errors are to the browser...Apache is running fine as is my other scripts that do not implement the Apache:DBI calls. The problem I believe is either with the script but the script itself (or Perl) which is not generating any results in the error logs or my 'carpout(\*LOGGY) if open(LOGGY,'>>'.__FILE__.'.err.log');' file OR with my configuration.

I know that mod_perl is installe and running as is evidence in the environment settings displaying it.

I'm still stumped but at least I can still use DBI for now so it's not really a giant stumbling block.

It would just be really nice if I can get the thing working right.

Here is the latest rendition of my conf settings:

LoadModule perl_module modules/mod_perl.so Alias /cgi-bin/ g:/websites/cgi-bin/ <Location /cgi-bin> SetHandler perl-script PerlHandler Apache::Registry Options +ExecCGI </Location> PerlModule Apache::Registry <Files ~ "\.pl$"> SetHandler perl-script PerlHandler Apache::Registry Options ExecCGI </Files> PerlModule Apache::DBI

Any other ideas are most welcome.

TIA

======================
Sean Shrum
http://www.shrum.net

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: mod_perl and Apache::DBI - Installation help
by perrin (Chancellor) on May 19, 2003 at 16:43 UTC
    You need to get the actual error message. It should be printed to the error_log.