Actions
Bug #2873
closedBasic Auth method not working
ASK QUESTIONS IN Forums:
Description
Hi I am a newbie on lighttpd,
when I created some like this, I got this issue,
Lighttpd version 1.4.48 on arm core linux 3.14.18.
auth.debug = 2
auth.backend = "htdigest"
auth.backend.htdigest.userfile = "/lighttpd/.htdigest"
auth.require = ( "/config/" =>
(
"method" => "basic",
"realm" => "ByPassword",
"require" => "valid-user"
)
)
with this set-up, it couldn't reach host/config/ site, it kept popping up login page.
Anything I configured wrong?
Updated by gstrauss about 7 years ago
- Category set to mod_auth
- Status changed from New to Invalid
- Target version deleted (
1.4.x)
Updated by gstrauss about 7 years ago
- Status changed from Invalid to Duplicate
- Target version set to 1.4.49
Updated by gstrauss about 7 years ago
- Is duplicate of Bug #2848: buffer_append_base64_decode() broken on compilers where char is assumed unsigned added
Actions
Also available in: Atom