Restart Apache

Uit De Vliegende Brigade
(Doorverwezen vanaf Apache herstarten)
Naar navigatie springen Naar zoeken springen
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Restart Apache:

sudo service apache2 restart

or

sudo /etc/init.d/apache2 restart

Or, since the advent of systemd:

sudo systemctl restart apache2.service

All commands seem to work equally well, so I probably stick with the first option.

See also