卸载后无法安装 apache2

卸载后无法安装 apache2

长话短说,我不得不将正在运行的 Bugzilla 版本从 Windows 移到 Ubuntu。我昨天运行了全新安装的 Bugzilla,但当我尝试导入数据时,CSS 和脚本无法正确显示网站。我尝试设置文件和目录的所有者和用户,发现 apache 存在权限问题。我尝试从 Bugzilla 寻求帮助,但没有人回复正确的解决方案。我以为如果我删除 apache 并重新安装它,就可以解决安全问题。好吧,我错了……!

我已经尝试了四五次了,

sudo apt-get purge apache2 apache2-utils apache2.2-bin apache2-common
sudo apt-get autoremove
whereis apache2

然后使用

sudo rm -rf /etc/apache2 

在命令产生的任何目录中whereis。现在,我无法在系统上安装 apache2。这是我最后一次安装尝试:

$ apt-get install --only-upgrade apache                        2
Reading package lists... Done
Building dependency tree
Reading state information... Done
apache2 is already the newest version (2.4.18-2ubuntu3.5).
0 upgraded, 0 newly installed, 0 to remove and 105 not upgraded.

$ sudo service apache2 restart

不返回任何内容。

答案1

这是我修复该问题的方法:

apt-get 删除 apache2*

然后接着

apt-get 安装 apache2

相关内容