http://serverfault.com – We have apache server which serves a site from public_html/site/ We would like to have a mercurial repo in the same dir, so that we could push our changes directly to the server. So far I setup a hgweb.wsgi script and I can push and pull from the repo without any problems. Problems start when I want to add an authentication. (HowTos)