Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Passenger is installed in one place and apache configs are point to another causing apache to not startup. #20

Open
akshah123 opened this issue Feb 1, 2013 · 0 comments

Comments

@akshah123
Copy link

I kept the default settings for chef-rvm and chef-rvm_passenger. It seems that passenger's apache file is installed under the global gems here:

vagrant@precise64:~$ locate mod_passenger.so
/usr/local/rvm/gems/ruby-1.9.3-p194@global/gems/passenger-3.0.19/ext/apache2/mod_passenger.so

However, apache config points to @Passenger

vagrant@precise64:~$ cat /etc/apache2/mods-enabled/passenger.conf 
#
# Generated by Chef for precise64.localdomain
# Local modifications will be overwritten.
#
PassengerRoot /usr/local/rvm/gems/ruby-1.9.3-p194@passenger/gems/passenger-3.0.19
PassengerRuby /usr/local/rvm/wrappers/ruby-1.9.3-p194@passenger/ruby
vagrant@precise64:~$ cat /etc/apache2/mods-enabled/passenger.load 
#
# Generated by Chef for precise64.localdomain
# Local modifications will be overwritten.
#
LoadModule passenger_module /usr/local/rvm/gems/ruby-1.9.3-p194@passenger/gems/passenger-3.0.19/ext/apache2/mod_passenger.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant