wget http://mirror.bjtu.edu.cn/apache//httpd/httpd-2.2.22.tar.bz2
tar jxvf httpd-2.2.22.tar.bz2
cd httpd-2.2.22
./configure --prefix=/www/wdlinux/httpd-2.2.22 --enable-rewrite --disable-userdir --enable-so --enable-expires --enable-headers
make && make install
service httpd restart
3.增加doc.abc.com网站后编辑该网站配置文件
vim /www/wdlinux/apache/conf/vhost/doc.abc.com.conf