Server Level Global Variable

2010-04-13 Thread Shibi NS
I have requirement to maintain variables at server level say a counter(something like server restart count) variable and time date, so if particular event(say die on request handler) this counter increments by one and time date variable updated to current system date and time. Is there is any way

Re: Server Level Global Variable

2010-04-13 Thread Michael Ludwig
Shibi NS schrieb am 13.04.2010 um 23:53:18 (+0530): [Server Level Global Variable] > I have requirement to maintain variables at server level say > a counter(something like server restart count) variable and > time date So you're aware of Apache2::ServerUtil#restart_count ? >

Re: Server Level Global Variable

2010-04-13 Thread Perrin Harkins
On Tue, Apr 13, 2010 at 2:23 PM, Shibi NS wrote: > I have requirement to maintain variables at server level say a > counter(something like server restart count) variable and time date, so if > particular event(say die on request handler) this counter increments by one > and time date variable upda