Re: Best/Cheapest Host
Yes, actually I did all that (supposedly), When I finished installation there was a message that said it was correct. Is there a way to verify it?
Anyways, I'm puzzled because I noticed in some questions related to my problem that some people mention a file named: passenger.conf that's supposed to be in: /etc/apache2/mods-enabled/ yet I don't have it. That file contains this commands:
LoadModule passenger_module /home/jose/.rvm/gems/ruby-1.9.2-p136/gems/passenger-3.0.6/ext/apache2/mod_passenger.so
PassengerRoot /home/jose/.rvm/gems/ruby-1.9.2-p136/gems/passenger-3.0.6
PassengerRuby /home/jose/.rvm/wrappers/ruby-1.9.2-p136/rubyI have that code in a file named: phusion.conf located at: /etc/apache2/. I read in a guide that it is a good idea to create such file instead of putting that code above inside httpd.conf. I'm making my best guess here and I think that's probably the source of my current problem.
Let me know what you think !
Thank you.