码迷,mamicode.com
首页 > Web开发 > 详细

Apache 安装

时间:2016-09-22 18:26:53      阅读:209      评论:0      收藏:0      [点我收藏+]

标签:安装   apache   

1.编译方法1


./configure --prefix=/usr/local/apache \

--with-mpm=prefork \

--enable-so \

--enable-modules="all" \

--enable-mods-shared="all"

make && make

cp support/apachectl /etc/init.d/httpd

chmod +x /etc/init.d/httpd


2.编译方法2


./configure --prefix=/usr/local/apache \

--enable-so \

--enable-rewrite \

--with-mpm=worker

make && make install


3.查看Apache 静态模块


/usr/local/apache/bin/apachectl -l


4.查看动态模块


ls /usr/local/apache/modules


5.启动Apache


/usr/local/apache/bin/apachectl start


本文出自 “眼眸刻着你的微笑” 博客,请务必保留此出处http://dengaosky.blog.51cto.com/9215128/1855308

Apache 安装

标签:安装   apache   

原文地址:http://dengaosky.blog.51cto.com/9215128/1855308

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!