1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-29 17:13:56 +02:00

apache2ctl: add Brazilian Portuguese translation

This commit is contained in:
Andrik Albuquerque 2019-03-27 14:32:05 -03:00 committed by Agniva De Sarker
parent 3a7fb2afda
commit 93221620e5

View 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`