How to restart httpd every 10 minutes?
Hello,I would like to know how can I restart the apache every 10 minutes. and what is the best way to do it.
I have used this method :
I have opened /etc/cron.d/sysstat
and added the fallowing lines:
#Restart httpd every 10 minutes
*/10 * * * * root /etc/rc.d/init.d/httpd restart
Is this going to work? any I deas?
Thanks for help.