I want to remove the apache that is previously installed.
and want to install a fresh copy.How can I do that? I need clear documentation for the installation because after googling i am not getting that.
Thanks
I want to remove the apache that is previously installed.
and want to install a fresh copy.How can I do that? I need clear documentation for the installation because after googling i am not getting that.
Thanks
If you use aptitude remove the configuration files will not be removed. To remove these as well do:
aptitude purge apache2
Then just install again:
aptitude install apache2
Hope it helps!