您好,通过 Ep 的 Railscast 指令设置 linode 有一点问题。#335
我对该服务器的配置是:Ubuntu 10.04 LTS Disk Image 32bit
我可以做到这一点:
按预期运行这两项工作。
apt-get -y update
apt-get -y install curl git-core python-software-properties
当我到达 nginx 步骤时:
add-apt-repository ppa:nginx/stable
apt-get -y update
apt-get -y install nginx
到目前为止,一切似乎都在正常工作。
是这里:service nginx start
我得到以下回应:
* Starting nginx nginx
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
nginx: [emerg] bind() to [::]:80 failed (98: Address already in use)
nginx: [emerg] still could not bind()
我尝试过停止、重新启动和重新加载 nginx,但我无法改变任何东西。任何建议将不胜感激。提前致谢。