こんにちは、Ep の Railscast の手順を介して linode をセットアップする際に少し問題があります。#335
このサーバーの私の構成は次のとおりです。 Ubuntu 10.04 LTS ディスク イメージ 32 ビット
私はこれまで得ることができます:
これらの両方を実行すると、期待どおりに動作します。
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 の停止、再起動、リロードを試みましたが、何も変更できません。どんな提案でも大歓迎です。前もって感謝します。