Search found 2 matches
- Fri Oct 30, 2015 2:50 pm
- Forum: Installation and Setup
- Topic: How to configure Apache mod_proxy for use with TSPlus
- Replies: 5
- Views: 13191
Re: How to configure Apache mod_proxy for use with TSPlus
Thank you very much for your reply! :) I've changed settings.js file for the HTML5 client and added the lines for wstunnel in default-ssl.conf, but it doesn't work. :-( The HTML 5 Clients now tries to connect with websocket first, but seems to get a timeout. After that the client tries a connection ...
- Thu Oct 29, 2015 9:27 am
- Forum: Installation and Setup
- Topic: How to configure Apache mod_proxy for use with TSPlus
- Replies: 5
- Views: 13191
How to configure Apache mod_proxy for use with TSPlus
Hi! We want to use TSPlus behind an Apache 2.4 web-server with mod_proxy enabled. This is what we set in our Apache default-ssl.conf for our TSPlus host: <VirtualHost *:443> ServerName tsplus.mydomain.com Redirect / https://tsplus.mydomain.com/ ProxyRequests off ProxyPreserveHost on ProxyPass / http...