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
Hi there!
Everything is working fine except that I'm unable to set up an Apache proxy.
I would like to do so to be able to put a ssl certificate on Shinken webui.
I've tried to change the apache original file or even add virtual host but still having troubles.
Virtualhost looked something like this:
`
ServerName shinken.tld
ProxyRequests Off
ProxyPreserveHost On
ProxyVia On
<Proxy *>
Order allow,deny
Allow from all
</Proxy>
ProxyPass / http://shinkenIP:8082/
ProxyPassReverse / http://shinkenIP:8082/
RewriteEngine on
RewriteRule /webui[/]?$ /webui/dashboard/ [R=permanent]
CustomLog ${APACHE_LOG_DIR}/access_shinken.log combined
ErrorLog ${APACHE_LOG_DIR}/error_shinken.log
SSLEngine on
SSLCertificateFile path/to/certfile
SSLCertificateKeyFile path/to/keyfile
ProxyRequests On
ProxyPreserveHost Off
`
Any idea ?
The text was updated successfully, but these errors were encountered:
Hi there!
Everything is working fine except that I'm unable to set up an Apache proxy.
I would like to do so to be able to put a ssl certificate on Shinken webui.
I've tried to change the apache original file or even add virtual host but still having troubles.
Virtualhost looked something like this:
`
ServerName shinken.tld
`
Any idea ?
The text was updated successfully, but these errors were encountered: