HA Proxy URL Redirect hide
@majas wrote: Hello, We have installed and configured an HA Proxy as Loadbalancer And Redirect When calling a url should the Redirect test.de ACL and REDIRECT acl test_host hdr(host) -i www.test.deacl...
View ArticleTcp mode and connection error
@drewblin wrote: Hello!I can't find in documentation any clear information about haproxy behavior on failed connection in tcp mode.I have configured 2 backends, balance roundrobin option and health...
View ArticleHaproxy - httpd real ip
@soume86 wrote: Hello, I just installed haproxy as reverse proxy for apache under centos 7. I configured it to do ssl from end to end (client <- ssl -> haproxy <- ssl -> srv_web)....
View ArticleConfiguration file grammar
@elpd wrote: Hi, Is there a formal grammar for the configuration file? Something like antlr grammar or anything else? Posts: 1 Participants: 1 Read full topic
View ArticleOne Frontend-> more backends
@silviu wrote: Hi everyone, My question here would be: I am trying to connect more backends different domains- to a single frontend (one public ip address). Is this possible at all?First I have a...
View ArticleHAProxy SSL Offloading high CPU usage on CentOS 7
@dseira wrote: Hi, I'm making some tests with HAProxy to do SSL offloading in Centos 7. I've seen that the cpu easily reach 100% and the haproxy idle pct is almost 0%. The test is just a 1000 clients...
View ArticleGet the throughput
@dareevnab wrote: Is there a way to get the throughout in haproxy metric system. Thanks. Posts: 1 Participants: 1 Read full topic
View ArticleHaproxy for Squid - How keep original IP
@j.sejo1 wrote: Hello. I am use HaProxy on Debian8 Load Balancing for 2 Squid Proxy "No Transparent" port 3128 with Autentication OpenLdap. All work fine. But in the log file on Squid (access.log)...
View ArticleHaProxy back-end as subnet
@Sharis wrote: Hello, Can I somehow add whole subnet to back-end? Example:server app 192.168.82.0/24:3000 check If i try to do this, i get syntax error when I restart haproxy service.I need this in...
View ArticleCLINET IP while forwading request to backend server
@dvelan wrote: Hi,I am using HAProxy 1.6.12 and my backend server is weblgic 12c. when I check the access log from weblogic, the source IP it shows as HAProxy IP. my requirement is the actual IP...
View ArticleFrontend IP and ports not logged in TCP mode, custom log format (%fi %fp)
@mattiwei wrote: Hi there!I am trying to have HAProxy log the frontend's IP and port for the client side. I am running haproxy 1.5.14 on RHEL 7.2 These are the relevant configuration parts: defaults...
View ArticleHAPROXY and storefront
@Chek69 wrote: Hi, i'm trying to load balance sessions to my storefront servers (2 servers), and it doesn't work. this is my current configuration: listen StorefrontHA @IP:443 mode tcp balance source...
View ArticleCheck Certificate in Backend possible
@silviu wrote: Hi everyone, As i already mentioned in another post, I am using just one front end and more backends. as for one specific location is a certificate check necessary, i would like to...
View ArticleHide URL of backend servers from user
@stwong wrote: Hi, we're new to HAproxy and sorry for the newbie question. We setup new server for a path /mypath using configuration like following, e.g. oldweb.mysite.com/mypath ->...
View ArticleHA Proxy Statistics page
@AnkitSinghai wrote: From which version of HAProxy does "Choose the action to perform on the checked servers" under backend section of stats page is available? Posts: 4 Participants: 2 Read full topic
View ArticlePlease help understand Bytes out and in
@newbee wrote: I have a configuration where I see the number of sessions are evenly distributed to backend server however number of Bytes In and out are very different for all backends. Which is...
View ArticleLoad balancing based on SOAP Header
@mrenkine wrote: I would need to load balance based on a soap header. I was able to use HTTP header using hdr(myHeader), but I can't figure out how to read an element in the body of the request. Say...
View ArticleMultiple WebSites on servers (ports)
@caspi wrote: Hi, i have following scenario in my environment: 2 Web Servers each hosts 6 web applications hosted on diferent ports. Servers:domain : 80domain : 81domain : 82domain : 83domain : 443...
View ArticleHaproxy Issue Connecting to Openvpn on TCP 433
@Richie wrote: HiI'm currently running Haproxy on a pfsense box (Actually two boxes for failover).I have a separate box running an Openvpn appliance.I have a couple of web servers as well.The openvpn...
View ArticleHaproxy SSL and sessions
@mandevnull wrote: Hello,i'm trying to configure 2 backends (citrix storefront) active-active with haproxy. Backends are in https. When i log in node1 and i disconnect the node for test the node2,...
View Article