Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Centos 6 compile and install httpd-2.4

2025-01-28 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Network Security >

Share

Shulou(Shulou.com)06/01 Report--

1. Download the source code:

Cd / usr/local/src/

Wget http://mirrors.cnnic.cn/apache/httpd/httpd-2.4.12.tar.bz2

Wget http://mirrors.cnnic.cn/apache/apr/apr-1.5.2.tar.bz2

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

two。 Install apr

Tar jxvf apr-1.5.2.tar.bz2

Cd apr-1.5.2

. / configure-- prefix=/usr/local/apr

Make & & make install

3. Install apr-util

Tar zxvf apr-util-1.5.4.tar.gz

Cd apr-util-1.5.4

. / configure-prefix=/usr/local/apr-util-with-apr=/usr/local/apr/

Make & & make install

4. Install httpd

Yum install gcc make cmake pcre-devel

. / configure-- prefix=/usr/local/apache2-- with-apr=/usr/local/apr-- with-apr-util=/usr/local/apr-util/

Make & & make install

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Network Security

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report