Fully uninstall apache2 from Ubuntu

Source: Internet
Author: User

Recently, I first came into contact with Ubuntu and Apache, and the first configuration was completely crashed by apahce. After I modified Apache charset and apache2.conf on the internet, I started to access HTTP: // localhost then directly prompts the download prompt: "You have chosen to open". The problem is not found. However, some problems are solved, finally, we found the complete uninstall method of apache2.

Thanks http://zhchjlife.blog.51cto.com/461434/159947

1. DeleteApache

Code:

$ Sudo apt-Get -- purge removeApache2
$ Sudo apt-Get -- purge removeApache2.2-common
$ Sudo apt-Get autoremove

2. (key step) Find and delete the configuration file that has not been deleted.

Code:

$ Sudo find/etc-name "*Apache* "-Exec Rm-RF {}\;
$ Sudo Rm-RF/var/WWW

3. reinstallApache2
$ Sudo apt-Get installApache2
$ Sudo/etc/init. d/Apache2 restart

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.