php – Apache配置eAccelerator和FastCGI后从不运行

前端之家收集整理的这篇文章主要介绍了php – Apache配置eAccelerator和FastCGI后从不运行前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我最近用apache配置了加速器和fastcgi: http://secure-ubuntu-server.blogspot.com/2009/07/howto-performance-tuning-of-lamp-and.html

现在我的Apache永远不会启动.

日志显示

Mon Jul 20 16:12:24 2009] [notice] ModSecurity for Apache/2.5.6 (http://www.modsecurity.org/) configured.
[Mon Jul 20 16:12:25 2009] [notice] FastCGI: process manager initialized (pid 10919)
[Mon Jul 20 16:12:25 2009] [alert] FastCGI: read() from pipe Failed (0)
[Mon Jul 20 16:12:25 2009] [alert] FastCGI: the PM is shutting down,Apache seems to have disappeared - bye
您正在使用的PHP的确切版本是什么? eAccelerator与PHP 5.3不兼容 – 老实说,我强烈建议使用APC或XCache以上的eAccelerator.
原文链接:https://www.f2er.com/php/139303.html

猜你在找的PHP相关文章