]> git.pld-linux.org Git - packages/mythplugins.git/blobdiff - mythweb.conf
- enable auth by default and add vim modeline
[packages/mythplugins.git] / 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.085576 seconds and 4 git commands to generate.