我在Ubuntu中遇到了apache2的一些问题,并决定卸载并重新安装它。现在的问题是,当我尝试
时which apache2
甚至
sudo service apache2 start
我绝对没有回应。我尝试检查我的一个PHP脚本的元素,并在日志中显示Failed to load resource: net::ERR_CONNECTION_REFUSED
。似乎有效的一个命令是
whereis apache2
返回apache2:/ etc / apache2 / usr / share / apache2
有什么方法可以解决这个问题吗?
答案 0 :(得分:0)
您确定尝试过以下操作(也按以下顺序)吗?
首先卸载Apache
sudo apt-get --purge remove apache2
sudo apt-get autoremove
然后,正常安装......
sudo apt-get install apache2
sudo /etc/init.d/apache2 restart
然后转到终端并检查(就像我在终端中所做的那样):
andreas@ubuntu:~/Desktop$ ps -ALL |grep apache2
1564 1564 ? 00:00:00 apache2
...
最后从浏览器中查看:
http://localhost