apache修改最大连接数报错

报错的内容:

AH00180: WARNING: MaxRequestWorkers of 2500 exceeds ServerLimit value of
256 servers, decreasing MaxRequestWorkers to 256.
To increase, please see the ServerLimit directive.

原因是http.conf没有配置ServerLimit 20000,加入http.conf最后一行重启就可以了

posted @ 2017-10-17 14:25  阿波罗的博客233  阅读(891)  评论(0)    收藏  举报