You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have installed PuppetDB and puppetboard on the same server, with a separate master. PuppetDB is running and I am able to get to the PuppetDB dashboard at localhost:8080. Trying to get to puppetboard from my browser I receive the following error:
_Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at [no address given] to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log._
Below are the settings I have configured. Any help would be appreciated!
node 'puppetdb.mydomain.com' {
class { 'puppetdb::database::postgresql': }
class { 'puppetdb::server': }
class { 'apache': }
class { 'apache::mod::wsgi': }
class { 'puppetboard':
manage_git => true,
manage_virtualenv => true
}
class { 'puppetboard::apache::vhost':
vhost_name => 'puppetdb.mydomain.com',
port => 8888
}
}
And here is what the apache conf file it created looks like
# ************************************# Vhost template in module puppetlabs-apache# Managed by Puppet# ************************************#
<VirtualHost *:8888>
ServerName puppetdb.mydomain.com
## Vhost docrootDocumentRoot"/srv/puppetboard/puppetboard"## Directories, there should at least be a declaration for /srv/puppetboard/puppetboard
<Directory "/srv/puppetboard/puppetboard">
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Require all granted
</Directory>
## LoggingErrorLog"/var/log/apache2/puppetdb.mydomain.com_error.log"ServerSignature Off
CustomLog"/var/log/apache2/puppetdb.mydomain.com_access.log" combined
## WSGI configurationWSGIDaemonProcess puppetboard group=puppetboard threads=5 user=puppetboard
WSGIProcessGroup puppetboard
WSGIScriptAlias / "/srv/puppetboard/puppetboard/wsgi.py"
</VirtualHost>
I have installed PuppetDB and puppetboard on the same server, with a separate master. PuppetDB is running and I am able to get to the PuppetDB dashboard at localhost:8080. Trying to get to puppetboard from my browser I receive the following error:
_Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at [no address given] to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log._
Below are the settings I have configured. Any help would be appreciated!
And here is what the apache conf file it created looks like
Apache error.log
The text was updated successfully, but these errors were encountered: