]> git.pld-linux.org Git - packages/mythplugins.git/commitdiff
- enable auth by default and add vim modeline
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 25 Oct 2005 20:27:31 +0000 (20:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mythweb.conf -> 1.2

mythweb.conf

index 0898904e5074c869a41fc2216809a1b709e0c342..d92cfa12d0e3c9b679e4d7ab9bc833d11000dbac 100644 (file)
@@ -1,12 +1,14 @@
-#AuthType Basic
-#AuthName "MythTV"
-#AuthUserFile /var/www/htpasswd
-#Require valid-user
+# $Id$
+
+AuthType Basic
+AuthName "MythTV"
+AuthUserFile /etc/mythweb/htpasswd
+Require valid-user
 
 # If you have nuv files that are actually mpeg2 files, uncomment this
 #AddType video/mpeg .nuv
 # If you have normal software-encoded nuv files, use this type
-AddType video/nuppelvideo .nuv
+#AddType video/nuppelvideo .nuv
 
 # Some special handlers for php
 #  These settings are intended for apache 2.x.  If your version of apache
@@ -41,3 +43,5 @@ AddType video/nuppelvideo .nuv
     php_flag short_open_tag                 "On"
 
 </FilesMatch>
+
+# vim: filetype=apache ts=4 sw=4 et
This page took 0.083037 seconds and 4 git commands to generate.