Install Apache2 In Ubuntu Debian

[Solved] Install Apache2 In Ubuntu Debian | Shell - Code Explorer | yomemimo.com
Question : reinstal apache2 ubuntu

Answered by : expensive-eagle-pwq7f7dku37h

sudo apt-get --purge remove apache2
sudo apt-get autoremove
sudo apt-get install apache2
sudo /etc/init.d/apache2 restart

Source : https://askubuntu.com/questions/111770/how-reinstall-apache2 | Last Update : Tue, 11 Aug 20

Answers related to install apache2 in ubuntu debian

Code Explorer Popular Question For Shell