I caught this in developer mode yesterday. My settings were pulled from the
chapter 4 documentation which has a type-o. Below is under apache in chapter
4.
Proxying the WebSocket tunnel
Apache will not automatically proxy WebSocket connections, but you can proxy
them separately with Apache 2.4.5 and later using mod_proxy_wstunnel. After
enabling mod_proxy_wstunnel a secondary Location section can be added which
explicitly proxies the Guacamole WebSocket tunnel, located at
/guacamole/websocket-tunnel:
<Location /guacamole/websocket-tunnel>
Order allow,deny
Allow from all
ProxyPass ws://HOSTNAME:8080/guacamole/websocket-tunnel
ProxyPassReverse ws://HOSTNAME:8080/guacamole/websocket-tunnel
</Location>
Next on my list is getting the remote host to log correctly when using the
proxy server. Currently it is logging the IP of the sever not the connecting
host when using the proxy. I'll create another post if i can't figure it
out.
Thank you for your help and work on this project.
Paul
Thanks fo ryour help
--
Sent from:
http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]