1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-25 09:15:32 +02:00
tldr/pages.pt_BR/osx/apachectl.md
2022-07-18 06:11:44 -03:00

16 lines
314 B
Markdown

# 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`