hgwebdir with mod_python

Dirkjan Ochtman dirkjan at ochtman.nl
Mon May 21 04:27:14 CDT 2007


Sebastien Lucas wrote:
> - add this function to /var/hg/hgwebdir.py :
> def test(environ, start_response):
>     toto = wsgiapplication(make_web_app)
>     return toto (environ, start_response)

Given this function, it should also be easy to use the newer mod_wsgi 
Apache module, available from code.google.com/p/modwsgi.

Regards,

Dirkjan



More information about the Mercurial mailing list