> It seems that in some situations this init script condition fails: > > if [ ! $PID -eq 0 -a $RET -eq 0 ]; then > > Ditto. My script (after logrotate at night) calls killall -9 httpd.prefork; apachectl restart, since httpd dies from a simple restart.