Source code build Apache reverse proxy and SSL configuration

Source: Internet
Author: User

The Apache built by RPM is suitable for most applications, it contains most of the modules, and we just use it to build a reverse proxy, too many large modules are not good, affecting performance, so we chose the targeted source code compiled, so that Apache to adapt to our platform.

Download Source code:

wget http://mirrors.cnnic.cn/apache/httpd/httpd-2.2.25.tar.gz

Extract

Tar zxvf httpd-2.2.25.tar.gz

CD httpd-2.2.25

Prerequisites for compiling the installation

Yum install-y gcc gcc-c++ Apr apr-devel apr-util OpenSSL openssl-devel

Optimized compilation based on GCC version, and CPU architecture

More Wonderful content: http://www.bianceng.cnhttp://www.bianceng.cn/Servers/proxy/

Use Gcc-v to view the version of GCC

Cat/proc/cpuinfo View CPU Model

Uname–r View the version of the operating system

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.