This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
решение_haproxy [2024/04/09 11:27] val |
решение_haproxy [2025/01/14 14:50] (current) val |
||
---|---|---|---|
Line 61: | Line 61: | ||
# tail -f /var/log/haproxy.log | # tail -f /var/log/haproxy.log | ||
# journalctl -f | grep proxy | # journalctl -f | grep proxy | ||
+ | # ###haproxy -f /etc/haproxy/haproxy.cfg -d | ||
+ | |||
+ | # echo "show stat" | socat stdio /run/haproxy/admin.sock | cut -d ',' -f 1,2,18 | ||
haproxy# curl https://localhost/ -H "Host: gowebd.corpX.un" -k | haproxy# curl https://localhost/ -H "Host: gowebd.corpX.un" -k | ||
</code> | </code> | ||