View Single Post
Old 02-28-2002, 09:59 PM  
NetRodent
Confirmed User
 
Join Date: Jan 2002
Location: In the walls of your house.
Posts: 3,985
There are two apache modules that you can use to serve compressed content. Mod_negotiation is part of the standard apache distribution and allows you to configure your server to
serve pre-compressed content to browsers that support compression. Mod_negotiation has a lot of nifty features to play with.

http://httpd.apache.org/docs/mod/mod_negotiation.html

Mod_gzip is simplier to set up but less flexible than mod_negotiation. It compresses the content on the fly
which makes it a bit more convienent.

http://www.remotecommunications.com/apache/mod_gzip/
NetRodent is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote