Auth_digest problem

saroos1

Member
May 25, 2018
718
0
16
Hey guys,
I'm trying to secure rutorrent with auth_digest on apache2@debian7wheezy

First i enabled the mod with a2enmod auth_digest.
After that i made a .htaccess with:

Code:
AuthName "Restricted Area"
AuthType Basic
AuthUserFile /etc/.htpasswd
AuthGroupFile /dev/null
require valid-user
Then i made a password for user seedbox with:

Code:
htdigest -c /etc/.htpasswd "Restricted Area" seedbox
I've changed the configuration file to AllowOverride All. Restarted apache.
When i try to login in rutorrent the page just keeps refreshing and I can't login. I am sure the credentials are good.

I am using this source: http://www.adminsehow.com/2013/11/installing-rtorrentrutorrent-on-debian-7-wheezy/
 

peshua19

Member
May 25, 2018
897
0
16
From one side
Quote :
I'm trying to secure rutorrent with auth_digest on apache2@debian7wheezy


from another
Quote :
AuthType Basic


What do you really want, digest or basic?