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,
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
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 /
>
>
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
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!
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
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
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