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

add: libmng-dev
author Allan Pinto <allan316@gmail.com>
date Fri Dec 04 17:01:32 2009 +0000 (2009-12-04)
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 }