I am running a script on the server. I need to create a cron job for the script and its not running when I setup like this:
I migrated this script fr om CentOS and it worked fine on CentOS. So Im thinking maybe the path to php is different on CloudLinux? Is that true? I created phpinfo() file but that seems to not show a path to the PHP executable... wh ere can I find that? Thanks~
Code:
*/5 * * * * php /home/....etc/cron.php
Comment