3

I am not sure this is the right place to ask this question, as answer to this may be coding solution or a config solution :) any way,

I am using ruby 1.8.7 and rails 2.3.11 running on the Mongrel server. How do i enable the gzip compression on everything (views, data, JS, CSS etc.) that goes out of this server?

I tried google, and most responses say use apache:P but i donot have access to any other web server. There are no straight answers as to how to get webrick to do this.

Can anyone help me?

thanks

Shaunak
  • 17,377
  • 5
  • 53
  • 84

1 Answers1

2

You should be able to do this using the Mongrel GZipFilter.

Don Roby
  • 40,677
  • 6
  • 91
  • 113
  • Hi @Don, I am using procer over mongrel. I tried to make the change mentioned above in the mongrel2.conf file but it does not seem to be working. Could you please suggest how to make this work with procer? – Yahya Aug 12 '16 at 10:38