How to stop apache on MacOS

From razwiki
Jump to navigation Jump to search

If apache is installed with brew (runs on port 8080) you can use brew services:

brew services stop apache

However if it's using the /Library/WebServer/Documents/index.html.en file, use:

sudo apachectl stop