Apache – Unable to start httpd on OS X Mavericks

apacheosx-mavericks

I upgraded to OS X Mavericks and I am trying to start the apache web server

I am using the command

sudo apachectl start

to start the server but I get the following error

(13)Permission denied: make_sock: could not bind to address [::]:80

(13)Permission denied: make_sock: could not bind to address 0.0.0.0:80

no listening sockets available, shutting down

Unable to open logs

Best Answer

With AMPPS or any other app, you can run it through Terminal:

Start $ sudo /Applications/AMPPS/apache/bin/apachectl start

Stop $ sudo /Applications/AMPPS/apache/bin/apachectl stop

Related Topic