Hi @johnc7,
If you want to access the application using /guacamole, please edit the <Location />
block in the /opt/bitnami/apache/conf/vhosts/guacamole-https-vhost.conf
file to look like this
<Location /guacamole>
Order allow,deny
Allow from all
ProxyPass http://localhost:8080/guacamole flushpackets=on
ProxyPassReverse http://localhost:8080/guacamole
ProxyPassReverseCookiePath /guacamole /guacamole
</Location>
and restart Apache
sudo /opt/bitnami/ctlscript.sh restart apache
Happy to help!
Was my answer helpful? Click on 