hosting hg with PyISAPIe on IIS7(python ISAPI extension)

Matt Hawley Matt.Hawley at microsoft.com
Mon Apr 12 01:36:54 CDT 2010


You should check this out, it describes what you need to do to get ISAPI-WSGI working in IIS7.

http://www.eworldui.net/blog/post/2010/04/08/Setting-up-Mercurial-server-in-IIS7-using-a-ISAPI-module.aspx

Matt
________________________________________
From: mercurial-bounces at selenic.com [mercurial-bounces at selenic.com] on behalf of ruby [rubik at sina.com]
Sent: Sunday, April 11, 2010 9:03 PM
To: hg
Subject: hosting hg with PyISAPIe on IIS7(python ISAPI extension)

hosting hg with PyISAPIe on IIS7(python ISAPI extension)

someone knows how to host hg with PyISAPIe on IIS7 (python ISAPI extension)?

easy to see the "hello,world" after some basic steps,but then
tried hgwebdir.wsgi , and only got errors:
Internal Server Error
An error occurred processing this request.

Possible recursion detected!
You probably did a passthrough with PyISAPIe configured as
an application map instead of a wildcard map.


ps.
----------------------
PyISAPIe is an ISAPI extension for Windows-based web servers
that allows Python scripts to be used to serve web pages.
The main web server this extension ...
http:pyisapie.sourceforge.net/
----------------------

quote:

The Python ISAPI Extension

I initially tried isapi-wsgi, but I didn’t have much luck setting it up
(I gave up fairly quickly though).
It also depended on “Mark Hammond’s Python win32 isapi extension”
– and I was trying to keep the amount of packages installed and added
to a minimum. I therefore chose to use PyISAPIe which has no dependencies,
and only requires a DLL and a folder containing a few .py files.


http://geographika.co.uk/setting-up-python-on-iis7

hope someone understand this.
_______________________________________________
Mercurial mailing list
Mercurial at selenic.com
http://selenic.com/mailman/listinfo/mercurial


More information about the Mercurial mailing list