You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@guacamole.apache.org by bsavard <bs...@zmartests.com> on 2017/03/08 20:23:01 UTC

Re: Proxy WebApp Problems

I'm not an expert but I think your httpd.conf directive should look like this
(and without comments #):

<Location /guacamole/>
    Order allow,deny
    Allow from all
    ProxyPass http://127.0.0.1:8080/guacamole/ flushpackets=on
    ProxyPassReverse http://127.0.0.1:8080/guacamole/
</Location>

<Location /guacamole/websocket-tunnel>
    Order allow,deny
    Allow from all
    ProxyPass ws://127.0.0.1:8080/guacamole/websocket-tunnel
    ProxyPassReverse ws://127.0.0.1:8080/guacamole/websocket-tunnel
</Location>




--
View this message in context: http://apache-guacamole-incubating-users.2363388.n4.nabble.com/Proxy-WebApp-Problems-tp513p529.html
Sent from the Apache Guacamole (incubating) - Users mailing list archive at Nabble.com.