tldr/pages.pt_BR/osx/apachectl.md

17 lines
310 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://www.unix.com/man-page/osx/8/apachectl/>.
- 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`