On Mon, Sep 27, 2010 at 5:09 PM, Brad Lira <snmp.apache@xxxxxxxxx> wrote: > hello, > > when the MaxRequestsPerChild has reached, and the child is killed, > does the is_graceful variable set in worker.c? It doesn't appear so > If so, how can differentiate between ./apachectl graceful and child recycling. I think you can just set a cleanup on pconf and you'll see it run in the parent. > I want to reset some counters if the entire apache was restarted, but > not if the child is recycled. You could just clear them in post_config if they live in the parent process. Otherwise, you're getting new children anyway. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx