I'm running a CentOS server and I want to save bandwidth, make pages faster, all that. How can I turn on http compression? Is it a module I enable for all sites? Can it be that simple?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
Use Add this to your apache config:
Obviously if the path your system uses for apache modules differs then you'll need to use the correct path. |
|||||||||||||
|
|
Check out http://gzipwtf.com/. Here you can see which files served are compressed while being served by the server. |
|||
|
|
