sending traffic to one backend server based on which another backend server sticky session

2014-09-26 Thread Joseph Hardeman
So I have a need to send a remote visitor to one specific server on another port/backend based on the first backend server they logged in to. Its really the same server just different IP's. Is this possible? Joe

Re: Master server outage this night (1wt.eu)

2014-09-03 Thread Joseph Hardeman
Lol. Know what you mean. Good going. On Sep 3, 2014 5:05 PM, Willy Tarreau w...@1wt.eu wrote: On Wed, Sep 03, 2014 at 09:51:54PM +0200, Willy Tarreau wrote: I'll send another mail when it's back online. Done after 65 mn. Not bad for a move of 6 servers, 2 switches and an UPS 25km away after

keep alive timeouts

2014-08-26 Thread Joseph Hardeman
Hi everyone, I hope someone can help out. I have a customer who has an IPSEC tunnel, using PAT so that our systems only see requests from a single IP, from their facility to us, they are then passing through a firewall to go into haproxy, old version part of vSheild so I don't know what version

Re: keep alive timeouts

2014-08-26 Thread Joseph Hardeman
Hi Lukas, Thank you for responding, I was told that the remote servers are sending keep alive request with microseconds between calls. I have not actually investigated this, I am going off of what my Network Engineer is telling me with him running wireshark and looking at packet captures. The

Re: Capturing Cookies

2013-10-17 Thread Joseph Hardeman
16 oct. 2013 21:23, Joseph Hardeman jwharde...@gmail.com a écrit : Hey Guys, Quick questions, I want to capture what cookies are making it to an haproxy system, I know I can capture a cookie based off its name, but is there a way to capture all cookies when a browser hits my proxy? Thanks

Haproxy SSL Termination question

2013-05-15 Thread Joseph Hardeman
Hi Everyone, I am in need of a little help, currently I need to send traffic to a haproxy setup and terminate the SSL certificate there, which I have working, but until I can get a backend application changed from redirecting when it gets the https request to a login page, is there any way I can

Re: build with static openssl

2013-05-11 Thread Joseph Hardeman
Hi Lukas I am trying to follow the steps you mentioned and the OpenSSL installs fine, but am getting the following when trying to build haproxy and I would appreciate any thoughts on why this maybe happening. This is a CEntOS 5.3 32bit system, I have tried with the target like you mentioned and

Re: Virtual Hosting and logs

2012-01-13 Thread Joseph Hardeman
12, 2012 at 08:40:01PM -0500, Joseph Hardeman wrote: Hey Chris, What flavor of linux will you be putting syslog-ng on? Be sure the syslog-ng you install can handle multi-threading of its processes, so version 3.0 or newer I believe, otherwise it will eat up all of 1 CPU and could most

Re: Virtual Hosting and logs

2012-01-12 Thread Joseph Hardeman
Hi Chris, If you have a spare nic, you can set this to a different subnet from the other interfaces and set one on a syslog server, then in the global section of haproxy setup the logging section, for example: log192.168.5.5:514 local6 Make sure your syslog-ng is set for tcp

Re: Virtual Hosting and logs

2012-01-12 Thread Joseph Hardeman
getting off of work. And the clf option sends through less data than the normal option httplog so the amount of data is a bit lower than if you log normal logs from haproxy. Joe On Thu, Jan 12, 2012 at 7:03 PM, Chris Miller ct...@scratchspace.comwrote: ** On 1/12/2012 3:54 PM, Joseph Hardeman

Parsing Logs

2012-01-09 Thread Joseph Hardeman
Hi Everyone, I was wondering if anyone has a way to parse the logs and present them in a friendly format? Such as with AWStats or another log parser. Thanks Joe

Re: Linux routing performace

2011-05-03 Thread Joseph Hardeman
Hi James, I would agree with jw. If your internal network is all on the same subnet, you don't need the second gateway. Now if you are routing to different subnets on the internal network, you could simply put route statements pointing those routes to use the internal router instead of adding a

Re: using haproxy for https

