Search found 6 matches

by zike
Sat Feb 02, 2013 8:00 pm
Forum: Web Interface
Topic: Transmission on port 80
Replies: 5
Views: 8626

Re: Transmission on port 80

I have found my error...
I put my proxy settings in /etc/apache2/sites-available/default and not in the file /etc/apache2/mods-availables/proxy.conf.
So I put it in this file and it works.
by zike
Sat Feb 02, 2013 4:34 pm
Forum: Web Interface
Topic: Transmission on port 80
Replies: 5
Views: 8626

Re: Transmission on port 80

Nobody can help me?
by zike
Thu Jan 31, 2013 9:02 pm
Forum: Web Interface
Topic: Transmission on port 80
Replies: 5
Views: 8626

Re: Transmission on port 80

This is my /etc/apache2/sites-available/default


<VirtualHost *:80>
ServerAdmin webmaster@localhost

DocumentRoot /home/server/www
<Directory />
Options FollowSymLinks
AllowOverride All
</Directory>
<Directory /home/server/www>
Options Indexes FollowSymLinks MultiViews
AllowOverride All ...
by zike
Thu Jan 31, 2013 8:51 pm
Forum: Web Interface
Topic: Transmission on port 80
Replies: 5
Views: 8626

Re: Transmission on port 80

Thanks but i saw this post, i have tried but nothing has changed...
by zike
Thu Jan 31, 2013 12:52 pm
Forum: Web Interface
Topic: Transmission on port 80
Replies: 5
Views: 8626

Re: Transmission on port 80

Sans titre.png I tried something.
I have added this in my /etc/apache2/sites-available/default :

ProxyResquests Off
<Proxy *>
order allow,deny
allow from all
</Proxy>

ProxyPass /transmission http://localhost:9091/transmission/web
ProxyPassReverse /transmission http://loclahost:9091 ...
by zike
Thu Jan 31, 2013 10:51 am
Forum: Web Interface
Topic: Transmission on port 80
Replies: 5
Views: 8626

Transmission on port 80

Hi,

I would like to use Transmission on port 80, not on port 9091 (because of university's proxy for example...).
How can I do this ?

Thanks !
Have a good day