Skip to main content

EasyApache 4 Cron Issue

Comments

32 comments

  • reficul
    I'm a bit confused... What command should I use?? (cpanel 60 - build 15) I've now:
    /opt/cpanel/ea-php55/root/usr/bin/php -d /home/user/public_html/folder/script.php
    and doesn't works.
    0
  • JacobPerkins
    Hi, We've fixed this a while back. You can now call '/usr/local/bin/php' if you need the php-cli binary, and '/usr/bin/php' if you need the CGI variant. If you call 'php' only via the CRON, you're going to end up using the CGI binary, since '/usr/bin' comes first in the CRON $PATH. I hope this helps!
    0

Please sign in to leave a comment.