hgwebdir with mod_python
Sebastien Lucas
sebastien.lucas at gmail.com
Mon May 21 12:29:33 UTC 2007
On 5/21/07, Dirkjan Ochtman <dirkjan at ochtman.nl> wrote:
> 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.
Yes, but for now I just wanted to keep my debian install as clean as
possible (only proper deb package) so mod_python will do. I agree it
should (you can never be sure) be easy to use mod_wsgi.
More information about the Mercurial
mailing list