我想建立一个Mercurial SC服务器并按照此处的说明进行操作:http // stackoverflow.com/questions/818571/how-to-setup-mercurial-and-hgwebdir-on-iis
我已经多次检查了所有设置,并且在完成配置后似乎无法通过此错误. 任何意见将是有益的.谢谢.
Server Error in Application "DEFAULT WEB SITE/HG"Internet Information Services 7.5
Error Summary
HTTP Error 502.2 - Bad Gateway
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are "Traceback (most recent call last): File "C:\inetpub\hgcgi\hgwebdir.cgi", line 12, in <module> from mercurial import demandimport; demandimport.enable() ImportError: No module named mercurial ". Detailed Error InformationModule CgiModule
Notification ExecuteRequestHandler
Handler Python 2.5
**Error Code 0x00000001**
Requested URL …Run Code Online (Sandbox Code Playgroud) 我在windows server 2008上配置了ig7背后的hgweb.cgi.我可以把存储库拉得很好.然而,每当我推动我得到一个502坏网关.我发现了一个帖子,似乎表明这是服务器上的mercurial配置问题.mercurial似乎并没有从我的本地机器中获取一个http代理(fiddler),即使它已配置.
问题是: