I have been trying to find the config file for WSX in hopes that I can use Apache2 and proxypass the page (localhost:8888).
My thoughts/plans will allow me to access the WSX page at:
server/wsx instead of server:8888
Using a simple proxypass & proxypassreverse does not work, I assume either due to the location of wsx server space, or because there isn't enough information/parameters in the config file to allow it to update.
Current config file for the wsx location in apache:
<Location /wsx/>
ProxyPass http://127.0.0.1:8888/
ProxyPassReverse http://127.0.0.1:8888/
ProxyPassReverseCookieDomain 127.0.0.1 %{HTTP:Host}
ProxyPassReverseCookiePath / /wsx/
</Location>
With this result, I get a blank page. Which I am hoping is where someone could help me resolve.