hgwebdir.cgi failing

Igor Kostenko isanych at gmail.com
Tue Sep 2 14:01:50 CDT 2008


Hello Robert,

> New at both Apache and Mercurial…
...
> HTTP 500 Error reported by Apache. Go into error.log and find…

When I'm using hgwebdir.cgi and Mecrurial > 0.9.5 on windows python crashed. So
I suggest to use hgwebdir.wsgi -
http://www.selenic.com/mercurial/wiki/index.cgi/modwsgi

You could also check my variant in previous thread.
My apache conf:


<IfModule alias_module>
...
    WSGIScriptAlias /hg C:/D/hg/cgi/hgwebdir.wsgi
</IfModule>

<Directory "C:/D/hg/cgi">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
</Directory>

WBR, Igor



More information about the Mercurial mailing list