- 下载源码包
wget url
- 解压
tar -zxvf FileName
tar -jxvf FileName
- 配置(安装到/usr/local/apache2目录下)
./configure --prefix=/usr/local/apache2
- 编译
make
- 安装
make install
- 启动
wget url
tar -zxvf FileName
tar -jxvf FileName
./configure --prefix=/usr/local/apache2
make
make install
本文标题:源码安装
本文链接:https://www.haomeiwen.com/subject/faeapttx.html
网友评论