Web hosting on IIS

Brendan Cully brendan at kublai.com
Mon Aug 13 17:45:05 CDT 2007


On Monday, 13 August 2007 at 00:59, Ezra.Smith at bentley.com wrote:
> Hello,
> 
> Has anyone tried hosting a Mercurial repository using Microsoft's
> IIS (Internet Information Services) server? We're attempting to set
> one up, but there have been a handful of little quirks that needed
> to be ironed out. Currently, we can get the main web page for a
> repository (the summary view listing changesets), but any deeper
> links, such as showing details for a changeset, end up mapping to
> pages that aren't found.
> 
> If anyone has done this before, any configuration hints would be
> much appreciated! In the meantime, we'll keep on looking through
> source code and server configuration stuff to track down issues.

My first guess would be that the values of some of the CGI environment
variables are mangled. I'd start by dumping REQUEST_URI and
PATH_INFO. What URLs are being generated by the main page?



More information about the Mercurial mailing list