I have a repository set up on an apache web server using the hgweb.cgi script declared in my apac开发者_StackOverflow社区he2.conf file as following:
I am trying to get Mercurial hgweb working using ISAPI following those two links http://blog.jaredreisinger.com and Vampire Basic. The server is a IIS 6.0 Windows server 2003.
I\'m looking at two different guides for Windows HgWeb installation on IIS.The first from mercurial developers says:
I have IIS 6 I installed Mercurial in c:/program files/mercurial I installed Python 2.6 in c:/program files/python
Is it possible to serve hgweb with mod_wsgi\'s WSGIDaemonProcess running as another开发者_运维问答 user, so that it won\'t be necessary to do any chmod/chown? E.g. the repositories is under /home/john
I have been using this guide http://tinyurl.com/mercurial-iis to attempt to setup Mercurial on IIS 7.I have followed every step however when I try to access the site I get the following error:
I\'ve configured hgweb.cgi behind iis7 on windows server 2008.I can pull the repository just fine.However whenever I push I get a 502 bad gateway.I\'ve found a posting which seems to indicate this is
I know it is not possible to create Mercurial repositories remotely using HTTP(S), for instance: $ hg init https://host.org/repos/project
I am having an infuriating experience with IIS7, Python 2.6, Mercurial 1.7.2, and hgweb.cgi. After battling for an afternoon getting hgweb.cgi to work, I finally got it to render in the browser using
I would like to have syntax highlighting in hgweb. For example, makes http://jstock.hg.sourceforge.net/hgweb/jstock/jstock/file/7289237e7b67/src/org/yccheok/jstock/gui/AboutJ开发者_StackOverflowDial