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

Source code installation Apache http server

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

Share

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

Download installation and dependency packages

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

The download is completed as follows

Extract the installation package

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

Install apr- "apr-util-" pcre- "httpd sequentially

Installation depends on apr package, installation path / data/httpd/apr

Executing make & & make install

After installing the dependency package apr-util, install path / data/httpd/apr-util

Executing make & & make install

Then install the dependency package pcre, installation path / data/httpd/pcre

Executing make & & make install

Finally, install thhpd. Installation path / data/httpd

/ 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

Executing make & & make install

Installation completed

Start the httpd service

Service httpd start

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