From 93221620e548794b22df4298b7e703dc40e57b05 Mon Sep 17 00:00:00 2001 From: Andrik Albuquerque Date: Wed, 27 Mar 2019 14:32:05 -0300 Subject: [PATCH] apache2ctl: add Brazilian Portuguese translation --- pages.pt-BR/linux/apache2ctl.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages.pt-BR/linux/apache2ctl.md diff --git a/pages.pt-BR/linux/apache2ctl.md b/pages.pt-BR/linux/apache2ctl.md new file mode 100644 index 0000000000..842321540f --- /dev/null +++ b/pages.pt-BR/linux/apache2ctl.md @@ -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`