setting up proxy peers like HAproxy?

2016-04-22 Thread Florin Andrei
With HAproxy, if you use multiple proxies you can synchronize their states: https://cbonte.github.io/haproxy-dconv/configuration-1.5.html#3.5 This allows, for example, if you're load balancing based on a header value, to make sure all clients sending the same header value will end up connecti

Re: (52) Empty reply from server

2016-04-22 Thread Francis Daly
On Thu, Apr 21, 2016 at 01:04:40PM +0530, Pankaj Chaudhary wrote: Hi there, > yes i am able to write successfully but while reading i am not getting the > my written value in header. > > for Example from my source code:-I am writing "thisitestvalue" value > against key "Set-Cookie" but if tryi

Re: 502 Bad Gateway errors from Nginx when trying to access Tomcat

2016-04-22 Thread gischethans
Yes, I followed the instructions as-is and they work. The problems begin when I block Tomcat from listening to external IPs by adding address=127.0.0.1 in the Connector blocks. The Atlassian guide does not discuss that aspect at all. >From what I have observed, I feel that even if I have a Nginx