Difference between revisions of "Apache:Restart"
From Aino Wiki
(→=in CentOS) |
(No difference)
|
Latest revision as of 07:26, 26 July 2014
Per riavviare il WEB Server:
in UBUNTU
# /etc/init.d/apache2 restart
oppure:
$ sudo service apache2 restart
oppure:
sudo restart apache2
in CentOS
Dalla guida: apache-startstop
apachectl restart
per fermarlo:
apachectl stop
per avviarlo:
apachectl start