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.
我的页面不是每 5 分钟重新加载一次,我使用的是这个 cron:
*/5 * * * * curl http://www.mysite.com/index.php
注意:我已经看到了一个类似的问题,但它不是在谈论我的具体问题。
如果您的 index.php 在本地系统上,而不是像脚本一样运行它:
*/5 * * * * php /path/to/my/site/index.php
如果您使用共享主机,它们将不允许您手动配置cron作业。
您可以从每小时的不同分钟开始为同一脚本每小时设置 60 个 crons。