Hi,

You are not giving enough information, however, I have installed
passenger little time ago, If you "...installed phusion passenger with
no problem...." the only thing that could be wrong is your passenger
configuration:

1- Have you edited your http.conf file, and added the lines that
passenger installed gives you? your http.conf file have to look
something like this:

...
...
LoadModule passenger_module /usr/lib/ruby/gems/1.8/gems/
passenger-2.0.3/ext/apache2/mod_passenger.so
PassengerRoot /usr/lib/ruby/gems/1.8/gems/passenger-2.0.3
PassengerRuby /usr/bin/ruby

<VirtualHost 69.74.161.173:80 *>
    ServerName www.mydomain.com
    DocumentRoot /home/user/public_html/railsapp/public
</VirtualHost>

NOTE: The "loadModule" line must be at the begining of your http.conf
file

2- The "ServerName" and "DocumentRoot" values are right?

3- Have you restarted apache?

4- If you are working with your local machine(localhost), you must
consider to configure the vhost file too. Here are som info(it is for
mac but will give you an idea 
http://mark-kirby.co.uk/2008/setting-up-virtual-hosts-on-os-x-leopard/)

Please check, all this info, and verify that all are correct.

regards
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to