It turns out that the instructions for deploying a site with
passenger are different for Dreamhost. You have to enable Passenger in
a domain management panel and then FTP your application. However,
Dreamhost admits that their process of deploying and starting up a
Rails application does not fully work... I get a Passenger error
message when I go to my site's url: www.pwrpop.com
and I don't know what steps to take to fix the problem.

On Jun 10, 3:31 am, Matthew MacLeod <m...@theskinny.co.uk> wrote:
> What do your Apache logs say when you restart the server? You should
> see a line similar to:
>
> [notice] Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.7l DAV/2
> Phusion_Passenger/2.2.2 configured -- resuming normal operations
>
> -Matt
>
> On Jun 10, 4:33 am, Calvin <cstephe...@gmail.com> wrote:
>
>
>
> > Yes- the LoadModule, PassengerRoot and PassengerRuby lines are in my
> > apache conf file.
>
> > On Jun 9, 7:39 pm, John Yerhot <joyer...@gmail.com> wrote:
>
> > > Just throwing the obvious out there since you didn't specify if you
> > > did it or not:
>
> > > The LoadModule, PassengerRoot, and PassengerRuby lines are in your
> > > apache conf file right?  If not, that's your problem.
>
> > > On Jun 9, 7:38 pm, Calvin <cstephe...@gmail.com> wrote:
>
> > > >   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>
> > > >       ServerNamewww.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 fromwww.blah.comtothenameof 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- Hide quoted text -
>
> > > - Show quoted text -- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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 rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to