1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.pt_BR/osx/apachectl.md
2022-07-18 06:11:44 -03:00

314 B

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