On Thu, 16 Dec 1999 [EMAIL PROTECTED] wrote:
> hi,
>
> I was wondering why the PerlModule and perlRequire didn't work for me.
> I have a fresh installation of :
> apache 1.3.9 + mod_perl 1.21 (that is bundled in RedHat6.1),
> what was my surprise to see that when I try to use something like :
>
> PerlRequire .../startup.pl
>
> or
>
> PerlModule Apache::DBI Apache::ASP
>
> the Apache won't start. When I start the apache i.e. :
>
> /etc/rc.d/init.d/httpd start
>
> I get ...... [OK] , but nothing started nothing even in the error_log :"(
> (LogLevel debug).
>
> I missed something or WHAT ?!?
there have been several messages over the past 1-2 weeks on how to
diagnose the problem, did you try any of them?
> I thought that it was 'cause now by default if Apache find suEXEC it runs in
> suEXEC-mode, but I moved suEXEC and it dosen't use it then.
>
> Another surprice was that if I go .../perl-status
>
> ..
> Loaded Modules
> ...
>
>
> I see CGI there, but I didn't point to it in .conf files.?!?!
Apache::Status uses CGI.pm, or Apache::Request if you have it installed.