'stick': unknown fetch method 'res.cook_reg'
@stucky101 wrote: HAproxy gurus I have a stick table based on JSESSIONID and it works well with apps that actually use a cookie by that name. However, oracle webcenter uses 2 differently named cookies...
View ArticleX-Forwarded-For in TCP Mode
@mahesh.mahajan wrote: I have compiled HA Proxy version 1.8.13 on RHEL 7.5. The defaults and frontend are configured in TCP mode. The application instances which we have in the backend are serving TCP...
View ArticleToo many connections to backend
@saier wrote: We want to achieve several 1000 concurrent connections to a webservice, running on Apache Tomcat. The requests are very short, but there are really many of them. We are still failing,...
View ArticleThrottling from several clients, based on url
@lewe wrote: Hi, despite many examples and reading the haproxy docs, I still don’t manage to do the following: note that we use haproxy 1.5.14 we use haproxy to distribute HTTP requests (roundrobin)...
View ArticleHTTP redirect backend error
@renato.souza wrote: Hi Dudes! I´m starting with the HAProxy and I found my first problem. I have a site wich in a direct access everything goes well, but when I try to access through HAProxy, some...
View ArticleProblem with IIS 10
@faryspeed wrote: Hi I have a windows server 2016 runing IIS V10 i use this server as a download server i just want to hide the real ip address of this server usinig haproxy 1.7.8 here is my...
View ArticleOpenWRT reverse Proxy terminating SSL
@ianc wrote: I’m new to HAProxy and am trying to configure the following: (1)External HTTPS request-> (2)Home Router -> (3)HAProxy running on OpenWRT ->(4)“Server” on ESP8266 device (1) The...
View ArticleLog to different files with different backends in ONE frontend
@thomas.scheer wrote: A short description of the setup: I have two serverfarms which differs in name (server1.domain and server2.domain) but shares the same frontend (with ssl certificate and same...
View ArticleDynamically Lists Server Backend
@williams.perdana wrote: Can I dynamically lists all servers backend using lua scripts ? For Example: Lua Script: local function choose_backend() return “server webserver02...
View ArticleHaProxy Routing
@caspi wrote: Hello, I have a question about correct setup of HAPROXY. I have following situation: INTERNET ----> FW -----> HAPROXY ----> BACKEND SERVER HAPROXY have to interfaces, Outside...
View ArticleHTTP Security headers for error pages
@Bruno wrote: Hello, I’ve seen this article: Neatly bypassing CSP. And it appears that the error pages served by haproxy can be used to bypass some Content-Security-Policy rules. It looks like it...
View ArticleApache Creating Non HTTPS Link When Using SSL Termination
@Magnetion wrote: HAProxy noob here! Setup has been straight forward so far, but I have one issue I can not seem to solve. I am using SSL Termination with HAProxy and have that working. But, the...
View ArticleHaproxy LoadBalancer for Entire WHM
@kingkonghost wrote: hi i have a whm server that i need to fully hide the ip address of this server. i setup haproxy 1.7.8 on vps then i add this configuration : global log /dev/log local0 log...
View ArticleBackend server cooldown
@stickjam wrote: Hello, I was wondering if it was possible with HAProxy to allow only one connection per backend server followed by a type of ‘cooldown’ which temporarily disables that particular...
View ArticleCapturing Incoming RTMP Data?
@rayj00 wrote: So, I use HAproxy to redirect rtmp. (or forward…not sure which one describes what I am doing?) Currently I send rtmp as such: rtmp://“serverIP”:1935/stream HAproxy handles this...
View ArticleSingle TCP port forward with haproxy
@orion777 wrote: Due to network configuration I need to re-create the TCP connection with specific port, say, 5555, like: source NIC 192.168.10.70 -> NAT server with proxy 192.168.10.1 - haproxy -...
View ArticleHelp me please, i try HAproxy on my computer with VMware
@Grooth wrote: i still try common HAproxy configuration on my computer, after i have stupid problem because my fault before now i have another problem. and here is my servers configuration. this is...
View ArticleHaProxy vs NGINX
@Sahand wrote: I have made some tests with Apache benchmark and the results were pretty clear that HaProxy was faster in requesting the requests, but on the other hand Nginx was using much less CPU...
View ArticleHaproxy redirect on 443
@mysticalunicorn wrote: I was using .htaccess to redirect users to cloud. Here is my config in apache mod.i put in some dummy urls. it needs to redirect on port 443. I need to switch over to Ha Proxy,...
View ArticleLogging options not as expected
@dsgnr wrote: Hey, I am attempting to integrate Fail2Ban with HAProxy like I do with my existing Nginx proxy. Here’s a Pastebin to my HAProxy configuration: https://pastebin.com/GWBhJunf Currently, my...
View Article