<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>haproxy on MGNK</title>
    <link>https://mgnk.it/categories/haproxy/</link>
    <description>Recent content in haproxy on MGNK</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Mon, 08 Mar 2021 00:00:00 +0000</lastBuildDate><atom:link href="https://mgnk.it/categories/haproxy/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Haproxy Tips</title>
      <link>https://mgnk.it/posts/haproxy-tips/</link>
      <pubDate>Mon, 08 Mar 2021 00:00:00 +0000</pubDate>
      
      <guid>https://mgnk.it/posts/haproxy-tips/</guid>
      <description>  To check configuration file
$ haproxy -f /path/to/haproxy.cfg -c
$ echo show info | socat stdio /var/run/haproxy.stat | grep -i -e conn -e max -e ssl
  When using keepalived for non local bind use this.
$ nano /etc/systemctl.conf
Add this in the end of the file
Net.ipv4.ip_nonlocal_bind=1
and the run
$ sysctl -p
  </description>
    </item>
    
  </channel>
</rss>
