I currently have
auth.backend = "htdigest"
auth.backend.htdigest.userfile = "/etc/lighttpd/lighttpd.user"
auth.require = ( "/automation/" =>
(
"method" => "basic",
"realm" => "automation",
"require" => "user=auto"
)
)
In my lighttpd confi, the file exists and is owned by www-data with the perms of 644.
However, when I go to the sub-directory with pi-hole it doesn't ask for password like I expect it to.
Actual Behaviour:
Page loads with no hint that is even wanting to ask for a password.
I'm not sure if this is something I should post here to see if pi-hole is somehow stopping it, or ask on the lighttpd forums, but I figured I should check here first since this isn't exactly a stock install of lighttpd.
Nope, I triple checked, even checked a few other websites to see if anyone else has had this problem, I even tried doing url.access-deny = ("") on the subdir doing a quick url check like you do... But it didn't even deny it so I think something bigger is hiphop happening...
I didn't try pi.hole but it does the same thing, I am beginning to wonder if it's somehow related to the fact it isn't in a subfolder, but another one of my denies work fine... But when I put
It's going directly to it; host/automation loads with no issues, but I've also recently noticed that all stuff like this is being ignored especially url blocks, I do have mod_auth in my server modules and can post the whole config if it would help