下载httpd-2.2.3.tar.gz
#cd /usr/local/src
#tar zxvf httpd-2.2.23.tar.gz
#cd httpd-2.2.3
首先配置
#./config\
?--enable-shares=max\
?--enable-module=rewrite\
?--enable-module=so
#make
#make install
#/usr/local/apache/bin/httpd -k start/stop/restart