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.
服务器正在运行 apache2,当尝试加载网页时,加载主页可能需要 5 分钟。然而,所有内部页面似乎都很好。检查错误日志我看到以下内容:
[warn] (103)Software caused connection abort: mod_fcgid: ap_pass_brigade failed in handle_request function
有人可以告诉我如何解决这个问题吗?
如果您使用 mod_fcgid 尝试更改 MaxRequestsPerProcess 以获得更多请求
不是答案,但您可以安装另一个网络服务器吗?Nginx 和 lighttpd 是很好的产品,开源,速度快 1000 倍,而且更容易设置。