mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 03:42:12 +02:00
16 lines
298 B
Markdown
16 lines
298 B
Markdown
# apachectl
|
|
|
|
> Interfaccia di controllo del server HTTP Apache per macOS.
|
|
> Maggiori informazioni: <https://keith.github.io/xcode-man-pages/apachectl.8.html>.
|
|
|
|
- Avvia il demone `org.apache.httpd`:
|
|
|
|
`apachectl start`
|
|
|
|
- Ferma il demone:
|
|
|
|
`apachectl stop`
|
|
|
|
- Riavvia il demone:
|
|
|
|
`apachectl restart`
|