wok-stable view mercurial/stuff/lighttpd-hg-vhost.conf @ rev 8334

Up: tazwok-experimental 0.0.5.4
author Antoine Bodin <gokhlayeh@slitaz.org>
date Wed Feb 02 00:56:12 2011 +0100 (2011-02-02)
parents
children
line source
2 # Mercurial (hg)
3 #
4 $HTTP["host"] =~ "hg$" {
5 cgi.assign = (
6 ".cgi" => "/usr/bin/python"
7 )
8 server.document-root = "/home/hg/share/"
9 url.rewrite-once = ( "(.*)" => "/hgwebdir.cgi$1" )
10 }