不知道我在做什么错。 我已经运行了Apache好友,它build议我在/etc/apache2/apache2.conf中降低我的MaxClients设置。 它还报告说Apache正在使用prefork模式。 所以我在这里降低apache2.conf中的MaxClients值:
<IfModule mpm_prefork_module> StartServers 2 MinSpareServers 2 MaxSpareServers 5 MaxClients 12 MaxRequestsPerChild 3000 </IfModule>
我重新启动Apache,再次运行Apache Buddy,它报告值不变。 我错过了什么? 这是在Ubuntu 12.04上