tldr/pages.pt_BR/osx/apachectl.md

17 lines
320 B
Markdown
Raw Normal View History

2022-07-17 03:11:31 +01:00
# apachectl
> Interface de controle do Servidor HTTP Apache para macOS.
> Mais informações: <https://keith.github.io/xcode-man-pages/apachectl.8.html>.
2022-07-17 03:11:31 +01:00
- Inicia o job launchd `org.apache.httpd`:
2022-07-17 03:11:31 +01:00
`apachectl start`
- Para o job launchd:
2022-07-17 03:11:31 +01:00
`apachectl stop`
- Para, e então inicia o job launchd:
2022-07-17 03:11:31 +01:00
`apachectl restart`