Tuesday, May 28, 2013

replacing missing configuration files after removing a package

sudo apt-get remove --purge  [apache2 apache2-utils] 
 
sudo apt-get install [apache2]
 
 

No comments:

Post a Comment