crontab -e 

1 1 * * * /home/ispc/cron/kill_httpd.sh


vi /home/ispc/cron/kill_httpd.sh

>> ps aux | grep -ie http | awk '{print $2}' | xargs kill -9



For cron job assignment: reference to : http://en.wikipedia.org/wiki/Cron