[Puppet Users] Re: Foreman under Passenger

2010-06-08 Thread CraftyTech
I installed foreman from source, and run it from directory /apps. Hence my DocumentRoot is /apps/foreman/public. Since I'm running centos 5.4, I just created a symlink in /var/www/html/foreman to point to my DocumentRoot. I then used this symlink in the /etc/httpd/conf.d/ foreman.conf as the docu

[Puppet Users] Re: foreman under passenger

2009-09-25 Thread Matt
I'll give that a bash and see if it stops the kickstart clients getting a 500. Thanks, Matt 2009/9/25 Ohad Levy : > Hi Matt, > > Sicne foreman is a rails app, you dont need the config.ru (its only rack > applications which require it). > > if you have passenger enabled somehwere in you apache c

[Puppet Users] Re: foreman under passenger

2009-09-24 Thread Ohad Levy
Hi Matt, Sicne foreman is a rails app, you dont need the config.ru (its only rack applications which require it). if you have passenger enabled somehwere in you apache conf, all you need is something like: ServerName foreman.mydomain DocumentRoot /var/rails/foreman/public/ Cheers, Ohad