snippetbashTip
apachectl — Apache HTTP Server control interface for macOS. More information: <https://keith.github.io/xcode-man
Viewed 0 times
serverhttpcommandinterfacecliapachecontrolapachectl
macos
Problem
How to use the
apachectl command: Apache HTTP Server control interface for macOS. More information: <https://keith.github.io/xcode-man-pages/apachectl.8.html>.Solution
apachectl — Apache HTTP Server control interface for macOS. More information: <https://keith.github.io/xcode-man-pages/apachectl.8.html>.Start the
org.apache.httpd launchd job:apachectl startStop the launchd job:
apachectl stopStop, then start launchd job:
apachectl restartCode Snippets
Start the `org.apache.httpd` launchd job
apachectl startStop the launchd job
apachectl stopStop, then start launchd job
apachectl restartContext
tldr-pages: osx/apachectl
Revisions (0)
No revisions yet.