Re: [mod-security-users] When will we see 1.8?
Brought to you by:
victorhora,
zimmerletw
|
From: Ivan R. <iv...@we...> - 2004-04-26 10:34:42
|
>>>> BTW, I've also added a check to v1.8. If chroot fails for any >>>> reasons, Apache will refuse to serve requests. >>> >>>I have a request, though. Can you make it so, that, instead of not >>>serving requests, Apache will exit? (with a log message, of course). >> >> Actually, that's what it does at the moment. But there is a catch. >> Since at that time the configuration phase is over, it is only >> one child that exits. I cannot affect other Apache processes. > > > I hadn't thought of that. No bid deal, though: "MinSpareServers" should > take care of respawning a new child. Sure, but mod_security will kill every child Apache spawns. I've added a delay to prevent too many processes to get created and killed at the same time, but the whole thing will prevent Apache from serving any requests. Bye, Ivan |