voilsb Posted January 25, 2004 Posted January 25, 2004 I did a simple test to see if mod_gzip was enabled and it isn't. Is it possible to add mod_gzip to the modules apache loads? Since most computers can unzip faster than they download, this should increase page responsiveness and lesson their impact on my bandwidth. This was my test, by the way: >In .htaccess: <IfModule mod_gzip.c> DirectoryIndex index.php </IfModule> <IfModule !mod_gzip.c> DirectoryIndex phpinfo.php </IfModule> Quote
brokenpillar Posted February 4, 2004 Posted February 4, 2004 yeah i'm also interested in how to enable mod_gzip.... I checked the server header on http://www.searchengineworld.com/cgi-bin/servercheck.cgi and it didn't say anything about mod_gzip Quote
DVDerek Posted February 12, 2004 Posted February 12, 2004 Putting my vote in for Mod GZIP as well. Quote
borfast Posted February 19, 2004 Posted February 19, 2004 (edited) Perhaps it would be better if you'd submit a help desk ticket regarding this... Edited February 19, 2004 by TCH-Raul Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.