Re: PerlModule/Require didn't work ??

1999-12-21 Thread Doug MacEachern

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.




Re: PerlModule/Require didn't work ??

1999-12-16 Thread Bill Marrs

This is the same problem I've been struggling with.

What has fixed it for me is building Apache and mod_perl from the tar 
archives and linking Apache statically (no .so's).

I haven't investigated much further, but even after I built Perl, Apache, 
and mod_perl by hand it still happened.  Only when I switch to a non-DSO 
Apache did it work for me.

-bill

At 03:39 PM 12/16/99 +, [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 ?!?
>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.?!?!
>
>
>Thanx alot in advance
>=
>iVAN
>[EMAIL PROTECTED]
>=



PerlModule/Require didn't work ??

1999-12-16 Thread raptor

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 ?!?
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.?!?!


Thanx alot in advance
=
iVAN
[EMAIL PROTECTED]
=