我已经在Nubuntu机器上安装了Nginx。而且默认情况下,据我了解,它应该在端口80
上侦听,并且应该由浏览器地址栏中的localhost
可用,但是我提到该端口已被Apache占用。
它将返回此页面。我的问题是,如何改变这种行为并使Nginx在localhost
上监听?我曾尝试删除Apache,原以为它会有所帮助,但没有帮助。
我使用了以下命令:
sudo apt-get purge apache2
我得到的回应是:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'apache2' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 46 not upgraded.