detecting server start, stop, graceful in startup.pl
>From the Apache2::ServerUtil API doc, to do something only when server restarts (httpd -k start or httpd -k graceful), check whether restart_count() is bigger than 1: my $cnt = Apache2::ServerUtil::restart_count(); do_something() if $cnt > 1; However, the API doesn't work as above. I tried t
Simple test
Test. pls ignore. I sent a msg earlier and didn't see it come back. I'm thinking this isn't getting to the list. CAH