1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.pt_BR/osx/apachectl.md

17 lines
320 B
Markdown
Raw Normal View History

2022-07-16 23:11:31 -03: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-16 23:11:31 -03:00
- Inicia o job launchd `org.apache.httpd`:
2022-07-16 23:11:31 -03:00
`apachectl start`
- Para o job launchd:
2022-07-16 23:11:31 -03:00
`apachectl stop`
- Para, e então inicia o job launchd:
2022-07-16 23:11:31 -03:00
`apachectl restart`