allow in Apache config (httpd.conf etc.) following modules. LoadModule proxymodule modules/modproxy.so LoadModule proxyhttpmodule modules/modproxyhttp.so LoadModule proxywstunnelmodule modules/modproxywstunnel.so
let's assume you want to access html5 main portal via subfolder "/html5/" As example http://youripor_domain.net/html5/ And Tsplus is installed in intranet on server "intranetxyz" then add to the config (httpd.conf etc.) following
ProxyPass /html5 http://intranetxyz:80 ProxyPassReverse /html5 http://intranetxyz:80
Restart Apache to take changes effect.