Skip to main content

Apache HTTP Server control interface for macOS.

# To start the org.apache.httpd launchd job:
apachectl start

# To stop the launchd job:
apachectl stop

# To stop, then start launchd job:
apachectl restart`