CentOs5.2安装apache2.2.11
时间:2009-03-22 来源:zzm183
tar -jxvf httpd-2.2.11.tar.bz2
cd httpd-2.2.11/
./configure --prefix=/usr/local/apache --sysconfdir=/etc/httpd --enable-so --enable-ssl --enable-mods-shared=all --enable-cache --enable-disk-cache --enable-mem-cache --enable-rewrite --with-mpm=worker --with-zlib --enable-suexec --with-suexec-caller=daemon
echo $?
make
make install
echo "/usr/local/apache/bin/httpd" >> /etc/rc.local
cd httpd-2.2.11/
./configure --prefix=/usr/local/apache --sysconfdir=/etc/httpd --enable-so --enable-ssl --enable-mods-shared=all --enable-cache --enable-disk-cache --enable-mem-cache --enable-rewrite --with-mpm=worker --with-zlib --enable-suexec --with-suexec-caller=daemon
echo $?
make
make install
echo "/usr/local/apache/bin/httpd" >> /etc/rc.local
相关阅读 更多 +
排行榜 更多 +