Thanks, however this still doesn't work.

>From error log:
[Mon Mar 19 12:29:00 2012] [error] [client X.X.X.X] Directory index 
forbidden by Options directive: /usr/share/puppet-dashboard/public/

And the current apache configuration:

root:~# cat /etc/apache2/sites-enabled/010-dashboard.conf 
# UPDATE THESE PATHS TO SUIT YOUR ENVIRONMENT
LoadModule passenger_module 
/var/lib/gems/1.8/gems/passenger-2.2.11/ext/apache2/mod_passenger.so
#PassengerRoot /var/lib/gems/1.8/gems/passenger-2.2.11
PassengerRoot /usr/lib/phusion_passenger
PassengerRuby /usr/bin/ruby

# you may want to tune these settings
PassengerHighPerformance on
PassengerMaxPoolSize 12
PassengerPoolIdleTime 1500
# PassengerMaxRequests 1000
PassengerStatThrottleRate 120
RailsAutoDetect On

<VirtualHost *:3000>
        ServerName X.X.X
                ServerAlias X.X.X.X
        DocumentRoot /usr/share/puppet-dashboard/public/
                RailsBaseURI /
                SetEnv Rails_ENV production
                PassengerEnabled on
        <Directory /usr/share/puppet-dashboard/public/>
                Options -MultiViews -Indexes FollowSymLinks
                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
</VirtualHost>


-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/puppet-users/-/fgfDMT0_1xMJ.
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-users?hl=en.

Reply via email to