On Wed, Sep 14, 2011 at 11:30 PM, Ashwin N <ashy.n...@gmail.com> 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 /
>         <Directory /etc/puppet/rack/>
>                 Options None
>                 AllowOverride None
>                 Order allow,deny
>                 allow from all
>         </Directory>

Yep I have this in my configuration:

DocumentRoot /etc/puppet/rack/puppetmaster/public/
<Directory /etc/puppet/rack/puppetmaster/>
    Options None
    AllowOverride None
    Order allow,deny
    allow from all
</Directory>

Is there something I'm suppose to be putting in these directories?
Ultimately following error messages I created directories and an empty
file: 
/etc/puppet/rack/puppetmaster/public/production/catalog/puppet2.example.com.
 Is there suppose to be something put in puppet2.example.com?
Thanks,

-- 
Kent Brede
http://gplus.to/kbrede
http://sandhillsnaps.com/
http://aphotoaday.sandhillsnaps.org/
http://www.pentaxphotogallery.com/kentonbrede

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to