Jump to content

Problems with IE7


endeler

Recommended Posts

Sorry for doubleposting, but I thought this could be worth a separate thread.

The proxied access to utorrent webui seems to be a tough one according to many posts in this forum. I am struggling as well in order to get my webui to work. I have an apache that forwards the requests to the utorrent client. I want to access for example torrent.domain.com, which then gets forwarded to internal:port/gui. This is a quiet easy one in apache:

--

RewriteEngine On

RewriteRule ^/$ /gui [R]

AddDefaultCharset Off

ProxyPass /gui http://internal:port/gui

ProxyPassReverse /gui http://internal:port/gui

--

While everything works fine with Firefox, IE7 brings up the page "loading..." followed by a popup "The request to uTorrent has timed out". I followed all your advice in all the different threads and still need your help in order to get that to work in IE7. I love the interface by the way; amazing work!!! Thanks for any help!!

Link to comment
Share on other sites

  • 2 weeks later...

I have a machine running IE7, i too am also using Apache2 as a reverse proxy, eg: bt.mydomain.tld, and when i go to 'http://bt.mydomain.tld/gui' it asks me for my username and password, i give it that, and then it just comes up with 'loading' and never leaves that.

Apparently there are javascript errors (well, 1 error that IE7 reports), located on:

line 2

char 45774

Error: Object expected

Code 0

url: http://bt.mydomain.tld/gui

line 2

char 12823

Error: Object expected

Code 0

url: http://bt.mydomain.tld/gui

if i go to ?list=1 i just get a 502 proxy error :(

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...