Login Login
MORE

WIDGETS

Widgets

Wanted articles
Who is online?
Article tools

Difference between revisions of "Apache:Restart"

From Aino Wiki

Jump to: navigation, search
(=in CentOS)
 
(No difference)

Latest revision as of 08: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



Apache | XDebug