General

A simple cronjob to monitor and start your apache

*/10 * * * * curl -s http://localhost || (echo “Restarting apache” ; apachectl restart)