🌐Manage Apache services [Linux]

Start, Stop, Restart – Apache2

sudo service apache2 start
sudo service apache2 stop
sudo service apache2 restart

Last updated