- 一、安装步骤
- 二、使用方法
源码安装三步
二、使用方法./configure
make
make install
./configure --prefix=/usr/local/apache 指定安装路径 --with-apr=/usr/local/apr 启用apr指明apr的安装路径 make && make install

源码安装三步
二、使用方法./configure
make
make install
./configure --prefix=/usr/local/apache 指定安装路径 --with-apr=/usr/local/apr 启用apr指明apr的安装路径 make && make install