RE: HA Proxy Load Balancer

2018-12-20 Thread Lance Melancon
Thanks for the info. Unfortunately I am not a programmer by a long shot and 
syntax is a big problem for me. I tried a few things but no luck and I can't 
find any examples of a redirect.
So do I need both the backend and acl statements?
I'm simply trying to use mysite.net to direct to mysite.net/website. Any time I 
use a / the config fails.


-Original Message-
From: Aleksandar Lazic 
Sent: Thursday, December 20, 2018 2:00 PM
To: Lance Melancon 
Cc: haproxy@formilux.org
Subject: Re: HA Proxy Load Balancer

CAUTION: This email originated from outside Cypress-Fairbanks ISD. Do not click 
links or open attachments unless you recognize the sender and know the content 
is safe.



Hi Lance.

Am 20-12-2018 18:20, schrieb Lance Melancon:

> We are testing the load balancer and it's working but I can't see how
> to direct the server to a specific website such as server.net/site. Is
> this possible? Syntax? Thanks!

Well yes. I think it is a good starting point to read and understand this blog 
article.

https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.haproxy.com%2Fblog%2Fusing-haproxy-as-an-api-gateway-part-1%2Fdata=02%7C01%7CLance.melancon%40cfisd.net%7C6aa4b53295ce4715f0b308d666b5b424%7C12ac55e201c5446abe37be3ef2056122%7C0%7C1%7C636809327941066192sdata=TCDRAt2XnDHm8IpoeJVVHnDt7Vcf7SnRo%2B6iIgAZ5kg%3Dreserved=0

What you want to do is "HTTP Routing"

For example a short snipplet
###

acl my_site path_beg -i /site

...
use_backend my_site if my_site

###

I would help a lot to have some more Information from you like.

haproxy -vv
anonymized config

As we don't know how much knowledge do you have about http I want to tell you 
that this statement "server.net/site" 2 parts.

Host: server.net
Path: /site

This is explained in detail in the doc.
https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcbonte.github.io%2Fhaproxy-dconv%2F1.9%2Fconfiguration.html%231data=02%7C01%7CLance.melancon%40cfisd.net%7C6aa4b53295ce4715f0b308d666b5b424%7C12ac55e201c5446abe37be3ef2056122%7C0%7C1%7C636809327941066192sdata=SzilrSGyMgnpUAgQs%2F0U6%2BzCPH7ToIjK1R1zxESfRP4%3Dreserved=0

Hth
Aleks

> CYPRESS-FAIRBANKS ISD CONFIDENTIALITY NOTICE: This email, including
> any attachments, is for the sole use of the intended recipient(s) and
> may contain confidential student and/or employee information.
> Unauthorized use and/or disclosure is prohibited under federal and
> state law. If you are not the intended recipient, you may not use,
> disclose, copy or disseminate this information. Please call the sender
> immediately or reply by email and destroy all copies of the original
> message, including any attachments. Unless expressly stated in this
> e-mail, nothing in this message should be construed as a digital or
> electronic signature.
CYPRESS-FAIRBANKS ISD CONFIDENTIALITY NOTICE: This email, including any 
attachments, is for the sole use of the intended recipient(s) and may contain 
confidential student and/or employee information. Unauthorized use and/or 
disclosure is prohibited under federal and state law. If you are not the 
intended recipient, you may not use, disclose, copy or disseminate this 
information. Please call the sender immediately or reply by email and destroy 
all copies of the original message, including any attachments. Unless expressly 
stated in this e-mail, nothing in this message should be construed as a digital 
or electronic signature.


HA Proxy Load Balancer

2018-12-20 Thread Lance Melancon
We are testing the load balancer and it's working but I can't see how to direct 
the server to a specific website such as server.net/site. Is this possible? 
Syntax? Thanks!
CYPRESS-FAIRBANKS ISD CONFIDENTIALITY NOTICE: This email, including any 
attachments, is for the sole use of the intended recipient(s) and may contain 
confidential student and/or employee information. Unauthorized use and/or 
disclosure is prohibited under federal and state law. If you are not the 
intended recipient, you may not use, disclose, copy or disseminate this 
information. Please call the sender immediately or reply by email and destroy 
all copies of the original message, including any attachments. Unless expressly 
stated in this e-mail, nothing in this message should be construed as a digital 
or electronic signature.