Re: perl initialization per virtual host... is it possible

2000-09-25 Thread Doug MacEachern
On Thu, 14 Sep 2000, William Deegan wrote: > When I do that a "SetEnv" in my virtual host doesn't seem to get > passed to the startup.pl... > > Is that the expected behavior? yes, SetEnv isn't passed until the request time fixup phase. try PerlSetEnv, which will be set at startup time outside

Re: perl initialization per virtual host... is it possible

2000-09-14 Thread William Deegan
- Original Message - From: "Ime Smits" <[EMAIL PROTECTED]> To: "William Deegan" <[EMAIL PROTECTED]> Cc: "G.W. Haywood" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, September 14, 2000 2:26 PM Subject: Re: perl initializ

Re: perl initialization per virtual host... is it possible

2000-09-14 Thread David Hodgkinson
"William Deegan" <[EMAIL PROTECTED]> writes: > Ged, > > I think you may have misunderstood. > > I meant a different startup per virtual host, not per child process. > > Is that possible? If you're going to do that, say, to stop virtual servers interfering with each other, consider having COM

Re: perl initialization per virtual host... is it possible

2000-09-14 Thread Ime Smits
| I meant a different startup per virtual host, not per child process. It's perfectly ok to specify a PerlRequire for each virtual host or even in .htaccess, but I think that's a dirty habbit to get into. As the complete perl namespace is shared between all your virtual hosts there is really n

Re: perl initialization per virtual host... is it possible

2000-09-14 Thread William Deegan
sday, September 14, 2000 1:16 PM Subject: Re: perl initialization per virtual host... is it possible > Hi there, > > On Thu, 14 Sep 2000, William Deegan wrote: > > > Is it possible to setup different Initialization per virtual host? > > > > so perhaps one: > >