Re: Weird startup includes

2007-04-26 Thread Foo JH
Are you running Apache on Windows? Martin Moss wrote: I seem to have something weird going on. a Module I've written seems to be being included twice at server startup, but the second time its included the Apache::ServerStarting flag is set to 0... and is therefore causing all sorts of grief...

Weird startup includes

2007-04-26 Thread Martin Moss
I seem to have something weird going on. a Module I've written seems to be being included twice at server startup, but the second time its included the Apache::ServerStarting flag is set to 0... and is therefore causing all sorts of grief... (e.g. $dbh being forked).. Ive never noticed before that