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:
parent
19de41ce06
commit
64dad4da06
1 changed files with 15 additions and 0 deletions
15
pages/osx/apachectl.md
Normal file
15
pages/osx/apachectl.md
Normal 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`
|
Loading…
Add table
Reference in a new issue