1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 20:46:00 +02:00

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`