I suggest you go through the module, esp http://github.com/ohadlevy/puppet-foreman/blob/master/foreman/manifests/passenger.pp
make sure that config/environment.rb file is own by the user that runs foreman (e.g. foreman). getting a blank page from passenger on rails app, usually means permissions error to access the database. Ohad On Tue, Jun 8, 2010 at 11:47 PM, CraftyTech <[email protected]> wrote: > This is how I have it: > > <VirtualHost *:80> > ServerName hostname > DocumentRoot /installDir/foreman/public > RailsBaseURI /foreman > </VirtualHost> > > When I restart apache, the page comes back blank. Is there any > permissions issues I should be aware of? Should I make the directory > owned by apache? > > Thanks, > > Henry > > -- > You received this message because you are subscribed to the Google Groups > "Puppet Users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<puppet-users%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/puppet-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Puppet Users" 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/puppet-users?hl=en.
