- 论坛徽章:
- 0
|
补充
过程大致如下:
1:rm -r /etc/apache2
apt-get rmove apache2
apt-get install apache2
安装并未提示错误(记不清了,有几天了,这两天有空一直在找资料)
安装后,不能工作(因为/etc/apache2 这个文件夹根本就不存在)
2:apt-get --purge remove apache2
apt-get install apache2 其结果同1(/etc/apache2 这个文件夹根本就不存在)
3:apt-get --purge remove apache2
apt-get clean
apt-get install apache2 其结果同1(/etc/apache2 这个文件夹根本就不存在)
手工添加(/etc/apache2文件夹,并加上原本要出现在里面的文件<这空白件>,因为找了很长时间找不到内容,但apache2.conf,ports.conf,添加上了的)
结果还是不行
4:apt-get --purge remove apache2
apt-get clean
find / -name apache2 找到相关文件并删除
which apache2 找到相关并删除
reboot
apt-get install apache2 (多次后,提示如下)
Building dependency tree... Done
apache2 is already the newest version
0 upgraded,0 newly installed,0 to remove and 2 not upgraded.
似乎是系统内还有apache2,但完全找不到..不明白,为何会如此,看了<Debian 完全手册>,<HowTo APT>我都没找到解决办法,网上也没见过类似情况(孤陋寡闻) 
前辈们,照顾一下新手啊,谢谢! |
|