how do I turn on the
KeepAlive and HTTP Compression
in Apache server 2.2(centos)
|
how do I turn on the KeepAlive and HTTP Compression in Apache server 2.2(centos) | |||||
feedback
|
|
mod_deflate does the compression. See http://httpd.apache.org/docs/2.2/mod/mod_deflate.html for details.
Keepalive is in the core. http://httpd.apache.org/docs/2.2/mod/core.htm
| |||||
feedback
|