Home / Support / HAProxy on AlmaLinux 9
HAProxy on AlmaLinux 9 — HAProxy on AlmaLinux 9 delivers the de-facto standard open-source load balancer on an enterprise-grade RHEL-compatible base. Published by Derek Coleman & Associates Inc on the Azure Marketplace, deployed in your own Azure subscription.
| Application ports | 8404 (stats page — the baseline config binds `*:8404`, unauthenticated; the 2026-09-15 image sweep proved it only on 127.0.0.1 from inside the VM. Treat it as loopback-only until you open 8404 in the NSG to your own IP and confirm it answers); 80 and 443 are opened in firewalld but NO frontend listens on them until you add one |
|---|---|
| Open in browser | http://127.0.0.1:8404/ from the VM (`curl -sI http://127.0.0.1:8404/`); http://<VM-IP>:8404/ only after you open 8404 in the NSG |
| Service(s) | haproxy |
| Configuration | /etc/haproxy/haproxy.cfg (baseline: a stats frontend only; the AppStream sample is kept at /etc/haproxy/haproxy.cfg.appstream-sample) |
| Logs | journalctl -u haproxy -f; /var/log/messages (rsyslog local0) |
| Version | HAProxy (AlmaLinux 9 AppStream package) |
| Platform | AlmaLinux 9 |
Email support@dcassociatesgroup.com (response within 1 business day) or send a
message via the contact form. Include the offer name, VM size, region, and any log output — sudo journalctl -u <service> -n 100 usually tells the story.