search for: gzipfilt

Displaying 2 results from an estimated 2 matches for "gzipfilt".

Did you mean: gzipfile
2006 Oct 22
7
GzipFilter gemplugin now available
...ent says that it supports it (eg, most modern browsers). I''ve tested it in IE6, Firefox 1.5 and Firefox 2.0RC3 Install: gem install gzip_filter --source http://edenli.com Configure (assuming rails): cd RAILS_ROOT echo ''uri "/", :handler => plugin("/handlers/gzipfilter")'' >> config/mongrel.conf Run: mongrel_rails start -S config/mongrel.conf If you want to use this with a cluster, add "config_script: config/mongrel.conf" to your config/mongrel_cluster.yml file. Somewhat related: I also patched the deflatefilter against mongrel...
2007 Mar 08
6
Transfer-encoding: gzip
Hello! What is the simplest way to make merb respond to the client sending Accept-Encoding: gzip? Just checking if it exists, otherwise I''ll implement it myself. Regards, Magnus