RE: Double execution of PerlRequire statement

2002-12-18 Thread FFabrizio
Though I have not encountered this problem personally, it's been discussed here a few times before, and a google search of PerlRequire running twice turned up a page full of promising leads, so I suggest peeking at the archives and google. -Fran -Original Message- From: Andreas Rieke

Re: Double execution of PerlRequire statement

2002-12-18 Thread Kyle Oppenheim
This behavior is documented in the guide... http://perl.apache.org/docs/1.0/guide/config.html#Apache_Restarts_Twice_On_S tart - kyle - Original Message - From: Andreas Rieke [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 18, 2002 1:41 AM Subject: Double execution of

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 Geoffrey Young
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 it may not be that simpple - what Andreas is likely seeing is likely a real bug that's been around for a while: