Apache服务器在超时后返回404

大约40-60秒后,向服务器发出多个请求会导致404错误。 我正在使用JavaScript来请求: example.com/test/location 。 Apache已启用mod_rewrite,将其映射到文件index.phpindex.php在返回200之前等待10秒index.php在返回时立即请求。 看Apache的access.log我可以看到:

 index.php 200 index.php 200 index.php 200 index.php 200 index.php 404 

这对我来说没有意义,因为index.php文件没有移动。 任何想法是怎么回事? 不幸的是,这是与CPanel托pipe,所以debugging是有限的。

我很确定在使用FastCGI进程pipe理器(FPM-CGI / PHP-FPM)时已经看到了这一点。 检查你的主Apache的错误日志,看看你是否有任何提示可能会发生。