jide / clamp

Command Line Apache MySQL PHP
http://jide.github.io/clamp
GNU General Public License v2.0
79 stars 9 forks source link

AH00072: make_sock: could not bind to address 0.0.0.0:80 #24

Closed seankmchenry closed 7 years ago

seankmchenry commented 7 years ago

Getting this error on OSX Sierra, even on a clean start-up or reboot (no Vagrant or LAMP/LEMP stacks running). When I run clamp apache start the following is returned in the terminal:

(48)Address already in use: AH00072: make_sock: could not bind to address [::]:80
(48)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
AH00015: Unable to open logs

Any troubleshooting suggestions would be greatly appreciated!

rqelibari commented 7 years ago

Address already in use

This log message suggests that you have already something running at port 80. Is that possible?

rqelibari commented 7 years ago

I am closing this issue, if this arises again, open a new issue.