wok-6.x view mercurial/stuff/lighttpd-hg-vhost.conf @ rev 14098

gvfs:fix bdeps - after this pcmanfm should shows icons and mount-umount without hal
author ernia <monghitri@aruba.it>
date Sat Feb 23 09:36:50 2013 +0000 (2013-02-23)
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 }