nagendra prasad wrote: > I want to install a web server on my ubuntu. Please help me with it. > Also, I want the easiest one. Use Apache. sudo apt-get install apache2 to start,stop and restart the server sudo /etc/init.d/apache2 start sudo /etc/init.d/apache2 stop sudo /etc/init.d/apache2 restart