1. # 停用
    2. sudo /etc/init.d/apache2 stop
    3. # 卸载
    4. sudo apt-get remove apache2*
    5. # 再次查找
    6. which apache2
    7. > /etc/apache2
    8. # 再次删除
    9. rm -rf /etc/apache2