Re: Double execution of PerlRequire statement

2002-12-18 Thread Geoffrey Young
rver::ReStarting HTH --Geoff - kyle - Original Message - From: "Andreas Rieke" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 18, 2002 1:41 AM Subject: Double execution of PerlRequire statement Hi, working with apache 1.3.26, mod_perl/1.2

Re: Double execution of PerlRequire statement

2002-12-18 Thread Perrin Harkins
Kyle Oppenheim wrote: This behavior is documented in the guide... http://perl.apache.org/docs/1.0/guide/config.html#Apache_Restarts_Twice_On_S tart This is true, although technically it shouldn't require the same file twice unless you have PerlFreshRestart on (which is a bad idea). - Perrin

Re: Double execution of PerlRequire statement

2002-12-18 Thread Kyle Oppenheim
:41 AM Subject: Double execution of PerlRequire statement > Hi, > > working with apache 1.3.26, mod_perl/1.27 and perl 5.6.0 on a Redhat > Linux 7.2 with kernel 2.4.7-10, I have serious problems with a > PerlRequire statement in the httpd.conf apache configuration file since > the sc

RE: Double execution of PerlRequire statement

2002-12-18 Thread FFabrizio
-- > From: Andreas Rieke [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 18, 2002 4:41 AM > To: [EMAIL PROTECTED] > Subject: Double execution of PerlRequire statement > > > Hi, > > working with apache 1.3.26, mod_perl/1.27 and perl 5.6.0 on a Redhat > Linux 7

Double execution of PerlRequire statement

2002-12-18 Thread Andreas Rieke
Hi, working with apache 1.3.26, mod_perl/1.27 and perl 5.6.0 on a Redhat Linux 7.2 with kernel 2.4.7-10, I have serious problems with a PerlRequire statement in the httpd.conf apache configuration file since the script is executed twice with the same pid. The PerlRequire statement is the first st