Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

what is my HAProxy version?

I installed HAProxy for load ballancing before. How can I check what is my haproxy version which installed before in mu ubuntu?

like image 524
sahar shokouhi Avatar asked Jun 06 '12 06:06

sahar shokouhi


3 Answers

haproxy --version

If you want to see the package info on Ubuntu, you can use 'aptitude show haproxy' to get version and other details about what's installed.

like image 84
Wedge Martin Avatar answered Oct 24 '22 23:10

Wedge Martin


i used the command on CentOS 5

/usr/sbin/haproxy -v
like image 28
Doan Vu Avatar answered Oct 24 '22 23:10

Doan Vu


On Red Hat Enterprise Linux is:

haproxy -v

like image 1
Enrico Damini Avatar answered Oct 24 '22 23:10

Enrico Damini