From b2af0f27b69f654b1acd5d1e3b5aaa0bffe4c6ee Mon Sep 17 00:00:00 2001 From: "w.kier" Date: Fri, 14 May 2010 13:30:22 +0000 Subject: [PATCH] - fix htdigest path Changed files: mythweb_lighttpd.conf -> 1.2 --- mythweb_lighttpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mythweb_lighttpd.conf b/mythweb_lighttpd.conf index 00f9e18..339a593 100644 --- a/mythweb_lighttpd.conf +++ b/mythweb_lighttpd.conf @@ -6,7 +6,7 @@ $HTTP["host"] == "mythweb" { # Requiring authentication is a good idea if the server is publicly # accessible. On a private server this section can be safely removed. auth.backend = "htdigest" - auth.backend.htdigest.userfile = "/usr/share/mythweb/htdigest" + auth.backend.htdigest.userfile = "/etc/webapps/mythweb/htdigest" auth.require = ( "/" => ( "method" => "digest", -- 2.43.0