Re: how come httpd doesn't start even though startup.pl is fine? (fwd)

2000-01-19 Thread Matt Sergeant
On Fri, 14 Jan 2000, Ricardo Kleemann wrote: > Hmmm :-( > > On 14 Jan 2000, Frank D. Cringle wrote: > > > > > Without having checked your list, I'll wager that the "good" modules > > are all pure perl and the "bad" ones use machine-language XS > > extensions. > > So typical modules like MD5 an

Re: how come httpd doesn't start even though startup.pl is fine?(fwd)

2000-01-18 Thread Clay
Cliff Rayman wrote: > i don't think he is saying that the module is "bad", > he is saying that modules that use XS, with apache > mod_perl have caused problems with startup and restarts. > based on the running posts regarding > dlopen and dlclose, i'd say he was correct. > > cliff rayman > genw

Re: how come httpd doesn't start even though startup.pl is fine?(fwd)

2000-01-18 Thread Cliff Rayman
i don't think he is saying that the module is "bad", he is saying that modules that use XS, with apache mod_perl have caused problems with startup and restarts. based on the running posts regarding dlopen and dlclose, i'd say he was correct. cliff rayman genwax.com Ricardo Kleemann wrote: > H

Re: how come httpd doesn't start even though startup.pl is fine?(fwd)

2000-01-18 Thread Ricardo Kleemann
Hmmm :-( On 14 Jan 2000, Frank D. Cringle wrote: > > Without having checked your list, I'll wager that the "good" modules > are all pure perl and the "bad" ones use machine-language XS > extensions. So typical modules like MD5 and MIME::Body are "bad" modules? Ricardo

Re: how come httpd doesn't start even though startup.pl is fine?

2000-01-14 Thread Sean Chittenden
OTECTED] > Subject: Re: how come httpd doesn't start even though startup.pl is fine? > > ok, i think if you mean redhat 6.1 as opposed to linux6.1 i have the same prob, > > i have never been able to insert anything into the startup.pl > besides Apache CGI CGI::Carp . > if

Re: how come httpd doesn't start even though startup.pl is fine?

2000-01-14 Thread Clayton Cottingham
ok, i think if you mean redhat 6.1 as opposed to linux6.1 i have the same prob, i have never been able to insert anything into the startup.pl besides Apache CGI CGI::Carp . if i try to add any third parties it dies i did a quick search on the mail list and the red hat updates and found that they

Re: how come httpd doesn't start even though startup.pl is fine?

2000-01-14 Thread G.W. Haywood
Hi there, On Fri, 14 Jan 2000, Ricardo Kleemann wrote: > unfortunately that's not it... :-( If it's any help, mail me your config files and I'll fire it up on my development server (Slackware Linux 2.0.34/Apache 1.3.9/mod_perl 1.21) to see what happens. Have you got the latest & greatest of al

Re: how come httpd doesn't start even though startup.pl is fine?

2000-01-14 Thread Sean Chittenden
: > Date: Fri, 14 Jan 2000 07:59:39 -0800 (PST) > From: Ricardo Kleemann <[EMAIL PROTECTED]> > To: Sean Chittenden <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Subject: Re: how come httpd doesn't start even though startup.pl is fine? > > Thanks but unfortunate

Re: how come httpd doesn't start even though startup.pl is fine? (fwd)

2000-01-14 Thread Frank D. Cringle
Ricardo Kleemann <[EMAIL PROTECTED]> writes: > Hmmm :-( > > On 14 Jan 2000, Frank D. Cringle wrote: > > > > > Without having checked your list, I'll wager that the "good" modules > > are all pure perl and the "bad" ones use machine-language XS > > extensions. > > So typical modules like MD5 an

Re: how come httpd doesn't start even though startup.pl is fine?

2000-01-14 Thread Ricardo Kleemann
Thanks but unfortunately that's not it... :-( I only put in a snippet of the startup.pl. My file does indeed have a 1; at the bottom... Ricardo On Fri, 14 Jan 2000, Sean Chittenden wrote: > You're going to love this... your startup.pl file is > fine... almost. You're forgetting a key p

Re: how come httpd doesn't start even though startup.pl is fine? (fwd)

2000-01-14 Thread Frank D. Cringle
Ricardo Kleemann <[EMAIL PROTECTED]> writes: > Hi everyone, > > I don't know what's causing this, and there are no errors being logged in > my error_log. > > I'm running apache 1.3.9, mod_perl 1.21, linux 6.1 > > I have a startup.pl with a bunch of modules in it. If I run the startup.pl > by it

Re: how come httpd doesn't start even though startup.pl is fine?

2000-01-14 Thread Sean Chittenden
You're going to love this... your startup.pl file is fine... almost. You're forgetting a key part of the script... issue this shell command and it'll work: echo "1;" >> startup.pl The startup script needs to return true from its eval. <:) --SC -- Sean Chit