Prasanth asked this 4 years ago

Apache 2.4 Could not bind to address error

(OS 10013)An attempt was made to access a socket in a way forbidden by its access permissions.  : AH00072: make_sock: could not bind to address [::]:80

(OS 10013)An attempt was made to access a socket in a way forbidden by its access permissions.  : AH00072: make_sock: could not bind to address 0.0.0.0:80

AH00451: no listening sockets available, shutting down

AH00015: Unable to open logs


Best Answer by AskOTG 4 years ago

It could be that port 80 is already used.  Run netstat to find out what is using port 80

# netstat -tulpn | grep :80

Guest 3 years ago
1 like

use Validator;