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