Web Hosting Talk







View Full Version : mod_gzip


bdraco
08-03-2001, 07:34 PM
Anybody who wants to get mod_gzip that is preconfigured to work with cpanel servers, can download it here. This should also work with webpanel, but I can't be sure.

http://layer1.cpanel.net/mod_gzip.tar.gz



(Instructions for install are on cpanel.net)

venomx
08-03-2001, 07:58 PM
I installed mod_gzip a while back and was wondering how you could tell it was working?

Eagle
08-03-2001, 08:10 PM
http://www.remotecommunications.com/apache/mod_gzip/mod_gzip_faq.htm

Palm
08-03-2001, 09:05 PM
To test if Mod_gzip is working go here http://leknor.com/code/gziped.php

MCHost-Marc
08-03-2001, 09:25 PM
Originally posted by bdraco
(Instructions for install are on cpanel.net)

Don't see anything there ...

eva2000
08-03-2001, 10:10 PM
Originally posted by Kiwi


Don't see anything there ... the install instructions are in the zip file or here http://layer1.cpanel.net/mod_gzip/INSTALL :)

curious as to why when i installed mod_gzip on my WHM/Cpanel server using instructions at http://i4net.tv/marticle/get.php?action=getarticle&articleid=12 it worked but others using those instructions didn't work

i see that config file differences

cpanel one uses \.

mod_gzip_item_include file \.htm$
mod_gzip_item_include file \.html$


whereas i used without the \

mod_gzip_item_include file .htm$
mod_gzip_item_include file .html$

?

[edit] nevermind my mistake i did use \. but left it out in the article :o