在 httpd.conf 文件 apache 中找不到最大客户端或服务器硬限制
我在我的系统中使用 wamp 。我的项目中遇到了此处讨论的一些问题单击此处查看讨论。现在我必须增加连接限制。我在 httpd.conf 文件中搜索了最大客户端和服务器硬限制,但没有找到任何结果。我需要添加任何其他额外的模块吗?
I'm using wamp in my system. I'm facing some issues in my project dicussed here click here to see the discussion. Now i have to increase the connection limit. I searched the Max client and Server Hard Limit in my httpd.conf file but nothing found. Is i have to add any other extra module ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,它是在 mpm_common 中定义的,因此对于所有 mpm 模块来说它确实很常见。
http://httpd.apache.org/docs/2.0/mod/mpm_common .html#maxclients
如果 httpd.conf 中尚不存在,请将其添加到其中。
No, it is defined in the mpm_common so it's really common for all mpm modules.
http://httpd.apache.org/docs/2.0/mod/mpm_common.html#maxclients
Just add it into httpd.conf if it's not already there.