sudo /etc/init.d/apache2 stop
Tag Archives: Apache
Command to start apache – ubuntu Linux
sudo /etc/init.d/apache2 start
Command to restart apache – ubuntu Linux
sudo /etc/init.d/apache2 restart
Command to install apache – Ubuntu linux
sudo apt-get install apache2