mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-29 09:53:56 +02:00
apache2ctl: add Brazilian Portuguese translation
This commit is contained in:
parent
3a7fb2afda
commit
93221620e5
1 changed files with 24 additions and 0 deletions
24
pages.pt-BR/linux/apache2ctl.md
Normal file
24
pages.pt-BR/linux/apache2ctl.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# apache2ctl
|
||||
|
||||
> Interface de controle do servidor web HTTP Apache.
|
||||
> Este comando está disponível nas distribuições baseadas em Debian, para as baseadas em RHEL veja `httpd`.
|
||||
|
||||
- Inicia o Apache. Exibe uma mensagem, caso ele já esteja sendo executado:
|
||||
|
||||
`sudo apache2ctl start`
|
||||
|
||||
- Encerra o Apache:
|
||||
|
||||
`sudo apache2ctl stop`
|
||||
|
||||
- Reinicia o Apache:
|
||||
|
||||
`sudo apache2ctl restart`
|
||||
|
||||
- Verifica se o arquivo de configuração está correto sintaticamente:
|
||||
|
||||
`sudo apache2ctl -t`
|
||||
|
||||
- Lista os módulos carregados:
|
||||
|
||||
`sudo apache2ctl -M`
|
Loading…
Add table
Reference in a new issue