我正在尝试运行一个不在dreamhost控制面板cron作业上托管的脚本。我尝试了2个单独的cron工作:
wget -q -O /dev/null http://othersite.com/api/script.php
- 和 -
/usr/local/php56/bin/php "http://othersite.com/api/script.php"
稍后输出错误信息:
Could not open input file: http://othersite.com/api/script.php
有什么建议吗?谢谢