Skip to content
Home » How to restart apache in ubuntu

How to restart apache in ubuntu

Let’s start the discussion about How to restart apache in ubuntu in following methods.

Restart Apache 2 server

sudo service apache2 restart

Start Apache 2 server

sudo service apache2 start

Stop Apache 2 server

sudo service apache2 stop

I hope the strategies listed above work for you. Happy coding and come back again.

Similar Post : How to install telegram in Ubuntu