安装命令如下
yum install httpd httpd-tools php70w-cli.x86_64 php70w.x86_64 php70w-mysql.x86_64 php70w-common.x86_64 php70w-devel.x86_64 php70w-pdo.x86_64 php70w-xml.x86_64 php70w-gd php70w-soap
[root@xxxx~]# httpd -l
Compiled in modules:
core.c
mod_so.c
http_core.c
安装完成后没有没有开启worker和prefork这两个模块,请问这两个模块要如何开启,需要另外下载还是只需要修改配置。