"httpd.conf (usually located at /etc/httpd/conf/httpd.conf) Apache LoadModule gets all out of whack when you update Ruby or passenger versions.
Near the bottom of a correctly configured file, you'll see a section which might say something like this:
LoadModule passenger_module /usr/local/rvm/gems/ruby-2.1.2/gems/passenger- 4.0.48/buildout/apache2/mod_passenger.so
<IfModule mod_passenger.c>
PassengerRoot /usr/local/rvm/gems/ruby-2.1.2/gems/passenger-4.0.48
PassengerDefaultRuby /usr/local/rvm/gems/ruby-2.1.2/wrappers/ruby
Change the LoadModule making sure to update ruby-2.X.X and passenger-X.X.X. You'll have to update Passenger's dependencies as well, "
saw this
"httpd.conf (usually located at /etc/httpd/conf/httpd.conf) Apache LoadModule gets all out of whack when you update Ruby or passenger versions.
Near the bottom of a correctly configured file, you'll see a section which might say something like this:
LoadModule passenger_module /usr/local/rvm/gems/ruby-2.1.2/gems/passenger- 4.0.48/buildout/apache2/mod_passenger.so
<IfModule mod_passenger.c>
PassengerRoot /usr/local/rvm/gems/ruby-2.1.2/gems/pas... more