Apache HTTP Server
Appearance
Apache HTTP Server
Common commands
[edit | edit source]Restart
[edit | edit source]Systemd-based systems
[edit | edit source]sudo systemctl restart apache2
SysVinit-based systems
[edit | edit source]sudo /etc/init.d/apache2 restart
All system types
[edit | edit source]sudo service apache2 restart