首页 > 代码库 > 安装 Apache 源代码包
安装 Apache 源代码包
把自己在网易博客的文章迁移过来
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 源代码包
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。