mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-25 09:15:32 +02:00
16 lines
314 B
Markdown
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`
|