1、解压:

#tar -zxvf apache_1.3.20.tar.gz  
#tar -jxvf apache_1.3.20.tar.gz2


2、进入解压目录

#cd apache_1.3.20

3、配置

#./configure

4、编译

#make

5、安装

#make install

6、清理临时文件

#make clean