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
sudo systemctl restart apache2
or
sudo service apache2 restart
or
sudo /etc/init.d/apache2 restart
Comments
Post a Comment