![]() |
Mod Perl & Shrinkin' Shit
Can someone explain to me or refer me to a site that explains how to use mod perl or ZIP or whatever to compress big ass files and images. That is, if it exists.
Fucking Tequila. Thanks. :glugglug |
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/ |
Ah, that's it. Thanks a lot.
|
All times are GMT -7. The time now is 07:15 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123