Re: Can HAProxy Reverse Proxy SSL to Backend?

2013-07-01 Thread Michael Glenney
Nope. I was wrong. This is right. Forget my last Michael Glenney Sent from my iPhone On Jul 1, 2013, at 4:14 PM, David Coulson wrote: > > On 7/1/13 7:10 PM, Qingshan Xie wrote: >> Willy, >> To explain my last question "3. Can HAProxy set a default frontend

Re: Can HAProxy Reverse Proxy SSL to Backend?

2013-07-01 Thread Michael Glenney
Just put use_backend W6-Backend Without an "if" statement as the last use_backend statement in the PUBLIC front end. If none of the others are matched this will be used. Michael Glenney Sent from my iPhone On Jul 1, 2013, at 4:10 PM, Qingshan Xie wrote: > Willy, > To

Capture cookie and set as header

2013-06-10 Thread Michael Glenney
Sorry if this is a repeat. I sent last week but never saw it come into my inbox (Will I see my own messages come in on the list?) so I'm not sure it made it to the list. I need to capture a cookie value in a request and then append it as a http header value. I've been searching for examples for

Capture cookie as set as header

2013-06-07 Thread Michael Glenney
I've been asked if I can use haproxy to capture a cookie value and set it as a header value. I know how to set headers and I see docs on capturing cookies to the log but that's as far as I get. Is this possible? If so any examples? MG

Re: HAProxy and MySQL failover

2013-05-16 Thread Michael Glenney
again startup iptables on the master so the health checks pass again Michael Glenney Sent from my iPhone On May 15, 2013, at 10:19 PM, Jayadevan M wrote: > Hi, > We are using HAProxy to check for MySQL availability and failing over to a > slave. Is it possible to stop HAProxy going ba

Re: haproxy gone from epel

2013-02-25 Thread Michael Glenney
Ignore my last. Looks like it was merged into rhel repo. Rule #1 of Automation: Manage your dependencies ;) Shame on me On Mon, Feb 25, 2013 at 9:57 PM, Michael Glenney wrote: > Don't know how much control you guys have over this but it looks like > haproxy has been removed fr

haproxy gone from epel

2013-02-25 Thread Michael Glenney
Don't know how much control you guys have over this but it looks like haproxy has been removed from the EPEL repositories. Anyone have any information about this? Curious as to why. Last week haproxy-1.4.22-1.el6 was available. can't find anything now. MG

Re: Backend Configuration Templating

2013-02-05 Thread Michael Glenney
We do something similar with chef where we've turned each backend config associated with an application into json and can dynamically build configs based on an application list. Completely avoiding using a template. That being said would love to see haproxy support includes. Michael Gl