Search found 1 match

by LeiNaD_87
Wed Nov 17, 2010 11:27 pm
Forum: Web Interface
Topic: how to redirect Transmission 1.34 to port 80?
Replies: 28
Views: 174464

Re: how to redirect Transmission 1.34 to port 80?

This is part of my apache2 config...

I had a problem with /transmission/rpc so... I had added a new proxypass...
<Proxy *>
Order Allow,Deny
Allow from all
AuthType Basic
AuthName Transmission
AuthUserFile /etc/apache2/passwd/passwords
Require user leinad87
</Proxy>

Redirect permanent ...