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

rdesktop: update DEPENDS
author Liu Peng <rocky@slitaz.org>
date Wed Jul 01 04:27:11 2009 +0000 (2009-07-01)
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 }