apache/reload

Reload Apache

Reload Apache configuration

service
configuration

Command

sudo systemctl reload apache2

Explanation

Reloads configuration files without dropping connections (graceful restart).

Examples

Reload Apache (Systemd)

sudo systemctl reload apache2

Reload Apache (SysV)

sudo service apache2 reload