berVi wrote:
--- Alvaro Lopez Ortega <[EMAIL PROTECTED]> wrote:

  Could you please send your configuration?  It is
pretty likely a
  configuration problem :-)

--
Greetings, alo.

It neither works for me, so I'm not that sure about
it's a config problem.

http://www.0x50.org/bugs/ticket/52

   Hope this helps, It works for me...

#echo "alks:password" > /var/www/htpasswd_plain
#htpasswd -c /var/www/HTPASSWD alks
New password:
Re-type new password:
Adding password for user alks


   My config (Currently tested with the trunk branch on a Debian box):
-------
Directory /private1 {
    Auth Digest {
        Name "My private data 2"
        Method plain {
            PasswdFile /var/www/htpasswd_plain
        }
    }
}

Directory /private2 {
    Auth Basic {
        Name "My private data 3"
        Method plain {
            PasswdFile /var/www/htpasswd_plain
        }
    }
}

Directory /private3 {
    Auth Basic {
        Name "My private data 3"
        Method htpasswd {
            PasswdFile /var/www/HTPASSWD
        }
    }
}

--------------

_______________________________________________
Cherokee mailing list
[email protected]
http://www.0x50.org/cgi-bin/mailman/listinfo/cherokee

Reply via email to