Lighttpd problem

Szymon Wilczek kazeuser at gmail.com
Sun Dec 14 13:16:51 UTC 2008


Hello,

I'm quite new here and I'm experiencing some trouble with setting up hg on
lighttpd. I'd like to allow users of my server to set up their own
repositories. The problem is allowing more repositories than only /var/hg
in here

$HTTP["url"] =~ "^/hgwebdir.cgi([/?].*)?$" {
             server.document-root = "/var/hg/"
             cgi.assign = ( ".cgi" => "/usr/bin/python" )
}


Does anyone had that problem? Or anybody knows how to solve it? I'd be
really greatful.

Best wishes
-- 
--SW
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial/attachments/20081214/70278f9c/attachment-0001.html>


More information about the Mercurial mailing list