Re: Configuring HAProxy

2020-02-10 Thread Aleksandar Lazic
Dear Akshay Mangla. On 10.02.20 06:00, Akshay Mangla wrote: Hi Aleksandar, I have made a few changes to the haproxy.cfg file and following are the outputs :- HAPROXY.cfg #- [snipped] frontend haproxy_inbound         bind

Re: Configuring HAProxy

2020-02-09 Thread Akshay Mangla
Hi Aleksandar, Also find the following file outputs which might be of some use to you . *[root@lxapp14012 haproxy]# more /usr/lib/systemd/system/haproxy.service* [Unit] Description=HAProxy Load Balancer After=syslog.target network.target [Service] EnvironmentFile=/etc/sysconfig/haproxy ExecStart

Re: Configuring HAProxy

2020-02-09 Thread Akshay Mangla
Hi Aleksandar, I have made a few changes to the haproxy.cfg file and following are the outputs :- HAPROXY.cfg #- # Example configuration for a possible web application. See the # full configuration options online. # # http://h

Re: Configuring HAProxy

2020-02-09 Thread Aleksandar Lazic
Hi. please keep the mailinglist in the loop. On 06.02.20 10:23, Akshay Mangla wrote: Hi Aleksandar, Apologies for sending in the screenshot. No probs just a hint. I got the following output when I ran the above commands :- *1.curl -v --max-time 30 http://127.0.0.1:5001/* [root@lxapp14012

Re: Configuring HAProxy

2020-02-06 Thread Aleksandar Lazic
Hi. On 06.02.20 07:08, Akshay Mangla wrote: Hi HAProxy Team, I have been trying to install HAProxy on my vm machine and facing some difficulties in doing so. Following is the HAProxy config file that we have currently. #- #

Configuring HAProxy

2020-02-05 Thread Akshay Mangla
Hi HAProxy Team, I have been trying to install HAProxy on my vm machine and facing some difficulties in doing so. Following is the HAProxy config file that we have currently. #- # Example configuration for a possible web applica

Re: Configuring HAProxy session limits

2018-07-25 Thread Àbéjídé Àyodélé
Thanks for your response! It clarified alot.

Re: Configuring HAProxy session limits

2018-07-24 Thread Moemen MHEDHBI
Hi Àbéjídé, On 24/07/2018 17:59, Àbéjídé Àyodélé wrote: > Hi Friends, > > I am trying to bump session limits via the maxconn in the global > section as > below: > > cat /etc/haproxy/redacted-haproxy.cfg > global >   maxconn 1 >   stats socket /var/run/redacted-haproxy-stats.sock user haproxy

Configuring HAProxy session limits

2018-07-24 Thread Àbéjídé Àyodélé
Hi Friends, I am trying to bump session limits via the maxconn in the global section as below: cat /etc/haproxy/redacted-haproxy.cfg global maxconn 1 stats socket /var/run/redacted-haproxy-stats.sock user haproxy group haproxy mode 660 level operator expose-fd listeners frontend redacted

Re: Configuring HAproxy to Mbed tls implementation of TLS

2018-02-01 Thread Lukas Tribus
Hello, On 1 February 2018 at 03:13, Mariam Abboush wrote: > Hello dear HAproxy stuff > > > How can I configure HAproxy to a specific implementation of TLS, I mean for > example " Mbed TLS" which is a security library dedicated to the embedded > systems. You can't. Haproxy supports OpenSSL, and

Configuring HAproxy to Mbed tls implementation of TLS

2018-01-31 Thread Mariam Abboush
Hello dear HAproxy stuff How can I configure HAproxy to a specific implementation of TLS, I mean for example " Mbed TLS" which is a security library dedicated to the embedded systems. Thanks in advance Mariam Abboush

Re: Configuring HAProxy to send X_FORWARDED_FOR and X_REAL_IP at the same time.

2014-05-26 Thread Thomas Heil
Hi, On 26.05.2014 12:16, Daniel Todorov wrote: > Hello Baptiste, > > can i extract the info from other header, because we using cloudflare > infront of HAProxy? > You can also do things like, -- http-request add-header X-Orig-IP %[req.hdr(X-Forwarded-For)] -- this would add header X-Orig-IP with t

Re: Configuring HAProxy to send X_FORWARDED_FOR and X_REAL_IP at the same time.

2014-05-26 Thread Daniel Todorov
Hello Baptiste, can i extract the info from other header, because we using cloudflare infront of HAProxy? Best Regards, On Mon, May 26, 2014 at 12:15 PM, Baptiste wrote: > On Mon, May 26, 2014 at 10:03 AM, Daniel Todorov > wrote: > > Hello, > > > > I'm working for company which have software

Re: Configuring HAProxy to send X_FORWARDED_FOR and X_REAL_IP at the same time.

2014-05-26 Thread Baptiste
On Mon, May 26, 2014 at 10:03 AM, Daniel Todorov wrote: > Hello, > > I'm working for company which have software based on both headers, and if > one of them is missing, the software is not working properly. I find a way > to configure HAProxy to send each of them but separated. I need to find > so

Configuring HAProxy to send X_FORWARDED_FOR and X_REAL_IP at the same time.

2014-05-26 Thread Daniel Todorov
Hello, I'm working for company which have software based on both headers, and if one of them is missing, the software is not working properly. I find a way to configure HAProxy to send each of them but separated. I need to find solution which will make HAProxy to send both. Can I use reqadd or htt