Re: [us...@httpd] [mod_fcgid] automatic restart of modified scripts

2009-12-10 Thread Noah Sheppard
On Thu, Dec 10, 2009 at 04:43:58PM -0500, Jeff Trawick wrote: > On Thu, Dec 10, 2009 at 4:25 PM, Noah Sheppard wrote: > > On Thu, Dec 10, 2009 at 04:01:19PM -0500, Jeff Trawick wrote: > >> Do you have a doc (blog, webpage, anything) reference? > > > > Here is a doc on mod_fastcgi itself, particula

Re: [us...@httpd] [mod_fcgid] automatic restart of modified scripts

2009-12-10 Thread Jeff Trawick
On Thu, Dec 10, 2009 at 4:25 PM, Noah Sheppard wrote: > On Thu, Dec 10, 2009 at 04:01:19PM -0500, Jeff Trawick wrote: >> On Thu, Dec 10, 2009 at 2:57 PM, Noah Sheppard wrote: >> > mod_fastcgi had a configuration option that would cause it to check >> > the mtime of a script each time it was reque

Re: [us...@httpd] [mod_fcgid] automatic restart of modified scripts

2009-12-10 Thread Noah Sheppard
On Thu, Dec 10, 2009 at 04:01:19PM -0500, Jeff Trawick wrote: > On Thu, Dec 10, 2009 at 2:57 PM, Noah Sheppard wrote: > > mod_fastcgi had a configuration option that would cause it to check > > the mtime of a script each time it was requested, and restart that > > script if it was already running

Re: [us...@httpd] [mod_fcgid] automatic restart of modified scripts

2009-12-10 Thread Jeff Trawick
On Thu, Dec 10, 2009 at 2:57 PM, Noah Sheppard wrote: > Hi all, > > I've set up mod_fcgid on two of my servers (one running gentoo, the > other RHEL5). From what I can tell, the original mod_fastcgi had a > configuration option that would cause it to check the mtime of a script > each time it was

[us...@httpd] [mod_fcgid] automatic restart of modified scripts

2009-12-10 Thread Noah Sheppard
Hi all, I've set up mod_fcgid on two of my servers (one running gentoo, the other RHEL5). From what I can tell, the original mod_fastcgi had a configuration option that would cause it to check the mtime of a script each time it was requested, and restart that script if it was already running and t