i know its stupid , but what it is ? and how does it affects transfer ?
btw : i searched in the forum and found 89 pages with "mod_gzip" so i couldnt find there .
thank you
eva2000
08-24-2001, 04:40 AM
http://www.remotecommunications.com/apache/mod_gzip/
http://i4net.tv/marticle/get.php?action=getarticle&articleid=12
Abu Mami
08-24-2001, 04:59 AM
Originally posted by HostingFreak
i know its stupid , but what it is ? and how does it affects transfer ?
btw : i searched in the forum and found 89 pages with "mod_gzip" so i couldnt find there .
thank you mod_gzip is an on-the-fly compression of html pages. It can typically save you about 75% in transfer. It WILL NOT save anything in transfer of images since the common image formats (gif, jpg, png) are already highly compressed.
To be honest, I'm not sure if it'll save anything on BMP files. But then again, we're all smart enough not to use BMP files on web pages, right? ;)
When I had mod_gzip enabled on my server, the response was much snappier. My pages are generated by PHP scripts, and are quite large. I definitely noticed a difference.
Abu Mami
08-24-2001, 05:02 AM
Originally posted by HostingFreak
i know its stupid , but what it is ? and how does it affects transfer ?
btw : i searched in the forum and found 89 pages with "mod_gzip" so i couldnt find there .
thank you Umm, forgot to mention in my last post... No, this is not a stupid question. I too ran across this when I was setting up my dedicated server, and had no idea what this was. I researched it some, realized it would be worth trying, and I'm now glad that I did.
thank you , you really halped me.