Re: reloading files

2005-05-25 Thread Stas Bekman
Pronichev Alexander wrote: No it doesn't hapens. I try to use "PerlFreshRestart On", but it doesn't work correctly for me. Move to mp2.0, the perl is completely scratched on each restart. I need that my startup.pl file (loaded at startup by PerlRequire directive) will be reloaded, when I res

Re: reloading files

2005-05-25 Thread Pronichev Alexander
No it doesn't hapens. I try to use "PerlFreshRestart On", but it doesn't work correctly for me. On Tue, 24 May 2005 17:07:03 -0400 Malcolm J Harwood <[EMAIL PROTECTED]> wrote: > On Tuesday 24 May 2005 08:20 am, Pronichev Alexander wrote: > > > I need that my startup.pl file (loaded at startup b

Re: reloading files

2005-05-24 Thread Malcolm J Harwood
On Tuesday 24 May 2005 08:20 am, Pronichev Alexander wrote: > I need that my startup.pl file (loaded at startup by PerlRequire directive) > will be reloaded, when I restart apache (send a SIGHUP). How can I do it? A reload should re-read the configuration (and thus your startup file). Is this no

reloading files

2005-05-24 Thread Pronichev Alexander
Hi, I have the following question: I need that my startup.pl file (loaded at startup by PerlRequire directive) will be reloaded, when I restart apache (send a SIGHUP). How can I do it? Thanks.

Re: [mp2] modperl not reloading files when changed

2004-11-09 Thread Stas Bekman
Carl Brewer wrote: Hello, I've got a couple of files, a script and a library, and I'm not sure of what I'm doing wrong in terms of telling modperl to watch them for changes. I have the following in httpd.conf : for my virtual host : PerlModule Apache2 PerlRequire "/home/benfab/lib/startup.p

[mp2] modperl not reloading files when changed

2004-11-09 Thread Carl Brewer
Hello, I've got a couple of files, a script and a library, and I'm not sure of what I'm doing wrong in terms of telling modperl to watch them for changes. I have the following in httpd.conf : for my virtual host : PerlModule Apache2 PerlRequire "/home/benfab/lib/startup.pl" PerlModule A