Forum Moderators: phranque
#!/bin/bash
if [! "$(/sbin/pidof httpd)" ]
then
apachectl start
fi <edit>
Set your cronjob to email you the output so you know when Apache has been restarted.
</edit>
[edited by: StupidScript at 6:41 pm (utc) on June 14, 2007]