Hi Stefano --

> Working outside mod_perl (i.e. in a command line perl program) no
> problem jumps out because the above arrowed 'die' correctly matches
> its regexp (the exception message starts at the beginning of the line).
>
> From inside mod_perl we have an unmatch so base croaks with the complete
> backtrace and httpd doesn't start (if I pre-use the module) or send
> 500 - Server Error (in a runtime require).


I find that a problem which occurs INSIDE Apache/mod_perl but does not occur
OUTSIDE from the command line is usually attributable to one or both of the
following:

  1. Perl version mis-match between installed Perl and version compiled into
Apache.
  2. Web server permissions issue.

If I were you I would closely compare the different versions and settings of
the installed perl and the compiled apache/perl.


TTYL,

-Jesse-


--

  Jesse Erlbaum
  The Erlbaum Group
  [EMAIL PROTECTED]
  Phone: 212-684-6161
  Fax: 212-684-6226


Reply via email to