Mike Martinet wrote:
>
> Greetings,
>
> With this setup:
>
> Linux kernel 2.4.7-10
> Apache 1.3.24
> mod_perl-1.26
> Apache::ASP 2.33
> MLDBM 0.25
>
Please submit a trace of the error_log for the request, with
PerlSetVar Debug -1
set, and a description of the problem as well as what file
permissions for /mnt/hdb/www/content/ look like ( ls -l )
to the Apache::ASP list at [EMAIL PROTECTED]
Please submit the error_log for a full request that contains
the error. It might also help to set $SIG{__DIE__} = \&Carp::confess;
somewhere to recover a stack trace of where the error occurs.
--Josh