Linux 第13天: (08月23日) 练习和作业

 

 

 

源码安装apache

 

1 安装 development tools


2 下载 tar xvf httpd-2.2.29.tar/bz2


3 ./configure --prefix=/usr/local/http2 --sysconfdir=/etc/http2/


4 make


5 make install


6 ./bin/apachectl start


7 netstat -ant


8 iptables -F