How to restart apache2 in ubantu

Follow this command

sudo systemctl restart apache2

or

sudo service apache2 restart

or

sudo /etc/init.d/apache2 restart

Comments

Popular posts from this blog

Install Xampp On Kubuntu 18.10 LTS