Search found 5 matches

by markymarknz
Wed Nov 16, 2011 3:10 am
Forum: Support
Topic: transmission-remote fails for multiple daemons since 2.4x
Replies: 10
Views: 19226

Re: transmission-remote fails for multiple daemons since 2.4

Further information ...

Looking at the debug information it appears that transmission-remote picks up the use of an alternative port e.g. 9092, but then seems to hardcode the RPC url to http://localhost:9092/transmission/rpc

i.e. it seems to ignore any alternative URL settings specified e.g ...
by markymarknz
Wed Nov 16, 2011 2:17 am
Forum: Support
Topic: transmission-remote fails for multiple daemons since 2.4x
Replies: 10
Views: 19226

Re: transmission-remote fails for multiple daemons since 2.4

Hi rb07,

Thanks for your reply.
I already have the "rpc-url" field updated as the following, but still doesn't work:
"rpc-url": "/subsite1/transmission/"

As mentioned it was working well in previous versions.

Thanks for your help.
by markymarknz
Wed Nov 16, 2011 1:44 am
Forum: Support
Topic: transmission-remote fails for multiple daemons since 2.4x
Replies: 10
Views: 19226

transmission-remote fails for multiple daemons since 2.4x

I have been running multiple instances of transmission-daemon for a while now as mentioned in this post:
https://forum.transmissionbt.com/viewtopic.php?f=8&t=12092

The web inteface works nicely for each instance and downloads work fine, however transmission-remote no longer works except on the ...
by markymarknz
Sun Aug 28, 2011 8:53 am
Forum: Web Interface
Topic: ** SOLVED ** Help with multiple daemons
Replies: 1
Views: 9303

Re: ** SOLVED ** Help with multiple daemons

I've worked out how to do this, so I thought I would post what needed to be done incase anyone else wanted to do the same thing.
I fixed the web interface by:
1. Updating to the latest version of transmission-daemon with the ppa
2. In the settings.json file for the second daemon updating the "rpc ...
by markymarknz
Fri Aug 26, 2011 8:37 am
Forum: Web Interface
Topic: ** SOLVED ** Help with multiple daemons
Replies: 1
Views: 9303

** SOLVED ** Help with multiple daemons

I currently have a web interface running which works nicely redirecting traffic to HTTPS with nginx.

Browsing to http://example.com redirects to https://example.com/transmisson/web and the web interface works as expected.
Browsing to http://example.com/subsite redirects to https://example.com ...