mirror of https://github.com/CrimsonTome/tldr.git
17 lines
314 B
Markdown
17 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`
|