Nikulin Vyacheslav
Nikulin Vyacheslav

Reputation: 31

Spryker fails to start containers on 80 port on ubuntu

Error response from daemon: driver failed programming external connectivity on : Error starting userland proxy: listen tcp4 0.0.0.0:80: bind: address already in use

Upvotes: 0

Views: 112

Answers (1)

Nikulin Vyacheslav
Nikulin Vyacheslav

Reputation: 31

My ubunty run apache on 80 port. I just stop it.

sudo service apache2 stop

Also you can uninstall it as well

sudo apt-get purge apache2
sudo apt-get autoremove
sudo rm -rf /etc/apache2

Upvotes: 2

Related Questions