Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はcronジョブを初めて使用し、Pleskで毎分実行するように設定しましたが、コマンドが機能していないため、コマンドが正しいかどうかわかりません.
curl http://www.yourdomain.com/twitter_cron.php
Centos VPS で実行しています - 問題は、curl に特定のルートが必要かどうかわからないことです。
sgeorge-mn:~ sgeorge$ which curl /usr/bin/curl
;のフルパスを使用する必要がありますcron。それ以外の場合は、crontabでcurl適切な変数を指定する必要がありますPATH
cron
curl
PATH
したがって、たとえば:
* * * * * /usr/bin/curl http://www.yourdomain.com/twitter_cron.php