Search found 1 match

by lassieee
Tue Oct 15, 2013 7:53 am
Forum: Web Interface
Topic: Error 409: Web UI and Apache
Replies: 24
Views: 103637

Re: Error 409: Web UI and Apache

After some digging I found this:
https://trac.transmissionbt.com/ticket/4014

Basically, what fixed it for me was:

ProxyPass /transmission http://server_ip:9091/transmission/rpc
ProxyPassReverse /transmission http://server_ip:9091/transmission/rpc

I'm running Transmission behind a Apache reversed ...