Re: automatically restart httpd
Torsten Förtsch <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
On 23/04/13 22:48, Ryan Perry wrote: > except I use a threaded MPM so I can't use child_terminate. Is there > another method similar to that? yes, use prefork, ;-) Sorry, couldn't resist. Torsten