HaProxy configuration is good or not?
@ascige wrote: Hi everyone. I have used haproxy but I would to know if my configuration is good or not. I try to explain my situation : I have a load balancer (where I install haproxy ) which has two...
View Article[ask] cluster resolver dns not running on HA-Proxy v.1.5.18
@andrian wrote: Hi All, Previously i’m apologize if wrong discuss my issue in here, i’m new on haproxy. I have issue on my haproxy. I plan make cluster with haproxy for SMTP (postfix/25), Webserver...
View ArticleHAPRoxy 1.7.9 hangs at getsockopt() system call
@ekta wrote: Hi, We recently upgraded to haproxy 1.7.9 , we are facing one issue. A TLS tunnel is created from frontend system to haproxy and then haproxy creates a TCP connection with another...
View Article503 resonse code to json format
@vineeth wrote: Is there any option to change haproxy error response code to json format. Please help. Posts: 1 Participants: 1 Read full topic
View ArticleSSL passthrough with acl
@keevitaja wrote: Hello! Making my first steps with ha proxy. So please be kind to me How can i choose which backend to use for a ssl connection? frontend http-in bind *:80 v4v6 bind *:443 v4v6 mode...
View ArticleSteps to configure HAProxy with Varnish and CDN
@cheenu wrote: I am planning implement CLIENT - HAPROXY - VARNISH - APPSERVER set up to load balance an E-Commerce web site and the web site has lots of static content. I need help to configure...
View ArticleHAPROXY integration with Varnish and Apache
@cheenu wrote: I have use HA Proxy for Application Load Balancing but I have not used with Varnish and Apache server. We are using CLIENT - HAPROXY - VARNISH - 2 WEB SERVER set up and I need help to...
View ArticleHow can I make FTP Connection?
@Emsanator wrote: Hello How can I make FTP Connection? This is conf file: global log 127.0.0.1 local0 log 127.0.0.1 local1 notice #log loghost local0 info maxconn 4096 chroot /var/lib/haproxy user...
View ArticleSSL between Haproxy and Apache
@Pessoal2004 wrote: I need help because I have my web_server in a different datacenter of haproxy_server and I need encrypt the connection, I have: client => ssl/certbot => Haproxy => http...
View ArticleEncrypt connection
@Pessoal2004 wrote: Hi, I have haproxy_server and apache_server in different datacenters, what is the best way to have encrypt connection between them? Is possible have that encrypt connection with...
View ArticleUse load balancer as redirector
@Bobby wrote: Hi, I am trying to serve live video channels from different cameras that I have configured on two backend servers that are configured to serve these requests in the format of following...
View ArticleHAProxy log current/modified values
@Exocomp wrote: I’ve set it up to capture the request header like so: capture request header x-custom len 10 Later on I set the header value like so: http-request set-header X-custom 1 if acl_check...
View ArticleHAproxy custom stick
@next40 wrote: Dear Friends, i have web application crm, please help to find any ideas for release stick session algoritm User access application via url:...
View ArticleUnable to load cache content through HAProxy
@cheenu wrote: Hello All, I am using HAProxy version 1.8 for an e-commerce site to LB, Static content routing and SSL termination. Below is my set up; CLIENT - HAPROXY - VARNISH(Common for two Web...
View ArticleHAProxy 1.8.4 504 Gateway Time-out
@Mantikor wrote: Hi. I’ve try to make LB and HA of internal web-service. Backend web-servers is MS IIS. But I get 504 message when try to open main page. global log localhost local0 log localhost...
View ArticleTCP Mode capture packets from backend and print in proxy logs
@kulbirsaini wrote: I have 2 docker containers running message daemon using 0mq libraries. The 2 daemons are for HA such that any moment of time only one will be master. The master keeps publishing...
View ArticleHaproxy with both Varnish and CDN
@cheenu wrote: I am using HAProxy for routing static and dynamic content. We are using Varnish for local static caching and since the web application is expected to access globally we are planning to...
View ArticleHAProxy 1.8.7.0 - Resolving non FQDN fails
@amir wrote: Hi, After “moving” from HAProxy 1.6.3.1 to 1.8.7.0 I encountered a resolving issue. I would like to resolve the hostname “VMAS” using HAProxy 1.8.7.0 The server line is: server VMAS...
View ArticleBackend not invoked
@Mahesh wrote: I am looking at forwarding HTTP (front end) to HTTPS (backend). Backend is not being invoked. Simplified to only HTTP to HTTP, still no luck. HA-Proxy version 1.8.7 2018/04/07 Debug...
View ArticleIs it possible to redirect the URL only the first time?
@serverhack wrote: Hi, I’m trying to redirect an url (p.e. https://www.domain.com) to a certain directory inside that domain (https://www,domain.com/login/index.php) but only the first time the user...
View Article