Passenger 3 with RVM and Ruby 1.9.2

I am going to install Passenger 3 with Ruby 1.9.2.

I configured RVM with Ruby 1.9.2 - ruby -vreturns 1.9.2 - so far this is good.

Then I installed the passenger pearls again so that it was for RVM.

After that, I run the module-passenger-install-apache2.

But this setup uses ruby ​​1.8.7, although I let RVM use 1.9.2 by default and currently use 1.9.2 with RVM.

How to allow passenger-apache2-script to use 1.9.2 headers and install it in rvm directory?

Your

Jorn.

+3
source share
2 answers

This page may be useful to you.

http://rvm.io/integration/passenger/

+1
source

which passenger-install-apache2-module, . , , shebang ( ) passenger-install-apache2-module .

+1

All Articles