开发者

serving TRAC on windows IIS using isapi_wsgi

开发者 https://www.devze.com 2023-02-14 03:02 出处:网络
any way to serve TRAC on windows IIS using isapi_wsgi ? The isapi_wsgi adapter is considered stable. It has been used to deplo开发者_如何转开发y many wsgi compliant Python web applications and framew

any way to serve TRAC on windows IIS using isapi_wsgi ?

The isapi_wsgi adapter is considered stable. It has been used to deplo开发者_如何转开发y many wsgi compliant Python web applications and frameworks including Django, TurboGears, Mercurial and Trac.

http://code.google.com/p/isapi-wsgi/w/list

on this page there's some wikis on serving mercurial, but none for TRAC.

any detailed way to serve TRAC on windows IIS using isapi_wsgi ?


it's almost the same step as mercurial, see here:

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

0

精彩评论

暂无评论...
验证码 换一张
取 消