How to install Apache web server on Xubuntu 16.04


You are going to need a web server if you want to create website locally, one of the best web server is apache, in this tutorial i will show you how to install apache web server on xubuntu 16.04.

Step by step how to install apache web server on xubuntu 16.04
  • open command line and type this command
  • sudo apt-get install apache2
  • check the status of apache web server using this command, to make sure it's running
  • sudo service apache2 status
  • or you can go ahead open http://localhost with your favorite web browser


You can start, stop and restart apache web server using the following command:
sudo service apache2 stop
sudo service apache2 start
sudo service apache2 restart

Share this

Previous
Next Post »