commented out example for tunnel usage
[bak-git.git] / gitweb / httpd.conf
index 78d5e48..6ca3e72 100644 (file)
@@ -1,3 +1,5 @@
+# start with /usr/sbin/lighttpd -f gitweb/httpd.conf
+
 server.document-root = "/home/dpavlin/klin/backup/.git/gitweb"
 server.port = 6999
 server.modules = ( "mod_setenv", "mod_cgi", "mod_accesslog", "mod_access", "mod_compress", "mod_auth" )
@@ -11,6 +13,7 @@ ssl.pemfile = "/home/dpavlin/klin/backup/.git/gitweb/server.pem"
 
 auth.backend = "htdigest"
 auth.backend.htdigest.userfile = "/home/dpavlin/klin/backup/.git/gitweb/passwd" 
+# htdigest ../backup/.git/gitweb/passwd bak-git new-login
 auth.require = ( "/" =>
                  (
                  # method must be either basic or digest