Re: Compression does not seem to work in my setup

2015-04-08 Thread Krishna Kumar Unnikrishnan (Engineering)
Thanks Igor. With that change, the amount of data transferred mirrors the gzip output. Regards, - KK On Wed, Apr 8, 2015 at 11:40 AM, Igor Cicimov ig...@encompasscorporation.com wrote: On Wed, Apr 8, 2015 at 3:47 PM, Krishna Kumar Unnikrishnan (Engineering) krishna...@flipkart.com wrote

Re: proxy haproxy has no server available!

2015-04-07 Thread Krishna Kumar Unnikrishnan (Engineering)
192.168.122.102:80 maxconn 32 Thanks, - KK On Tue, Apr 7, 2015 at 11:28 AM, Krishna Kumar Unnikrishnan (Engineering) krishna...@flipkart.com wrote: Thanks Igor for the suggestion. I get: root@haproxy-2:/var/www# curl --http1.0 -X HEAD 192.168.122.101:80/check.txt curl: (18) transfer closed with 168

Re: proxy haproxy has no server available!

2015-04-07 Thread Krishna Kumar Unnikrishnan (Engineering)
the list. -- Forwarded message -- From: Igor Cicimov ig...@encompasscorporation.com Date: Tue, Apr 7, 2015 at 4:25 PM Subject: Re: proxy haproxy has no server available! To: Krishna Kumar Unnikrishnan (Engineering) krishna...@flipkart.com On Tue, Apr 7, 2015 at 3:58 PM

Compression does not seem to work in my setup

2015-04-07 Thread Krishna Kumar Unnikrishnan (Engineering)
Hi all, I am trying to use the compression feature, but don't seem to get it working when trying to curl some text files (16K containing a-zA-Z, also smaller files like 1024 bytes): $ curl -o/dev/null -D - http://192.168.122.110:80/TEXT_16K; -H Accept-Encoding: gzip % Total% Received %

proxy haproxy has no server available!

2015-04-06 Thread Krishna Kumar Unnikrishnan (Engineering)
Hi all, I am moving from using LXC to KVM for haproxy on my Debian 7 system. When I start haproxy, I get this error: _ Apr 7 10:38:22 localhost haproxy[3418]: Proxy haproxy started. Apr 7 10:38:24 localhost haproxy[3420]: Server haproxy/nginx-1 is DOWN,

Re: proxy haproxy has no server available!

2015-04-06 Thread Krishna Kumar Unnikrishnan (Engineering)
Sorry, forgot to mention, this is haproxy version 1.5.11 On Tue, Apr 7, 2015 at 10:52 AM, Krishna Kumar Unnikrishnan (Engineering) krishna...@flipkart.com wrote: Hi all, I am moving from using LXC to KVM for haproxy on my Debian 7 system. When I start haproxy, I get this error

Re: proxy haproxy has no server available!

2015-04-06 Thread Krishna Kumar Unnikrishnan (Engineering)
On Tue, Apr 7, 2015 at 11:10 AM, Igor Cicimov ig...@encompasscorporation.com wrote: On Tue, Apr 7, 2015 at 3:24 PM, Krishna Kumar Unnikrishnan (Engineering) krishna...@flipkart.com wrote: Sorry, forgot to mention, this is haproxy version 1.5.11 On Tue, Apr 7, 2015 at 10:52 AM, Krishna Kumar

[haproxy]: Performance of haproxy-to-4-nginx vs direct-to-nginx

2015-03-29 Thread Krishna Kumar Unnikrishnan (Engineering)
Hi all, I am testing haproxy as follows: System1: 24 Intel(R) Xeon(R) CPU E5-2697 v3 @ 2.60GHz, 64 GB. This system is running 3.19.0 kernel, and hosts the following servers: 1. nginx1 server - cpu 1-2, 1G memory, runs as a Linux container using cpuset.cpus feature.