- 下载源码包:http://archive.apache.org/dist/httpd/httpd-2.2.9.tar.gz
- httpd依赖以下包,在安装之前需要安装这些:
- 安装httpd命令:
1 ./configure --prefix=/app/apache2 2 make 3 make install
1 ./configure --prefix=/app/apache2 2 make 3 make install
转载于:https://www.cnblogs.com/gongdaohai/p/7061900.html