Re: equivelant of Apache::Reload with MP1

2004-04-14 Thread Andrew Gaffney
Perrin Harkins wrote: On Wed, 2004-04-14 at 13:35, Andrew Gaffney wrote: Ah, I was under the impression it was for MP2. There is a version of it bundled with mp2. The mp1 version is not bundled, so you need to install it from CPAN before you can use it. Ah, thanks. -- Andrew Gaffney Network Ad

Re: equivelant of Apache::Reload with MP1

2004-04-14 Thread Perrin Harkins
On Wed, 2004-04-14 at 13:35, Andrew Gaffney wrote: > Ah, I was under the impression it was for MP2. There is a version of it bundled with mp2. The mp1 version is not bundled, so you need to install it from CPAN before you can use it. - Perrin -- Report problems: http://perl.apache.org/bugs/ M

Re: equivelant of Apache::Reload with MP1

2004-04-14 Thread Andrew Gaffney
Perrin Harkins wrote: On Wed, 2004-04-14 at 13:21, Andrew Gaffney wrote: I'm running Apache 1.3.29 and mod_perl-1.27 because I'm also using Mason. I have written a custom module for use in my mod_perl/Mason scripts, but when I make changes, I have to restart Apache so the module will be reloaded

Re: equivelant of Apache::Reload with MP1

2004-04-14 Thread Perrin Harkins
On Wed, 2004-04-14 at 13:21, Andrew Gaffney wrote: > I'm running Apache 1.3.29 and mod_perl-1.27 because I'm also using Mason. I have > written a > custom module for use in my mod_perl/Mason scripts, but when I make changes, I have > to > restart Apache so the module will be reloaded. Is there

equivelant of Apache::Reload with MP1

2004-04-14 Thread Andrew Gaffney
I'm running Apache 1.3.29 and mod_perl-1.27 because I'm also using Mason. I have written a custom module for use in my mod_perl/Mason scripts, but when I make changes, I have to restart Apache so the module will be reloaded. Is there anyway to have it automatically reload my module when it is ch