mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-14 10:32:11 +03:00
a5fe31bc47
Co-authored-by: bl-ue <54780737+bl-ue@users.noreply.github.com> Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
224 B
224 B
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