[Mod_gzip] mod_gzip installed but not working

Glenn mod_gzip@lists.over.net
Wed, 17 Mar 2004 20:08:29 -0500


On Wed, Mar 17, 2004 at 03:08:33PM -0800, Bob Jaques wrote:
> I have mod_gzip installed on my web servers
> 
> If I query the module it shows as installed
> 
> however if I test with the two test sites that are on the net
> they both show no compression.
> 
> http://www.desilva.biz/gzip-test.php 
> 
> http://leknor.com/code/gziped.php 
> 
> My web servers are front-end with Foundry Server Iron load balancers. 
> I am trying to figure out where the problem my lies. Has anyone had 
> similar problem. 

How are you load balancing?
Layer 2 tricks, or full NAT which terminates on the ServerIrons?
Are you load balancing SSL?

Make a connection to one of the machines from _behind_ the Foundry
load balancers and see if you can get compressed output.
telnet machine-1.sfgate.com 80
  GET / HTTP/1.0
  Host: www.sfgate.com
  Accept-encoding: gzip

(hit enter twice and see if you get gobbelty-gook)

Cheers,
Glenn