tldr/pages.pt_BR/osx/apachectl.md

17 lines
314 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/>.
- Iniciar o job launchd `org.apache.httpd`:
`apachectl start`
- Parar o job launchd:
`apachectl stop`
- Parar, e então iniciar o job launchd:
`apachectl restart`