From 64dad4da064326e4622b8f46e59646cf5f5a0efa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismael=20Gonz=C3=A1lez?= Date: Wed, 29 Nov 2017 06:49:05 +0100 Subject: [PATCH] apachectl: add page (#1686) --- pages/osx/apachectl.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pages/osx/apachectl.md 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`