Navigation

    Netgate Discussion Forum
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search

    HAProxy stats page won't load after update to 2.5.2

    Cache/Proxy
    1
    1
    180
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • G
      gskruksa last edited by

      Hi,

      I've updated pfSense from 2.4.5-RELEASE-p1 to 2.5.2 and the HAProxy stats page won't load.

      2021-07-09 12_58_44.png

      HAProxy service works fine, frontends and backends are ok.

      ps -aux | grep haproxy
      www    60119  0.0  1.5  26912 14756  -  Ss   12:11     0:14.94 /usr/local/sbin/haproxy -f /var/etc/haproxy/haproxy.cfg -p /var/run/haproxy.pid -D -x /tmp/haproxy.socket -sf 5273
      

      Socket bind on 127.0.0.1:2200 correctly.

      2021-07-09 12_13_48.png

      First lines of generated config file looks like this.

      # Automaticaly generated, dont edit manually.
      # Generated on: 2021-07-09 12:11
      global
      	maxconn			4000
      	log			10.13.216.13	local0	debug
      	stats socket /tmp/haproxy.socket level admin  expose-fd listeners
      	uid			80
      	gid			80
      	nbproc			1
      	nbthread			1
      	hard-stop-after		15m
      	chroot				/tmp/haproxy_chroot
      	daemon
      	tune.ssl.default-dh-param	2048
      	log-send-hostname		test-pfs
      	server-state-file /tmp/haproxy_server_state
      
      
      listen HAProxyLocalStats
      	bind 127.0.0.1:2200 name localstats
      	mode http
      	stats enable
      	stats admin if TRUE
      	stats show-legends
      	stats uri /haproxy/haproxy_stats.php?haproxystats=1
      	timeout client 5000
      	timeout connect 5000
      	timeout server 5000
      

      Am I doing something wrong?

      Greets, GS

      1 Reply Last reply Reply Quote 0
      • First post
        Last post