]> git.pld-linux.org Git - packages/mythplugins.git/commitdiff
- fix password file path
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 1 May 2006 20:01:45 +0000 (20:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mythweb.conf -> 1.6

mythweb.conf

index d3aa60cb658f491818e9c4f2285b378d70efd00a..5e2234f14928ecf20fee4d9429dcf1b0b65bfbd5 100644 (file)
@@ -12,7 +12,7 @@ Alias /mythweb/image_cache /var/cache/mythweb/image_cache
 <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 @@ Alias /mythweb /usr/share/mythweb
 <Directory /usr/share/mythweb>
     AuthType Basic
     AuthName "MythTV"
-    AuthUserFile /etc/mythweb/htpasswd
+    AuthUserFile /etc/webapps/mythweb/htpasswd
     Require valid-user
     Allow from all
 
This page took 0.081688 seconds and 4 git commands to generate.