linux下apache2.0.52怎样控制并发连接数?
已经安装了mod_limitipconn模块,好象是最新的支持2.0的,但重启apache时出现错误。如下:
httpd: module "mod_limitipconn.c" is not compatible with this version of Apache (found 20020628, need 20020903).
Please contact the vendor for the correct version.
请问改何如解决。另外还有什么方法能实现限制VirtualHost的并发连接数?
谢谢..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
更多
发布评论
评论(1)
是指httpd.conf 中MaxKeepAliveRequests這個參數么?