13.编译安装后的环境介绍
[root@test2 apache]# ls
bin build cgi-bin error htdocs icons include logs man manual modules
bin: 二进制程序目录
cgi-bin: 服务器端脚本目录
htdocs: 默认主页位置
error: 默认错误页面
icons: 图标
include: 头文件
logs: 日志
modules: 模块
14.MPM配置
启用MPM功能
[root@test2 httpd]# vim httpd.conf
# Server-pool management (MPM specific)
Include /etc/httpd/extra/httpd-mpm.conf
MPM配置文件位置
如果想要更换MPM,需要修改httpd位置文件
修改为
用httpd -M命令查看httpd加载的模块