I'd like Apache 2.4 to serve xpra's HTML5 Client.

I tried

<Location "/xpra">
  ProxyPass wss://localhost:14500
  ProxyPassReverse wss://localhost:14500


  ProxyPass http://localhost:14500
  ProxyPassReverse http://localhost:14500
</Location>

the xpra client comes up in the browser, but does not work, also looks
like it does not find its css.

proxy_wstunnel_module is enabled, no error in the Apache log.

Has anybody a working configuration?

I had a look at https://github.com/websockets/ws/issues/893
but this is at / and about ssl.

Thanks,
Juergen
_______________________________________________
shifter-users mailing list
shifter-users@lists.devloop.org.uk
https://lists.devloop.org.uk/mailman/listinfo/shifter-users

Reply via email to