apachectl: add page (#1686)

This commit is contained in:
Ismael González 2017-11-29 06:49:05 +01:00 committed by Agniva De Sarker
parent 19de41ce06
commit 64dad4da06

15
pages/osx/apachectl.md Normal file
View File

@ -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`