Re: a better way to recognize module changes
Jonathan Swartz <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
On May 27, 2010, at 1:04 PM, Perrin Harkins wrote: > On Thu, May 27, 2010 at 11:11 AM, Michael Schout <[email protected]> > wrote: >> My solution involved forking off a watcher process when the server >> starts up. > > Wouldn't it be simpler to start a separate daemon for this? You could > launch it from apachectl if you don't want to run another command. > Also take a look at Server::Control::Apache (apachectlp), it is easy to extend its behavior to, e.g., launch a separate daemon.