SOURCES: mythweb.conf - fix password file path

glen glen at pld-linux.org
Mon May 1 22:01:50 CEST 2006


Author: glen                         Date: Mon May  1 20:01:50 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix password file path

---- Files affected:
SOURCES:
   mythweb.conf (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SOURCES/mythweb.conf
diff -u SOURCES/mythweb.conf:1.5 SOURCES/mythweb.conf:1.6
--- SOURCES/mythweb.conf:1.5	Mon Feb 13 02:08:46 2006
+++ SOURCES/mythweb.conf	Mon May  1 22:01:45 2006
@@ -12,7 +12,7 @@
 <Directory /var/cache/mythweb/image_cache>
 	AuthType Basic
 	AuthName "MythTV"
-	AuthUserFile /etc/mythweb/htpasswd
+	AuthUserFile /etc/webapps/mythweb/htpasswd
 	Require valid-user
 	Allow from all
 </Directory>
@@ -21,7 +21,7 @@
 <Directory /usr/share/mythweb>
     AuthType Basic
     AuthName "MythTV"
-    AuthUserFile /etc/mythweb/htpasswd
+    AuthUserFile /etc/webapps/mythweb/htpasswd
     Require valid-user
     Allow from all
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/mythweb.conf?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list