MùPùF.org

Linux, Programming and Octopodes

--- *Projects* (website in development: svn r299)--- » PPassKeeper » ArduIDE

DM's blog DM's blog subscribe

Programming

Showing articles in category: (See all)

Programming

LoggerheadLoggerhead

in Programming
Tags: bazaarfluploggerheadpythonscgi

Lately I have been trying to use Loggerhead, a simple Bazaar repository viewer which is developed at Launchpad. Bazaar itself is the source code manager behind all the Launchpad projects.

So I needed to serve Loggerhead behind the Cherokee server; but unfortunately, it is not very friendly to non-Apache servers. It runs primarily in WSGI mode (interpreter embedded into the web server). One of Cherokee's principles is to be lightweight, and therefore it does not support WSGI. So the only option left is to run it standalone and proxy it through Cherokee, which is slow and overall not very good.

Today I tried to get the support I needed myself, and I have found a solution.

Published Nov. 21, 2009 by read more
1