![]() |
Enable gzip compression
I've been using Google's web master tools and I keep getting the suggestion to enable gzip compression on my domains. How can I do this through ISPConfig?
I'm running 3.0.3. |
You must set this up manually: http://www.howtoforge.com/apache2_mod_deflate
|
I, too, wondered how to enable GZIP compression in Apache on Debian (Ubuntu 10.04). Here are my findings.
1.) Add directives to Apache configuration, e.g., to /etc/apache2/httpd.conf: Code:
<IfModule mod_deflate.c>Note: This above block comes straight from the Apache documentation. 2.) Enable the required modules; both mod_deflate and mod_headers are required. (mod_headers is required for the last directive in the above snippet.) Code:
# a2enmod deflateGood luck! |
| All times are GMT +2. The time now is 23:23. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.