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 选项卡中写了一个 cron 作业,该作业应该在每天早上 10:25 AM 执行。
25 10 * * * /usr/bin/wget http://www.mysite.com/email.php
指定的文件使用 php 向我发送练习电子邮件,以便我知道它有效。但它没有。当我在自己的浏览器中加载文件时,它可以工作。所以,我知道这不是 php 错误。
奇怪的是,当我指定一个不同的文件时,它起作用了。但是,这个没有。
嗯,看起来你的脚本有问题,而不是你的 Cron 作业。