Answers for "Problem binding to port 80: Could not bind to IPv4 or IPv6."

0

Problem binding to port 80: Could not bind to IPv4 or IPv6.

You just need to stop all running servers like Apache, nginx or OpenShift 
before doing this.

### Stop Nginx
sudo systemctl stop nginx

### Stop Apache2
sudo systemctl stop apache2
Posted by: Guest on August-26-2021
0

Problem binding to port 80: Could not bind to IPv4 or IPv6.

You just need to stop all running servers like Apache, nginx or OpenShift 
before doing this.

### Stop Nginx
sudo systemctl stop nginx

### Stop Apache2
sudo systemctl stop apache2
Posted by: Guest on August-26-2021

Code answers related to "Problem binding to port 80: Could not bind to IPv4 or IPv6."

Browse Popular Code Answers by Language