• Showing Page History #100053

AmazonLinuxへ戻る

Amazon Linux への Apache Passenger のインストール

まず、gem コマンドで passenger をインストールします。

  1. gem install passenger

passenger のインストール結果

  1. Fetching: daemon_controller-1.2.0.gem (100%)
  2. Successfully installed daemon_controller-1.2.0
  3. Fetching: passenger-4.0.53.gem (100%)
  4. Building native extensions. This could take a while...
  5. Successfully installed passenger-4.0.53
  6. Parsing documentation for daemon_controller-1.2.0
  7. Installing ri documentation for daemon_controller-1.2.0
  8. Parsing documentation for passenger-4.0.53
  9. Installing ri documentation for passenger-4.0.53
  10. Done installing documentation for daemon_controller, passenger after 5 seconds
  11. 2 gems installed

passenger apache2 モジュールのインストール

次に、passenger の apache2 モジュールをインストールします。

  1. sudo passenger-install-apache2-module