Re: Trouble with script execution
Perrin Harkins <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <CAC0_be0uU1v3UdReX6OBSCfduhhs7nRqAtU5PS5w3argRsbA0w@mail.gmail.com> |
On Sun, May 18, 2014 at 9:47 PM, Worik Stanton <[email protected]> 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