Return to Snippet

Revision: 8474
at September 24, 2008 18:40 by iTony


Initial Code
# Gzip all text-based files
<FilesMatch "\.(php|html|css|js)$">
SetOutputFilter DEFLATE
</FilesMatch>

Initial URL
http://www.thewebsqueeze.com/articles/yslow-going-from-f-to-a.html/2/

Initial Description
it needs the module mod_deflate

Initial Title
gzip files in apache

Initial Tags
apache, module

Initial Language
Apache