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:
parent
ce8162ac0c
commit
c4ce1b716e
1 changed files with 16 additions and 0 deletions
16
pages.pt_BR/osx/apachectl.md
Normal file
16
pages.pt_BR/osx/apachectl.md
Normal 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`
|
Loading…
Add table
Reference in a new issue