Hi, I have been moving my home server's app section (virtualhost in Apache) behind an OpenID login, because until now, it was only .htpasswd used on that. OpenID Connect login works well, but i needed to move the Guacamole directory (among others) to a new location (from the / of the virtualhost to a subdir : /apps). And now i found out that the Guacamole only works from the Documentroot/guacamole :D
Relevant config : JkMount /guacamole ajp13_worker #this was working before, and when i change the path to /apps/guacamole, it throws a 404, but that's from the Tomcat #ProxyPass /apps/guacamole http://localhost:8080/guacamole #i get an error 500 with this, maybe from the Apache - and the directory cannot be seen on the directory listing ...the http://serveripaddress:8080/guacamole works well, so no problem with the Guacamole itself. Is there any solution for running Guacamole from a subdirectory? Thanks, Cs. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org For additional commands, e-mail: user-h...@guacamole.apache.org