PDA

View Full Version : Gzip Mod for apache


SexySites
04-20-2002, 09:36 PM
anyone tried it out?<br /><br />meant to be great for b/w saving...<br /><br />laters,<br />Chris

SexySites
04-22-2002, 10:48 AM
ok i've tried it out seems good ..cuts your html size down by about 60%...<br /><br />its only for apache 1.3 tho..<br /><br />here is the link.<br /><br /><a href="http://www.remotecommunications.com/apache/mod_gzip/" target="_blank">Link</a> <br /><br />try it its free it'll cut you b/w a lot <img border="0" title="" alt="[Big Grin]" src="biggrin.gif" /> <br /><br />laters,<br />Chris

Due
04-22-2002, 11:14 AM
Looks nice.<br />Will it save both on image requests and on HTML or just HTML ? And what about the server load? I would guess that could become a issue?

SexySites
04-22-2002, 05:05 PM
</font><blockquote><font size="1" face="Verdana, Arial">quote:</font><hr /><font size="2" face="Verdana, Arial">Originally posted by Due:<br /><strong>Looks nice.<br />Will it save both on image requests and on HTML or just HTML ? And what about the server load? I would guess that could become a issue?</strong></font><hr /></blockquote><font size="2" face="Verdana, Arial">saves on any file you want..but doesnt make much difference on jpeg/gif files...<br /><br />it can be added a DSO for apache, or for extra performance compiled into apache...<br /><br />laters,<br />Chris

PeepNTom
04-22-2002, 09:12 PM
good stuff due <img border="0" title="" alt="[Wink]" src="wink.gif" />

Much0S
04-23-2002, 07:07 AM
</font><blockquote><font size="1" face="Verdana, Arial">quote:</font><hr /><font size="2" face="Verdana, Arial">saves on any file you want..but doesnt make much difference on jpeg/gif files...<br /><br />it can be added a DSO for apache, or for extra performance compiled into apache...<br /><br />laters,<br />Chris</font><hr /></blockquote><font size="2" face="Verdana, Arial">It's more or less logical that no difference is there for jpeg/gif (or even an increase in size) as those formats are already compressed. As are most movie formats. I think you can get most results for text files (html, text, board, whatver).<br /><br />As to performance: DSO or statically compiled in doesnt make any difference. Buffering does. so if you want to use this make sure you buffer as much as you can.

SexySites
04-23-2002, 09:29 AM
i stand corrected <img border="0" title="" alt="[Big Grin]" src="biggrin.gif" /> <br /><br />laters,<br />Chris