diff --git a/pages/osx/apachectl.md b/pages/osx/apachectl.md new file mode 100644 index 0000000000..4158716441 --- /dev/null +++ b/pages/osx/apachectl.md @@ -0,0 +1,15 @@ +# apachectl + +> Apache HTTP Server control interface for macOS. + +- Start the org.apache.httpd launchd job: + +`apachectl start` + +- Stop the launchd job: + +`apachectl stop` + +- Stop, then start launchd job: + +`apachectl restart`