[root@test-150 local]# cp /home/wangmy/httpd-2.2.3.tar.gz /usr/local/apache/
[root@test-150 local]# cd /usr/local/apache/
[root@test-150 apache]# ls
httpd-2.2.3.tar.gz
httpd-2.2.3.tar.gz
[root@test-150 apache]# tar zvxf httpd-2.2.3.tar.gz
local]# mkdir apache2
cd httpd-2.2.3
httpd-2.2.3]# ./configure –prefix=/usr/local/apache2
httpd-2.2.3]# make
httpd-2.2.3]# make install
[root@test-150 apache2]# cd [...]