Cron的工作不适用于centos 6.6

时间:2015-02-11 04:37:02

标签: php cron centos crontab

我有专门的服务器有centos 6.6和centos webpanel。现在我试图从centos网络面板设置cron作业。我曾经尝试过这么多命令来每分钟运行一个php文件,但cron的工作仍然没有让我的文件每分钟运行一次。进一步配置:内核版本:2.6.32-26-pve,平台:i686,Distro名称:CentOS版本6.6(最终版),MySQL版本:5.1.73,PHP版本:5.4.27,Apache版本:Apache / 2.2.27 。 下面是我尝试过的所有命令的列表。请帮助我完成cron工作。感谢。

* * * * * public_html/run.php
* * * * * /public_html/run.php
* * * * * /bin/php -q /home/user_name/public_html/run.php
* * * * * run.php
* * * * * /run.php
* * * * * /public_html/run.php
* * * * * user_name/public_html/run.php
* * * * * ~user_name/public_html/run.php
* * * * * user_name /public_html/run.php
* * * * * user_name public_html/run.php
* * * * * user_name /run.php
* * * * * user_name run.php
* * * * * user_name /home/user_name/public_html/run.php
* * * * * user_name home/user_name/public_html/run.php
* * * * * /bin/php -q /home/user_name/public_html/run.php
* * * * * user_name /bin/php -q /home/user_name/public_html/run.php
* * * * * /usr/local/php -q /home/user_name/public_html/run.php
* * * * * user_name /usr/local/php -q /home/user_name/public_html/run.php
* * * * * /home/user_name/public_html/run.php
* * * * * home/user_name/public_html/run.php
* * * * * /usr/local/php -q home/user_name/public_html/run.php

我能够从浏览器运行此文件,它也会提供预期的结果,但是cron job无法运行此文件。我也可以通过两种方式访问​​此文件,首先使用www.example.com/run.php等域名和http://my_ip_address/~user/run.php等其他方法。

1 个答案:

答案 0 :(得分:0)

试一试:

exampledomain =" exampledomain.com"

php -q /home/exampledomain/public_html/filepath/filepath/result.php