[cvs-annodex] commit (/annodex):
cmmlwiki/trunk/apache/cmmlwiki.conf
conrad
nobody at lists.annodex.net
Wed Oct 5 12:33:15 EST 2005
Update of /annodex (new revision 1553)
Modified files:
cmmlwiki/trunk/apache/cmmlwiki.conf
Log Message:
add a template apache config for using http basicauth on /edit urls, so
that only allowed users can edit content
Modified: cmmlwiki/trunk/apache/cmmlwiki.conf
===================================================================
--- cmmlwiki/trunk/apache/cmmlwiki.conf 2005-10-03 23:44:20 UTC (rev 1552)
+++ cmmlwiki/trunk/apache/cmmlwiki.conf 2005-10-05 02:33:14 UTC (rev 1553)
@@ -14,3 +14,12 @@
<Location "/cmmlwiki">
SetEnv CMMLWIKI_ENV "/var/local/lib/cmmlwiki/"
</Location>
+
+## Comment out the following lines to enable htpasswd controls on editing
+#<Location "/cmmlwiki/edit">
+# AuthType Basic
+# AuthName "CMMLWiki"
+# AuthUserFile /etc/apache2/httpd-auth-file
+#
+# Require valid-user
+#</Location>
--
conrad
More information about the cvs-annodex
mailing list