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
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
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
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.
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
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