wok-next view mercurial/stuff/lighttpd-hg-vhost.conf @ rev 358

Ob users like to have a bg image (hsetroot + imlib2)
author Christophe Lincoln <pankso@slitaz.org>
date Fri Mar 07 16:24:51 2008 +0100 (2008-03-07)
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 }