Featured
-
No Featured Found!
Tags
Compression in Apache and improving page speed
Apache provides mod_deflate module to compress the response prior to sending it to client by attaching the DEFLATE output filter in filter chain.
Following is a simple sample configuration for compressing selected text-based content types :
...