Jump to content

Removing the gui from URL path?


StarWolf

Recommended Posts

  • 4 weeks later...

You could proxy using Apache http://forum.utorrent.com/viewtopic.php?pid=215043#p215043

Might be an idea to allow this in the future (hosting on the root of the alternative port and forcing the tracker to stay on the µtorrent port) but both µtorrent (developed by BitTorrent Inc.) and the webui.zip (developed by Directrix) would have to be changed to make this posible.

And developement of the webui.zip is currently at a standstill.

Link to comment
Share on other sites

Thank you everyone for your help. I hope to see an improvement in the webui, but for now I have found a workaround using apache. Here is the code from proxy.conf if anyone is interested:

<Location utorrent.example.com>

ProxyPass http://INTERNAL_IP:PORT/gui

ProxyPassReverse http://INTERNAL_IP:PORT/gui

</Location>

<Location /gui>

ProxyPass http://INTERNAL_IP:PORT/gui

ProxyPassReverse http://INTERNAL_IP:PORT/gui

</Location>

The second location is necessary in order to work with webui in its current state.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...