Re: mod deflate compressions not working with loadbalancer

2013-07-30 Thread Visioner Sadak
it was a loadbalanced configuration with 3 workers after loadbalancing i was still unmounting the workers instead of loadbalancer its working now when i unmounted on loadbalancer so compressions are working :) On Mon, Jul 29, 2013 at 9:50 PM, Christopher Schultz < ch...@christopherschultz.net> wro

Re: mod deflate compressions not working with loadbalancer

2013-07-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Visioner, On 7/29/13 10:18 AM, Visioner Sadak wrote: > I have an apache http server and 3 tomcat servers connected in > cluster > > i used to do mod deflate when i had no cluster with just one > worker1 like JkMount /test/* worker1 all gzip compres

mod deflate compressions not working with loadbalancer

2013-07-29 Thread Visioner Sadak
I have an apache http server and 3 tomcat servers connected in cluster i used to do mod deflate when i had no cluster with just one worker1 like JkMount /test/* worker1 all gzip compressions were working fine but when i loadbalance with 3 workers compressions dont workJkMount /test/* loadbala