Search found 3 matches

by DivinityCycle
Wed May 23, 2012 10:14 pm
Forum: Web Interface
Topic: Error 409: Web UI and Apache
Replies: 24
Views: 103621

Re: Error 409: Web UI and Apache

I take it back, I am now having some weird issues.
the RPC URL is not accessible and is throwing up "Your request had an invalid session-id header." messages, even when connecting directly to it (no proxy involved). I am at a loss.
by DivinityCycle
Wed May 23, 2012 5:20 am
Forum: Web Interface
Topic: Error 409: Web UI and Apache
Replies: 24
Views: 103621

Re: Error 409: Web UI and Apache

Must have been something else in my Apache config causing a conflict.
With RPC Auth disabled in transmission-daemon, this is all I needed to get Transmission working via proxy:

ProxyRequests Off
<Proxy *>
Order Allow,Deny
Allow from all
</Proxy>

ProxyPass /transmission http://localhost:9091 ...
by DivinityCycle
Fri May 18, 2012 10:23 pm
Forum: Web Interface
Topic: Error 409: Web UI and Apache
Replies: 24
Views: 103621

Re: Error 409: Web UI and Apache

I had successfully been using transmission-daemon via Apache reverse proxy in the past, but on my most recent setup & configuration, I am running into problems.
I am running transmission-daemon 2.33 (12565) on a headless Ubuntu Server 11.10 box. I'm running Apache 2.2.20, and successfully proxying ...