Re: Trouble with script execution

2014-05-19 Thread Jie Gao
Apache2::Reload Regards, Jie * Worik Stanton wrote: > Date: Mon, 19 May 2014 13:47:12 +1200 > From: Worik Stanton > CC: mod_perl list > Subject: Re: Trouble with script execution > User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 > Thunderbird/24.5.0 > > On 19/05/14 12

Re: Trouble with script execution

2014-05-19 Thread Perrin Harkins
On Sun, May 18, 2014 at 9:47 PM, Worik Stanton wrote: > I am sure I read somewhere that mod_perl monitors scripts and reloads > them if the modification date changes. You're probably thinking of Apache::Registry/ModPerl::Registry. They do that with your CGI scripts. - Perrin