RE: Reloading Apache::Registry modules without restarting Apache

2012-01-20 Thread Desilets, Alain
> In other words, it does not really make sense to expect a different lib path > per virtual > host, since the perl modules and scripts exist on a "one per process" base, > not a "one per > virtual host" base. > Or, you have to really set the lib path dynamically, on a per-request base, > not ju

Re: Reloading Apache::Registry modules without restarting Apache

2012-01-20 Thread André Warnier
André Warnier wrote: Desilets, Alain wrote: I'm using mod_perl on Windows 7, and am trying to set things up so that I can reload my script and all the modules it uses, without having to restart Apache. The problem is that my script (called webitext.cgi) updates the @INC variable using statem

Re: Reloading Apache::Registry modules without restarting Apache

2012-01-20 Thread André Warnier
Desilets, Alain wrote: I'm using mod_perl on Windows 7, and am trying to set things up so that I can reload my script and all the modules it uses, without having to restart Apache. The problem is that my script (called webitext.cgi) updates the @INC variable using statements like these: --- u