Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
外部サーバーで Ruby on Rails アプリケーションを実行するために、Apache でポート 80 ではなくポート 3000 を使用するようにするにはどうすればよいですか?
httpd.confFind the 行を編集Listen 80し、80 を使用するポートに変更します。
httpd.conf
Listen 80
Apacheを再起動することを忘れないでください。
サーバーのバージョン: Apache/2.2.22 (Debian) サーバーのビルド: 2014 年 2 月 1 日 21:26:04 /etc/apache2 ディレクトリに ports.conf という名前のファイルがあり、そこからリッスン ポートを変更できます。