- install rapidleech via dashboard
- open /etc/apache2/sites-enabled/
- edit config for rapidleech
username.rapidleech.conf
Alias /rapidleech “/home/username/rapidleech/”
<Directory “/home/username/rapidleech/”>
Options Indexes FollowSymLinks MultiViews
AuthType Digest
AuthName "rutorrent"
AuthUserFile '/etc/htpasswd’
Require valid-user
AllowOverride None
Order allow,deny
allow from all
- Edit like this
Alias /rapidleech “/home/username/rapidleech/”
<Directory “/home/username/rapidleech/”>
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
Require all granted
- Reload apache
service apache2 reload
Done.
(please help me to edit this thread, make this good look. thanks)