Jump to content

How to change default URL Path("../gui/index.html")


mrtukkae

Recommended Posts

Hi Firon the Admin, Hi Lord Alderaan,

Thank you a lot for the replies ;)

I have come to the last process to modify the default path in webui.zip already. But it seem doesn't work as following in that post.

I have got a lot of utorrent users in one SV, and need to setup internally different webUI port. Then let Apache tunnel outside under HTTP(80).

LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_connect_module modules/mod_proxy_connect.so
LoadModule proxy_http_module modules/mod_proxy_http.so

ProxyRequests off

;//http://www.sample-site.com/gui/ <<<bypass & working perfecting
ProxyPass /gui/ http://localhost:8086/gui/
ProxyPassReverse /gui/ http://localhost:8086/gui/

;//http://www.sample-site.com/mrtukkae/ <<<this doesn't work, even replace every '/gui' with '/mrtukkae' on *.js in webui.zip
ProxyPass /mrtukkae/ http://localhost:8087/mrtukkae/
ProxyPassReverse /mrtukkae/ http://localhost:8087/mrtukkae/

I have replaced '/gui' with '/mrtukkae' in webui.js only. Is this correct? Anything missing?

Can you kindly help me out?

Million Thanks in advance,

Best Regards,

mrtukkae

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...