我刚刚在Ubuntu 14.04 LTS系统上安装了Apache 2.4.7(Ubuntu),在/etc/apache2/apache2.conf中看不到prefork或worker设置。还没有为默认虚拟主机定义它们。我应该这样将它们自己设置在apache2.conf中吗?
<IfModule mpm_prefork_module>
StartServers 2
MinSpareServers 2
MaxSpareServers 5
MaxClients 200 #must be customized
ServerLimit 200 #must be customized
MaxRequestsPerChild 100
</IfModule>
conf.d
在/etc/apache2/
。那怎么可能?