log in as root
crontab -e # uses vi
At the end of the file just add in your cron job, using the following format:
min hr day month weekday COMMAND
To restart everyday at midnight:
0 0 * * * /sbin/service/ httpd graceful