SOURCES: mythweb.conf - enable auth by default and add vim modeline

glen glen at pld-linux.org
Tue Oct 25 22:27:36 CEST 2005


Author: glen                         Date: Tue Oct 25 20:27:36 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- enable auth by default and add vim modeline

---- Files affected:
SOURCES:
   mythweb.conf (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/mythweb.conf
diff -u SOURCES/mythweb.conf:1.1 SOURCES/mythweb.conf:1.2
--- SOURCES/mythweb.conf:1.1	Tue Oct 25 22:16:20 2005
+++ SOURCES/mythweb.conf	Tue Oct 25 22:27:31 2005
@@ -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 @@
     php_flag short_open_tag                 "On"
 
 </FilesMatch>
+
+# vim: filetype=apache ts=4 sw=4 et
================================================================

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




More information about the pld-cvs-commit mailing list