一../configure --prefix=/usr/local/http2 \--enable-modules=all \--enble-mods-shared=all \开启模块共享:要把全部功能模块的程序内容编译到apache本身软件里面好处:模块调用速度快缺点:apache本身软件运行速度较慢--enable-soapache可以识别 .so 后缀的模块文件二. make三. make install