Cannot restart haproxy -


I'm trying to restart haproxy when I type

  Haproxy -f / etc / haproxy / haproxy.cfg  

I get the following error:

  [ALERT] 212/124840 (9060): proxy mysql - Start the cluster: can not bind the socket  

if I type

  /etc/init.d/haproxy restart  < / Pre> 

Nothing happens.

two options:

You are not running as root; Possibly you need a pseudo in front of your command to start it on the command line if you are not running as root (check with whoami). Another process, possibly another example of proxy, is already limited to those ports. Check with Netstat -apn.


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -