We do support Round the Clock 24 x 7 x 365 (+91) 883 012 3924
 

Error: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80

Error: (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80

Cause :

Another process already uses 80 port and Apache cannot bind to it.

Resolution :

Evaluate which process(es) may be using port 80 with the following commands:

fuser -n tcp 80

ps aux | grep PID

// PID equal to the ports listed with the fuser command.

OR

ss -plnt sport eq :80

Then, kill of the offending processes.

Please do contact us at [email protected] if you require any further assistance.

Leave a Reply

Your email address will not be published. Required fields are marked *