[Puppet Users] Re: Puppet dashboard over passenger: The environment must be purely alphanumeric, not ''

2012-11-19 Thread Eric Sorenson
Hi Andrew, sorry I wasn't clear -- The config.ru is probably fine, the problem is more likely in the Apache configuration (usually in /etc/httpd/conf.d/) that sets up the two virtual hosts (One for the puppetmaster and the other for Dashboard). There might be an overlapping virtualhost

[Puppet Users] Re: Puppet dashboard over passenger: The environment must be purely alphanumeric, not ''

2012-11-16 Thread Andrew Gooding
This is the config.ru file that I have inside the folder /usr/share/puppet-dashboard : # a config.ru, for use with every rack-compatible webserver. # SSL needs to be handled outside this, though. # if puppet is not in your RUBYLIB: # $LOAD_PATH.unshift('/opt/puppet/lib') $0 = master # if you

[Puppet Users] Re: Puppet dashboard over passenger: The environment must be purely alphanumeric, not ''

2012-10-18 Thread Eric Sorenson
Hi andrew, that error is one that comes from the puppet master process itself when you connect to it with a regular HTTP client. So it looks like your apache virtualhost setup is pointing connections to that port/host at the puppetmaster config.ru, not dashboard. Does that help track down the