A
A
alex stephen2015-02-12 15:55:57
linux
alex stephen, 2015-02-12 15:55:57

How to set up a debian torrent client to the desired host from port 80?

Hello.
In general, there is a server on which several virtual hosts (subdomains of one domain) are created in Apache.
I would like to be able to connect to a torrent downloader (Transmission, or rTorrent) according to the same principle.
those. torrent.example.com:80 so that it leads exactly to the web-gui of the torrent downloader... How to do it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Stanislav Fateev, 2015-02-12
@berezuev

Configure a forward and reverse proxy from the desired virtual host to the port on which the torrent download hangs.
For example like this:

ProxyPass / http://localhost:9091/
ProxyPassReverse / http://localhost:9091/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question