Search found 1 match

by JoKeR
Fri Aug 13, 2010 3:06 pm
Forum: Web Interface
Topic: Error 409: Web UI and Apache
Replies: 24
Views: 103634

Re: Error 409: Web UI and Apache

Apache:

RewriteEngine on
RewriteRule ^/mydaemon/(.*) http://127.0.0.1:9091/transmission/web/$1 [P]
RewriteRule ^/transmission(.*) http://127.0.0.1:9091/transmission$1 [P]

new transmission address -> http(s)://www.address.com/mydaemon/
AUTH is used from transmission settings(!). nothing more.