Jump to content

Apache HTTP Server

From Encyc

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