日期:2011-09-07 13:39:00 来源:本站整理
CentOS源码安装Apache 2.2.17[服务器安全]
本文“CentOS源码安装Apache 2.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-cache --enable-rewrite=shared -enable-deflate=shared --enable-expires=shared
make
make install
#启动apache
/usr/local/apache2/bin/apachectl start
#若呈现notice如httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
vi /usr/local/apache2/conf/httpd.conf
改正ServerName那行为:ServerName localhost:80
/usr/local/apache2/bin/apachectl restart
以上是“CentOS源码安装Apache 2.2.17[服务器安全]”的内容,如果你对以上该文章内容感兴趣,你可以看看七道奇为您推荐以下文章:
本文地址: | 与您的QQ/BBS好友分享! |
评论内容只代表网友观点,与本站立场无关!
评论摘要(共 0 条,得分 0 分,平均 0 分)
查看完整评论