crontab -e 
12 10 * * * wget http://192.168.1.5/index.php 

lynx -source http://192.168.1.5/index.php > /dev/null 2>&1 
或者 
wget -q –spider http://192.168.1.5/index.php