]> git.pld-linux.org Git - packages/mythplugins.git/commitdiff
- fix htdigest path
authorw.kier <w.kier@pld-linux.org>
Fri, 14 May 2010 13:30:22 +0000 (13:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mythweb_lighttpd.conf -> 1.2

mythweb_lighttpd.conf

index 00f9e18b3f9f4fb669da9b3a672bc498be03e885..339a5937e0ea8cbe54a83a22ef259103c497c0ff 100644 (file)
@@ -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"
     # 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",
     auth.require = (
         "/" => (
             "method"  => "digest",
This page took 0.065505 seconds and 4 git commands to generate.