Issue #3217 has been updated by Gary Larizza.

I'm running Dashboard on OS X 10.5.8 Server, so YMMV.  Here's what I needed to 
do to get it running for me:

Passenger Version 2.2.11
Rack Version 1.1.0

Here's my passenger.conf file
------------------


PassengerHighPerformance on
PassengerMaxPoolSize 12
PassengerPoolIdleTime 1500
PassengerStatThrottleRate 120
RailsAutoDetect On
RailsEnv development

Listen 8080

<VirtualHost *:8080>
        ServerName testing.huronhs.com
        DocumentRoot /etc/puppet-dashboard/public/
        <Directory /etc/puppet-dashboard/public/>
                Options None
                AllowOverride AuthConfig
                Order allow,deny
                allow from all
        </Directory>
  ErrorLog /var/log/apache2/dashboard.example.com_error.log
  LogLevel warn
  CustomLog /var/log/apache2/dashboard.example.com_access.log combined
  ServerSignature On
  RailsDefaultUser _www
</VirtualHost>

---------------EOF-----------

Of note, I needed to set the RailsDefaultUser as well as RailsEnv to remove the 
error I listed above.  Without setting RailsEnv, I got the 500.html error.  
Without setting RailsDefaultUser, I got the 'bignum too big....' error.  You 
might want to experiment with this, but on all my Puppetmasters (also 10.5.8 
Servers) I need to set those variables.
----------------------------------------
Feature #3217: Ship a config.ru file for running Puppet-Dashboard under 
Passenger.
http://projects.puppetlabs.com/issues/3217

Author: Nigel Kersten
Status: Needs more information
Priority: Normal
Assigned to: Jeff McCune
Category: 
Target version: 1.2
Keywords: 
Branch: 
Affected URL: 


If I have time I'll poke around and try to get one together, but it would be 
awesome if puppet-dashboard came with a simple dropin config.ru file for 
Passenger support so we could ditch webrick....


-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" 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-bugs?hl=en.

Reply via email to