1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

apachectl: add pt_BR translation

This commit is contained in:
Andreia Bohner 2022-07-16 23:11:31 -03:00 committed by Axel Navarro
parent ce8162ac0c
commit c4ce1b716e

View file

@ -0,0 +1,16 @@
# 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`