标题: [求助] cron 计划任务问题,我的cron要求是点击网站一个网址 [打印本页]
作者: jt23 时间: 2013-5-8 21:17 标题: cron 计划任务问题,我的cron要求是点击网站一个网址
我的网站要设置一个计划任务,是通过打开一个网址实现的。官方的文件是下面这样的。我输入哪一个都不行。请求帮助。我应该在后台输入什么才行呢?
Linux SystemYou can use one of the following commands depending on your server:
lynx -source "http://www.yourwebsite.com/index.php?option=com_acymailing&ctrl=cron" > /dev/null
Or
wget -O /dev/null "http://www.yourwebsite.com/index.php?option=com_acymailing&ctrl=cron" > /dev/null
If you access your website using an httpS protocol, you may want to use this command instead:
wget --no-check-certificate -O /dev/null "https://www.yourwebsite.com/index.php?option=com_acymailing&ctrl=cron" > /dev/null
Some hosting company block the lynx and wget command in which case you should use the curl one:
curl --silent --compressed "http://www.yourwebsite.com/index.php?option=com_acymailing&ctrl=cron" > /dev/null 2>&1
作者: admin 时间: 2013-5-8 23:57
怎么操作的
作者: imforever 时间: 2013-5-19 01:48
回复 2# admin
你好,计划任务可以不是绝对路径,而是http吗?
另外为什么计划任务,每次只能导入49条记录?是不是还需要修改什么配置的呢?我通过http访问是可以导入更多的数据的。
希望解答!!!
作者: admin 时间: 2013-5-19 15:56
不明白
作者: jt23 时间: 2013-6-10 19:20
网站的计划任务是让我直接点击一个地址。就可以实现自动任务了
网站的要求是这样的。
Linux System
You can use one of the following commands depending on your server:
lynx -source "http://www.yourwebsite.com/index.php?option=com_acymailing&ctrl=cron" > /dev/null
Or
wget -O /dev/null "http://www.yourwebsite.com/index.php?option=com_acymailing&ctrl=cron" > /dev/null
If you access your website using an httpS protocol, you may want to use this command instead:
wget --no-check-certificate -O /dev/null "https://www.yourwebsite.com/index.php?option=com_acymailing&ctrl=cron" > /dev/null
Some hosting company block the lynx and wget command in which case you should use the curl one:
curl --silent --compressed "http://www.yourwebsite.com/index.php?option=com_acymailing&ctrl=cron" > /dev/null 2>&1
我都尝试过。但是都不行。
你在计划任务中,要求的是绝对路径。这种http的不行。保存不成功。
@admin
欢迎光临 WDlinux官方论坛 (http://wdlinux.cn/bbs/) |
Powered by Discuz! 7.2 |