i need reload the scripts

2000-11-22 Thread bari
i have some modules already written in my subdirectory and i have made chages to them an i need to reload them. how do i reload the perl scripts using mod perl. i was going through documentation it asked me to use PerlModule Apache::StatINC PerlInitHandler Apache::StatINC but i am not clear with

Re: i need reload the scripts

2000-11-22 Thread Sean C. Brady
You can either restart the server... or, add PerlPostReadRequestHandler Apache::StatINC to your httpd.conf file. I think even with StatINC, you might have to restart your server once in a while - my own experience... - Sean On Wed, 22 Nov 2000, bari wrote: i have some modules already

RE: i need reload the scripts

2000-11-22 Thread bari
] Subject: Re: i need reload the scripts You can either restart the server... or, add PerlPostReadRequestHandler Apache::StatINC to your httpd.conf file. I think even with StatINC, you might have to restart your server once in a while - my own experience... - Sean On Wed, 22 Nov 2000