CentOS源码安装Apache2.2.17
#安装需要的库 yum -y install zlib-devel cp /home/root/httpd-2.2.17.tar.gz /usr/local/src cd /usr/local/src tar xzvf httpd-2.2.17.tar.gz ./configure --prefix=/usr/local/apache2 --enable-so --enable-threads --with-mpm=worker --enable-ca...