Apache安装步骤
# 注意:需要先安装openssl
##################################################
## Install httpd-2.0.63.tar.gz
##################################################
cd /usr/src/files
wget http://xxxx.iaxtalk.com/apachemysql/httpd-2.0.63.tar.gz
tar -zxvf httpd-2.0.63.tar.gz
cd httpd-2.0.63
make clean
make distclean
./configure –prefix=/usr/local/apache2 –enable-module=so –enable-ssl=static –with-ssl=/usr/local/ssl –enable-rewrite=shared –with-zlib –enable-suexec –with-suexec-caller=daemon
make
make install
1条评论 ▼