Re: suggestion - include files

2013-04-14 Thread Willy Tarreau
On Sun, Apr 14, 2013 at 06:10:37PM -0700, Will Glass-Husain wrote: > Thanks - that's helpful. I don't see that in the docs. > > do Globals apply to the defintiions in all the files? yes. > Similarly, can a front end in one file reference a back end in another file? yes, in practice, files file

Re: suggestion - include files

2013-04-14 Thread Will Glass-Husain
Thanks - that's helpful. I don't see that in the docs. do Globals apply to the defintiions in all the files? Similarly, can a front end in one file reference a back end in another file? WILL On Sun, Apr 14, 2013 at 12:23 AM, Willy Tarreau wrote: > Hi Will, > > On Sat, Apr 13, 2013 at 05:49:3

RE: Is this possible in HAPROXY 1.4

2013-04-14 Thread Lukas Tribus
Hi! > Cloud Firewall -> Cloud SLB -> DMZ Web Agent Well, do they all forward TCP port 80 to your haproxy box? There is not much haproxy can do if the http request even doesn't arrive. Configuration would probably look like this (use redirect prefix, not redirect location): > frontend unsecured

Re: Can't get client side certificate to work (repost)

2013-04-14 Thread Thomas Dudziak
Thank you, that did the trick! Such a beginners mistake on my part :) cheers, Tom On Saturday, April 13, 2013 at 7:25 AM, Baptiste wrote: > -- Forwarded message -- > From: Baptiste mailto:bed...@gmail.com)> > Date: Sat, Apr 13, 2013 at 4:23 PM > Subject: Re: Can't get client s

Re: Is this possible in HAPROXY 1.4

2013-04-14 Thread haproxy
Hi Lucas, Thanks for taking the time to respond. It might help explain further how the environment is set-up. The data flow goes: User -> Internet -> Cloud Firewall -> Cloud SLB -> DMZ Web Agent -> - HAPROXY -> Lifreray Application The SSL termination is done at the Cloud SLB end, the traffi

RE: Is this possible in HAPROXY 1.4

2013-04-14 Thread Lukas Tribus
Hi Jon! > I have played around with the haproxy configuration using 'redirect > location https:// and redirect prefix https:// but without success. And what exactly is the issue with that? Redirecting is a very basic task haproxy can do without problems. > On speaking to the vendor, they are a

Is this possible in HAPROXY 1.4

2013-04-14 Thread haproxy
Hi All, We have been testing HAPROXY 1.4 on a Cloud environment for a forthcoming implementation, due to the constraints on the cloud providers SLB we decide to look at using something else. So I implemented HAPROXY, and everything seemed to be going smoothly, until we started doing some funct

RE: Haproxy 1.4

2013-04-14 Thread Lukas Tribus
Hi, > Thank you. So check.txt is just an empty txt file? Yes. You can test this with curl. Your configuration expects the following request to return 200 OK: curl -I http://192.168.88.97:80/check.txt If this is not happening, either because the file doesn't exist, HEAD request are not allowe

Re: Haproxy 1.4

2013-04-14 Thread Joshua Chee
Thank you. So check.txt is just an empty txt file? On 14 Apr 2013 17:38, "Willy Tarreau" wrote: > On Sun, Apr 14, 2013 at 05:29:13PM +0800, Joshua Chee wrote: > > Thank you for your very prompt response! Will buy you a cup of coffee > when > > i am home. > > > > I dont remember having the file ch

Re: Haproxy 1.4

2013-04-14 Thread Willy Tarreau
On Sun, Apr 14, 2013 at 05:29:13PM +0800, Joshua Chee wrote: > Thank you for your very prompt response! Will buy you a cup of coffee when > i am home. > > I dont remember having the file checl.txt, however will check when i am > home. > > What puzzled me is it was working fine before i did the re

Re: Haproxy 1.4

2013-04-14 Thread Joshua Chee
Thank you for your very prompt response! Will buy you a cup of coffee when i am home. I dont remember having the file checl.txt, however will check when i am home. What puzzled me is it was working fine before i did the restart. I am very new to this sorry, however what is the check.txt suppose

Re: Haproxy 1.4

2013-04-14 Thread Willy Tarreau
Hi, On Sun, Apr 14, 2013 at 05:08:53PM +0800, Joshua Chee wrote: > Hi, thank you so much for your wonderful work, i am currently using it for > my final year project. However I have faced problems implementing your work. > > Current setup > VMware player > Suse linux 12.2 > Haproxy 1.4.23 > Apach

Haproxy 1.4

2013-04-14 Thread Joshua Chee
Hi, thank you so much for your wonderful work, i am currently using it for my final year project. However I have faced problems implementing your work. Current setup VMware player Suse linux 12.2 Haproxy 1.4.23 Apache2 I was able to get the haproxy to work at first, however after editing the conf

Re: suggestion - include files

2013-04-14 Thread Willy Tarreau
Hi Will, On Sat, Apr 13, 2013 at 05:49:33PM -0700, Will Glass-Husain wrote: > Hi, > > I recently converted over an Apache front end to haproxy. My Apache server > was mainly composed of proxies and rewrites to various internal servers, so > haproxy was a great alternative. > > One feature I mis