在httpd.conf文件apache中找不到最大客户端或服务器硬限制
问题描述:
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 ?
我在我的系统中使用wamp。 我在这里讨论的项目中遇到了一些问题点击此处查看讨论。 现在我必须增加连接限制。 我在httpd.conf文件中搜索了Max客户端和服务器硬限制,但没有找到。 我是否必须添加任何其他额外模块? p> div>
答
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.