Manage Apache Server on Linux

Check Apache Status sudo systemctl status apache2 Start, Stop or Restart Apache sudo service apache2 start sudo service apache2 restart sudo service apache2 stop For other operating systems such as CentOS/FedoraTry httpd instead of apache2Example : systemctl status...

Pin It on Pinterest