Start Restart Stop Apache Web Server in Ubuntu
By Mhabub Mamun • Jan 23rd, 2012 • Category: Apache, UbuntuIf you are ubuntu user, you might need to start,stop or restart apache web server. You need to login as root or you need to use sudo command to start,stop or restart Apache Start Apache 2 Server # sudo /etc/init.d/apache2 start Restart Apache 2 Server # sudo /etc/init.d/apache2 restart Stop Apache 2 Server # sudo [...]
