mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 15:02:09 +02:00
288 B
288 B
apachectl
Interfaccia di controllo del server HTTP Apache per macOS. Maggiori informazioni: https://www.unix.com/man-page/osx/8/apachectl/.
- Avvia il demone
org.apache.httpd
:
apachectl start
- Ferma il demone:
apachectl stop
- Riavvia il demone:
apachectl restart