On May 27, 2010, at 1:04 PM, Perrin Harkins wrote:
On Thu, May 27, 2010 at 11:11 AM, Michael Schout <msch...@gkg.net> 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.