SSC source for sale with Apache optimized configuration

Source: Internet
Author: User
Case Environment:

System type

IP Address

Host Name

Required Software

Centos 6.5 64bit

192.168.100.150

Httpd-2.2.17.tar.gz

Note: Compile the command at the time of installation

./configure--prefix=/usr/local/httpd--enable-cgi--enable-rewrite--enable-so--enable-deflate--enable-expires

One, Apache optimized to maintain the connection, Web page transmission compression, page cache time;

1. Keep the connection, long link (keep-alive):

Role: The HTTP protocol is a sub-protocol of TCP, HTTP establishes a connection to establish a TCP connection, the disconnection also requires a port TCP connection, the establishment and disconnection of TCP consumption of resources through the HTTP connection to maintain can be saved. For http/1.1, as much as possible to maintain the client's TCP connection, through a TCP connection to send multiple HTTP request responses, for the client can increase the response time of more than 50%, for the server can reduce the establishment and shutdown of the TCP connection when the resource consumption.

SSC source for sale with Apache optimized configuration

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.