lkddi 发表于 2015-10-14 15:59:06

lnmpa 设置Apache 修复设置求助

想要修改 Apache 的

<IfModule worker.c>
ThreadLimit         100
ServerLimit         256
StartServers         8
MaxClients         1200
MinSpareThreads   100
MaxSpareThreads   300
ThreadsPerChild   100
MaxRequestsPerChild0
</IfModule>


但是在/usr/local/apache/conf/httpd.conf
是直接加到这里面吗?还是需要 编译安装worker

licess 发表于 2015-10-14 20:36:33

/usr/local/apache/conf/extra/httpd-mpm.conf
lnmpa使用的是prefork模式,要用worker模式需要你自己重新编译
页: [1]
查看完整版本: lnmpa 设置Apache 修复设置求助