3
Apache启用工作者mpm
我已经配置FastCGI和PHP5-FPM在ubuntu上工作,这很好。 但是我安装了“ apache2 worker mpm”模块,并想配置和替换apache2中默认的“ prefork mpm”。 所有我发现是在CentOS的/etc/sysconfig/httpd只是把HTTPD=/usr/sbin/httpd.worker将使“工人MPM”启用。 我们如何在Ubuntu中启用“ worker mpm”? 另外,当我列出apache的编译模块时,"/usr/sbin/apachectl -l"它不会列出"prefork.c"要列出的列表,因为默认情况下我们正在使用它。但是当我"/usr/sbin/apache2 -V | grep MPM"显示“ Server MPM:prefork”时,有人可以解释一下吗? $ / usr / sbin / apache2 -V | grep MPM Server MPM: prefork phpinfo(); Server API : FPM/FastCGI