gitorrent

Get giTorrent

Download gitorrent and unzip into you webroot.

For this I created a sub directory "gitorrent" and unpacked into there.

Configure:

GITORRENT:

Edit gitorrent/gihome/JSXAPPS/giTorrent/giTorrentConfig.xml and enter your details.

Security:

.HTACCESS:
For me, I do the following.  This just forces SSL:

SSLOptions +StrictRequire
SSLRequireSSL
SSLRequire %{HTTP_HOST} eq "cdstealer.com"
ErrorDocument 403 https://cdstealer.com/error/403.html
AuthType Basic
AuthUserFile /path/to/my/htpasswd
AuthName "Please enter your username and password."
require valid-user

I believe if everything is correct and has been restarted ie apache & rtorrent, pointing your browser to https://<your_domain>/gitorrent/apps/giTorrent.html should start the GUI.  If you have no active torrents, clicking on the "settings" tab should display completed port settings etc.  This shows that everything is working.