packages: mythplugins/mythweb_lighttpd.conf - fix htdigest path

w.kier w.kier at pld-linux.org
Fri May 14 15:30:27 CEST 2010


Author: w.kier                       Date: Fri May 14 13:30:27 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
-  fix htdigest path

---- Files affected:
packages/mythplugins:
   mythweb_lighttpd.conf (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/mythplugins/mythweb_lighttpd.conf
diff -u packages/mythplugins/mythweb_lighttpd.conf:1.1 packages/mythplugins/mythweb_lighttpd.conf:1.2
--- packages/mythplugins/mythweb_lighttpd.conf:1.1	Fri May 14 13:58:10 2010
+++ packages/mythplugins/mythweb_lighttpd.conf	Fri May 14 15:30:22 2010
@@ -6,7 +6,7 @@
     # 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",
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mythplugins/mythweb_lighttpd.conf?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list