2011/9/16 Scott Gifford <sgiff...@suspectclass.com>: > On Fri, Sep 16, 2011 at 12:12 AM, Jeff Pang <jeffp...@mail.ru> wrote: >> >> Hello, >> >> When my CGI scripts are moved to run under ModPerl::Registry, and when the >> script is changed, should I restart Apache each time? > > Hi Jeff, > In general you do, but look at modules likeĀ Apache2::ReloadĀ for ways to > detect changed files then automatically reload the appropriate modules.
This is true for modules, but for scripts running under Registry, it should not be necessary. They are recompiled when the file changes. - Perrin