Hi,
I followed the instructions for deploying a site with Passenger from
the screencast that is on the Phusion Passenger site and it didn't
work. I am using Dreamhost to host my site- could the problem be on
their end? Someone suggested that I do:
passenger-install-apache2-module
on my command line but I already did that when I first installed
Passenger and the Passenger Pref pane and I don't understand why you
would have to install the apache2 module again when you want to deploy
a site. Here are the steps I followed:
I added this to my configuration file underneath the Loadmodule text
(the same place Ryan Bates pasted it in the screencast):
<VirtualHost *:80>
ServerName www.blah.com
DocumentRoot /Sites/work/blah/public/
</VirtualHost>
Then I restarted apache:
sudo apachectl graceful
and when I go to my sites url I get a "Index of /" page. Should I
change the name of the server from www.blah.com to the name of my
Dreamhost private server?
I don't know if this is relevant but I am using Mac OSX 10.5.7
Any help would be greatly appreciated.
Thanks for your time,
Calvin
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---