【发布时间】:2013-02-04 19:43:11
【问题描述】:
您好,通过 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,但我无法改变任何东西。 任何建议将不胜感激。提前致谢。
【问题讨论】:
标签: nginx ubuntu-10.04 railscasts linode