PDA

View Full Version : Question about GZip


KamuiX
04-11-2003, 04:16 PM
I just ran the test script on my server to make sure everything would work, but GZip test failed. Can anyone give me more information on what GZip actually is and what I would need to get it to run. (Or if it's even worth the trouble....)

Thanks! :)

Xenon
04-11-2003, 09:05 PM
GZip is not needed.

it compresses the html code on the fly so you are saving a bit of bandwith, but instead increase the serverload

it's a add-on module for apache AFAIK

KamuiX
04-12-2003, 08:04 PM
Ah, okay! Thanks for the help, Xenon! :)

Xenon
04-12-2003, 08:32 PM
you're welcome :)