From c4ce1b716ec9121f8633c69642e28f68ee7cf567 Mon Sep 17 00:00:00 2001 From: Andreia Bohner Date: Sat, 16 Jul 2022 23:11:31 -0300 Subject: [PATCH] apachectl: add pt_BR translation --- pages.pt_BR/osx/apachectl.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages.pt_BR/osx/apachectl.md diff --git a/pages.pt_BR/osx/apachectl.md b/pages.pt_BR/osx/apachectl.md new file mode 100644 index 0000000000..00ceaf99a5 --- /dev/null +++ b/pages.pt_BR/osx/apachectl.md @@ -0,0 +1,16 @@ +# apachectl + +> Interface de controle do Servidor HTTP Apache para macOS. +> Mais informações: . + +- 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`