cpanel控制面板为drupal配置cron job教程
drupal的不少功能需要cron job,例如检查新版本,为搜索建立索引等等。也就是需要定期的执行文件:http://example.com/cron.php
在cpanel控制面板中设置流程如下:
1.进入 Cron Jobs
2.点击Advanced(Unix Style)
3.填写下面的任意一行命令:
45 * * * * /usr/bin/lynx -source http://example.com/cron.php
45 * * * * /usr/bin/wget -O – -q -t 1 http://www.example.com/cron.php
45 * * * * curl –silent –compressed http://example.com/cron.php
45 * * * * 表示每个小时的第45分钟执行,也可以根据自己的情况修改为其他时间或时间间隔。至于使用哪个命令请根据你的服务器支持什么而决定。
cpanel的更多使用说明见: http://kb.idcspy.org/CPanel
大漠孤狼原创,始发:http://bbs.zzbaike.com/thread-5510-1-1.html,转载请注明。
From 大漠网迹, post cpanel控制面板为drupal配置cron job教程
Post Footer automatically generated by wp-posturl plugin for wordpress.
學習了。感謝分享。
This is my first time comment at your blog.
Good recommended website.
This is my first time comment at your blog.
Good recommended website.