2011-04-11 Thread Joseph Hardeman
bcar...@broadhop.com wrote: Of course you can export the cert and private keys from IIS and use them in stunnel. You will need to use OpenSSL to convert the certificate but it will work. Sent from my iPhone On Apr 10, 2011, at 11:59 AM, Joseph Hardeman jwharde...@gmail.com wrote: Hi Guys

using haproxy for https

2011-04-09 Thread Joseph Hardeman
Hi Guys, I was wondering if someone has a good example I could use for proxying https traffic. We are trying to proxy multiple sites that use https and I was hoping for a way to see how to proxy that traffic between multiple IIS servers without having to setup many different backend sections.

Question about passing traffic

2011-02-24 Thread Joseph Hardeman
Hi guys, I have been asked if it were possible for Haproxy to receive traffic from servers for NFS over TCP, pass that traffic to a storage cluster and then the cluster send the data directly to the servers. Sort of the same method as LVS-DR would be. So the flow would go something like

Re: Source IP instead of Haproxy server IP

2010-04-07 Thread Joseph Hardeman
of systems instead of changing it out for haproxy server IP address. Thanks again. Joe From: Willy Tarreau w...@1wt.eu Date: Tue, 6 Apr 2010 07:10:04 +0200 To: Joseph Hardeman jharde...@colocube.com Cc: haproxy@formilux.org Subject: Re: Source IP instead of Haproxy server IP On Tue, Apr 06

Re: ACL Question

2009-11-09 Thread Joseph Hardeman
box now. I was just curious if it could be done. *S* Love Haproxy and I recommend it to every one now. Joe Willy Tarreau wrote: Hi, On Fri, Nov 06, 2009 at 11:35:24AM +0100, XANi wrote: Hi, On Thu, 05 Nov 2009 19:44:03 -0500, Joseph Hardeman jharde...@colocube.com wrote

MySQL + Haproxy Question

2009-10-24 Thread Joseph Hardeman
Hey Guys, I was wondering if there was a way to have Haproxy handle mysql requests. I know that I can use the TCP option instead of HTTP and it will work, but I was wondering if anyone has a way to make haproxy send all requests for Select statements to a set of servers and all Insert,

Re: MySQL + Haproxy Question

2009-10-24 Thread Joseph Hardeman
for the reply. Joe XANi wrote: Hi On Sat, 24 Oct 2009 16:01:26 -0400, Joseph Hardeman jharde...@colocube.com wrote: Hey Guys, I was wondering if there was a way to have Haproxy handle mysql requests. I know that I can use the TCP option instead of HTTP and it will work, but I was wondering

Re: drain backend nodes ?

2009-03-26 Thread Joseph Hardeman
Very cool. Welcome to the community. :-) Jan-Frode Myklebust wrote: On 2009-03-26, Joseph Hardeman jharde...@colocube.com wrote: Yes it can, there is an haproxy.conf file which contains the hosts that you are proxying the traffic for. To remove a host, you would edit this file, put

Re: haproxy + memcached

2009-03-20 Thread Joseph Hardeman
to load balance memcached nodes. See http://code.google.com/p/memcached/wiki/FAQ#Cluster_Architecture_Questions for explanations. James. On Mar 4, 2009, at 11:12 PM, Joseph Hardeman wrote: Hi Everyone, I was wondering if anyone has put a haproxy system in front of memcached and how

Re: Multiple Proxies

2009-03-17 Thread Joseph Hardeman
Scott, John is right, the way to do this is to use either heartbeat or keepalive and fail over a VIP to a secondary machine in case the first has issues. Make sure your haproxy files are identical and then test the failover. We use heartbeat for one of our clients and so far any time I

Stats Page Explanation

2009-03-04 Thread Joseph Hardeman
Hi I was wondering if there was a document explaining what the sessions counter actively counted? I have been doing some testing and when I go to a single page, the counter for Max Sessions tend go up more than the single request page I made. I looked in my logs and saw the page I

haproxy + memcached

2009-03-04 Thread Joseph Hardeman
Hi Everyone, I was wondering if anyone has put a haproxy system in front of memcached and how it performed. I am considering putting 12 web servers in front of a haproxy server with 2 memcached servers behind it to spread the calls to memcached between the two memcached systems. Does anyone