T Ford wrote:

So as far as apache is concerned, there shouldn't be a problem? Because I grepped the code and saw places where it was putting signal handlers in place at least for SIGHUP. I was just wondering if by forking and then ignoring the signal that it might cause a problem with not having apache's signal handler in place.
You're playing with signal handling in your child process.  You don't
want Apache's signal handlers in place.

Reply via email to