Displaying 3 results from an estimated 3 matches for "com_access".
Did you mean:
  _m_access
  
2012 Mar 09
6
Puppet Dashboard - Directory Index Forbidden
...shboard/public/>
>                 Options None
>                 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>
The only thing I can think of is that I had connected via IP Address, not 
FQDN. So I''ve updated DNS but unfortunately I don''t have control over my 
employer''s resolvers. Thus I have to wait until the cach...
2010 Aug 20
5
puppet dashboard gui looks odd from apache2
...pet-dashboard/public/>
		Options +Indexes
                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
</VirtualHost>
so apache2 starts fine for puppet (port 8140) and for
puppet-dashboard(port 9000)
tcp        0      0 0.0.0.0:9000            0.0.0.0:*
LISTEN      7448/apache2
tcp        0      0 0.0.0.0:8140            0.0.0.0:*
LISTEN      7448/apache2...
2012 Jul 10
19
problem using apache & passenger to run dashboard
Hi,
My puppetmaster is running through apache, and now I am setting up
dashboard to be run by apache too.
I followed docs in
http://docs.puppetlabs.com/dashboard/manual/1.2/bootstrapping.html#starting-and-managing-delayed-job-workers,
but after I restarted httpd, I see a apache welcome page.
I set documentroot to be:
        DocumentRoot /usr/share/puppet-dashboard/public/