Comandi Apache: start, stop, restart
Argomento
In alcune situazioni è necessario fermare, avviare o riavviare il server apache 2.
I comandi sono i seguenti:
Per fermare Apache 2
sudo service apache2 stop
Per far partire Apache 2
sudo service apache2 start
Per riavviare Apache 2
sudo service apache2 restart