Ubuntu 上面卸载apache2命令

Ubuntu 下面卸载apache2命令ubuntu 卸载apache2 php52010-11-28 02:291、sudo apt-get remove apache22、sud

Ubuntu 下面卸载apache2命令
ubuntu 卸载apache2 php5
2010-11-28 02:29
1、sudo apt-get remove apache2
2、sudo apt-get remove apache2.2-common
3、sudo apt-get autoremove
主要用这个

aptitude purge apache2 apache2.2-common

find /etc -name "*apache*" -exec rm -rf {} \;

aptitude purge php5 php5-common

找了一天终于找到了这个