Restart Apache

Uit De Vliegende Brigade
(Doorverwezen vanaf Apache herstarten)
Naar navigatie springen Naar zoeken springen

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