Re: [Puppet Users] Apache/Passenger RHEL6 not working

2011-09-15 Thread Kenton Brede
I finally got this to work with passenger-3.0.7 and rack-1.2.2 by removing a file I'd created in: /etc/puppet/rack/puppetmaster/public/production/catalog/. Now that I know how this works, I'll try using a more current passenger and rack and see if it works. Kent On Thu, Sep 15, 2011 at 1:37 PM,

Re: [Puppet Users] Apache/Passenger RHEL6 not working

2011-09-15 Thread Kenton Brede
On Thu, Sep 15, 2011 at 1:46 PM, Kenton Brede wrote: > On Wed, Sep 14, 2011 at 11:30 PM, Ashwin N wrote: >> Hi >> >> Passenger is a rack application - will run out of httpd . >> >> Have you got anything like the following in your passenger (httpd) >> configuration file: >> >>     DocumentRoot

Re: [Puppet Users] Apache/Passenger RHEL6 not working

2011-09-15 Thread Kenton Brede
On Wed, Sep 14, 2011 at 11:30 PM, Ashwin N wrote: > Hi > > Passenger is a rack application - will run out of httpd . > > Have you got anything like the following in your passenger (httpd) > configuration file: > >     DocumentRoot /etc/puppet/rack/public/ >     RackBaseURI / >     >  

Re: [Puppet Users] Apache/Passenger RHEL6 not working

2011-09-15 Thread Kenton Brede
On Wed, Sep 14, 2011 at 12:33 PM, Gary Larizza wrote: > > > On Wed, Sep 14, 2011 at 11:12 AM, Kenton Brede wrote: >> >> I'm attempting to move from a working puppetmaster setup to >> Apache/Passenger.  I'm following the instructions in the Pro Puppet >> book.  I'm using the epel repo and running

Re: [Puppet Users] Apache/Passenger RHEL6 not working

2011-09-15 Thread Mark Stanislav
Here's a script that should deploy a stack with apache+passenger for you (tested on CentOS 6); https://raw.github.com/mstanislav/Veewee-Definitions/master/CentOS-6_x86_64-PuppetStack/postinstall.sh Maybe you can take a look at the steps and see if there's something you're missing. Hope it helps!

[Puppet Users] Apache/Passenger RHEL6 not working

2011-09-15 Thread Ashwin N
Hi Passenger is a rack application - will run out of httpd . Have you got anything like the following in your passenger (httpd) configuration file: DocumentRoot /etc/puppet/rack/public/ RackBaseURI / Options None AllowOverride None

Re: [Puppet Users] Apache/Passenger RHEL6 not working

2011-09-14 Thread Gary Larizza
On Wed, Sep 14, 2011 at 11:12 AM, Kenton Brede wrote: > I'm attempting to move from a working puppetmaster setup to > Apache/Passenger. I'm following the instructions in the Pro Puppet > book. I'm using the epel repo and running puppet 2.6.6. Passenger > version 3.0.9 from the stealthymonkeys

[Puppet Users] Apache/Passenger RHEL6 not working

2011-09-14 Thread Kenton Brede
I'm attempting to move from a working puppetmaster setup to Apache/Passenger. I'm following the instructions in the Pro Puppet book. I'm using the epel repo and running puppet 2.6.6. Passenger version 3.0.9 from the stealthymonkeys repo. Running "puppetd -t -d" doesn't seem to tell me anything