源码安装Apache http server

发布时间:2020-07-04 15:51:09 作者:诚之恋
来源:网络 阅读:272

下载安装和依赖包

wget http://mirrors.cnnic.cn/apache//httpd/httpd-2.4.18.tar.bz2

wget http://mirrors.cnnic.cn/apache//apr/apr-1.5.2.tar.gz

wget http://mirrors.cnnic.cn/apache//apr/apr-util-1.5.4.tar.gz

wget ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.38.zip

下载完成情况如下

源码安装Apache http server

解压安装包

tar -jxvf httpd-2.4.18.tar.bz2 

tar -zxvf apr-1.5.2.tar.gz 

tar -zxvf apr-util-1.5.4.tar.gz

unzip pcre-8.38.zip

源码安装Apache http server

顺序安装apr-》apr-util-》pcre-》httpd

安装依赖apr包,安装路径/data/httpd/apr

源码安装Apache http server

在执行 make && make install

在安装依赖包apr-util,安装路径/data/httpd/apr-util

源码安装Apache http server

在执行 make && make install

再安装依赖包pcre,安装路径/data/httpd/pcre

源码安装Apache http server

在执行 make && make install

最后安装thhpd。安装路径/data/httpd

源码安装Apache http server

./configure --prefix=/data/httpd --enable-mods-shared=all --enable-so --enable-proxy-ajp --enable-rewrite --with-apr=/data/httpd/apr --with-apr-util=/data/httpd/apr-util/ --with-pcre=/data/httpd/pcre

在执行 make && make install

安装完成 

启动httpd服务

service httpd start


推荐阅读:
  1. apache源码安装
  2. 七、Web服务器Apache的配置和管理

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

安装 httpd he

上一篇:关于在链路聚合下做smart,monitor link的转发测试

下一篇:Cassandra内建的工具nodetool - 监控篇

相关阅读

您好,登录后才能下订单哦!

密码登录
登录注册
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》