Displaying 1 result from an estimated 1 matches for "apassenger".
Did you mean:
  passenger
  
2012 Jun 12
1
Dashboard with RackbaseURI / and RailsAutoDetect off
...tion class:*
    Errno::ENOENT
*Application root:*
    /usr/share/puppet-dashboard 
If I take out the RackBaseURI statement and return the RailsAutoDetect to 
on, Everything works, though we want to know if its possible without the 
RailsAutoDetect.
Below are copies of the configs when it fails
*APassenger.conf *
 
> # you probably want to tune these settings
>
>
>    LoadModule passenger_module 
> /usr/lib/ruby/gems/1.8/gems/passenger-3.0.12/ext/apache2/mod_passenger.so
>    PassengerRoot /usr/lib/ruby/gems/1.8/gems/passenger-3.0.12
>    PassengerRuby /usr/bin/ruby
>
>...