Many Many thanks for your greatest POST!!!
Finally, rTorrent has been worked nicely and stably. Thanks again.
At the moment, I have a little query here, hopefully you can give me a hand for it.
I am trying to configure the file below, I wish I can use
http://xxx.xxx.com rather than using
http://xxx.xxx.com/rutorrent, and I need to protect the site from
http://xxx.xxx.com onwards rather than
http://xxx.xxx.com/rutorrent
/etc/apache2/sites-available/default
I have done below so far, but is not working,
DocumentRoot /var/www/rutorrent/
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /var/www/rutorrent/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
<Location /rutorrent>
AuthType Digest
AuthName "gods"
AuthDigestDomain /var/www/rutorrent/
http://xxx.xxx.com/rutorrent/
AuthDigestProvider file
AuthUserFile /etc/apache2/passwords
Require valid-user
SetEnv R_ENV "/var/www/"
Any ideas?
Thanks in advance.
hth0923