Search found 1 match

by Awesomefireduck
Thu Jan 09, 2014 3:29 am
Forum: Web Interface
Topic: how to redirect Transmission 1.34 to port 80?
Replies: 28
Views: 174490

Re: how to redirect Transmission 1.34 to port 80?

I did it.

this is my config file:
/etc/apache2/sites-enabled/0003-proxy -> ../sites-availible/proxy
you could also paste this in the default


ProxyRequests Off
ProxyPreserveHost On

<Proxy *>
Order allow,deny
Allow from all
RewriteEngine On
</Proxy>

#change IP's and ports as needed (only ...