Apache::RegistryLoader side effect

2000-04-13 Thread Eric Hastings
I have a plain-old CGI script configured to be loaded with Apache::Registry Location /cgi-bin/myscript.plSetHandler perl-scriptPerlHandler Apache::RegistryOptions ExecCGIPerlSendHeader On/Location In this configuration, I see the BEGIN block of my script get executed twice per child

RE: Apache::RegistryLoader side effect

2000-04-13 Thread Geoffrey Young
preloading Apache::Registry along with RegistryLoader and see if the problem disappears... HTH --Geoff -Original Message-From: Eric Hastings [mailto:[EMAIL PROTECTED]]Sent: Thursday, April 13, 2000 1:18 PMTo: '[EMAIL PROTECTED]'Subject: Apache::RegistryLoader side effect I

RE: Apache::RegistryLoader side effect

2000-04-13 Thread Geoffrey Young
: Eric Hastings [mailto:[EMAIL PROTECTED]]Sent: Thursday, April 13, 2000 2:17 PMTo: 'Geoffrey Young'; '[EMAIL PROTECTED]'Subject: RE: Apache::RegistryLoader side effect I preload Apache::Registry, replacing RegistryLoader, and it works indentically. Interesting. Can you point me