HAProxy stats page won't load after update to 2.5.2
-
Hi,
I've updated pfSense from 2.4.5-RELEASE-p1 to 2.5.2 and the HAProxy stats page won't load.
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.
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
Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.