Re: [Puppet Users] Re: problem using apache & passenger to run dashboard

2014-01-14 Thread Anh Lê Vũ
Dear Hai I got the exactly same problem and I have no experience in Passenger too I use passenger-4.0.33 and when I try to move the "RailsAutoDetect On" into the virtualhost i got the following error *Invalid command 'RailsAutoDetect', perhaps misspelled or defined by a module not included i

Re: [Puppet Users] Re: problem using apache & passenger to run dashboard

2012-07-24 Thread Hai Tao
I have figured it out. Simply move "RailsAutoDetect On" into the virtualhost block will resolve the issue. Basically, their example should be fixed the same way. On Tue, Jul 24, 2012 at 11:30 AM, banjer wrote: > I'm having the same exact problem trying to get Apache to serve puppet > dashboard

Re: [Puppet Users] Re: problem using apache & passenger to run dashboard

2012-07-24 Thread banjer
And 2 minutes after I posted this, I got it working :). It was indeed the RailsAutoDetect. I commented it out and set RailsBaseURI to /. Like this: #RailsAutoDetect On RailsBaseURI / Listen 3000 ...snip... Hai, hope this works for you! On Tuesday, July 24, 2012 2:30:46 PM UTC

Re: [Puppet Users] Re: problem using apache & passenger to run dashboard

2012-07-24 Thread banjer
I'm having the same exact problem trying to get Apache to serve puppet dashboard on CentOS 6.3. Apache is set up to serve my puppet master, and the puppetmaster is configured and working just fine. I get this in the apache error log: Directory index forbidden by Options directive: /usr/sha

Re: [Puppet Users] Re: problem using apache & passenger to run dashboard

2012-07-19 Thread Hai Tao
Can someone help me in this forum? On Thu, Jul 12, 2012 at 4:42 PM, Hai Tao wrote: > that is almost exactly what I have , except I put the mod_passenger.so > to /var/lib instead of /var/lib64. > >LoadModule passenger_module > /usr/lib/ruby/gems/1.8/gems/passenger-3.0.13/ext/apache2/mod_passen

Re: [Puppet Users] Re: problem using apache & passenger to run dashboard

2012-07-12 Thread Hai Tao
that is almost exactly what I have , except I put the mod_passenger.so to /var/lib instead of /var/lib64. LoadModule passenger_module /usr/lib/ruby/gems/1.8/gems/passenger-3.0.13/ext/apache2/mod_passenger.so PassengerRoot /usr/lib/ruby/gems/1.8/gems/passenger-3.0.13 PassengerRuby /usr/bin

[Puppet Users] Re: problem using apache & passenger to run dashboard

2012-07-12 Thread Clay
I'm running puppet dashboard 1.2.9 , just followed document at http://docs.puppetlabs.com/dashboard/manual/1.2/bootstrapping.html#running-dashboard-in-a-production-quality-server , [root@puppet conf.d]# grep -v ^# dashboard-vhost.conf Listen 3000 ServerName puppet.domain.com

Re: [Puppet Users] Re: problem using apache & passenger to run dashboard

2012-07-12 Thread Hai Tao
what version of dashboard you are running? can you provide your httpd configuration for dashboard? Thanks. On Thu, Jul 12, 2012 at 2:50 PM, Clay wrote: > you don't need a config.ru for puppet-dashboard public folder, I just > switched to apache passenger for dashboard, it's working without

[Puppet Users] Re: problem using apache & passenger to run dashboard

2012-07-12 Thread Clay
you don't need a config.ru for puppet-dashboard public folder, I just switched to apache passenger for dashboard, it's working without the config.ru file. -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web