编辑配置文件/etc/httpd/conf.modules.d/00-mpm.conf #Select the MPM module which should be used by uncommenting exactly one of the following LoadModule line: 默认启用的是多进程的prefork模式 LoadModule mpm_prefork_module modules/mod_mpm_prefork.so 可用的模式有 LoadModule mpm_w…