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

安装 Apache 源代码包

时间:2015-01-11 22:49:57      阅读:242      评论:0      收藏:0      [点我收藏+]

标签:

把自己在网易博客的文章迁移过来

cd /lamp/httpd-2.2.9
./configure --prefix=/usr/local/apache2/
--sysconfdir=/usr/local/apache2/etc/ --with-included-apr --enable-dav
--enable-so --enable-deflate=shared --enable-expires=shared
--enable-rewrite=shared
make
make install
启动 Apache 测试:
/usr/local/apache2/bin/apachectl restar
查看进程:
ps -le | grep httpd
查看 apache 模块:
/usr/local/apache2/bin/apachectl –h
#share 动态模块或动态库文件
Php5 rewrite
#static 静态模块或表态库文件
Server-status
Userdir
Virtual host
测试:
http://localhost/index.html
“it works”
设置 Apache 随机启动
Vi /etc/rc.local
/usr/local/apache2/bin/apachectl restart

安装 Apache 源代码包

标签:

原文地址:http://www.cnblogs.com/it-cen/p/4217179.html

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