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.
我有一个 Ubuntu 服务器,我刚刚注意到它有数百个以 .php.1 到 .php.1xxxx 结尾的文件。即使我的 max_execution_time 设置为 0,我也一直遇到超时问题。对此感到困惑并想知道这是否导致我的超时。我可以擦除那些文件的那个文件夹吗?
我实际上在我的 crontab 中不正确地使用了 wget。我从 wget https://.... 切换到 /usr/bin/php5 和 php 文件路径,一切正常,无需写入文件。wget 不带任何参数,例如 -a 下载并写入文件。我的错。