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

To see errors during startup, start httpd manually instead of using a script for it and watch the console.
  • Comment on Re: Re: Re: mod_perl and Apache::DBI - Installation help

Replies are listed 'Best First'.
Re: Re: Re: Re: mod_perl and Apache::DBI - Installation help
by S_Shrum (Pilgrim) on May 19, 2003 at 06:31 UTC

    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

      You need to get the actual error message. It should be printed to the error_log.