Follow us on Twitter
Latest Tweet: New blog post on raw roles allowing arbitrary html in docutils < 0.6 http://blog.projectfondue.com/2010/7/27/security-raw-roles-in-docutils
L'Alpiniste

The blog of the Project Fondue Team

Entries tagged “apache”

Using Apache in a Python Development Environment

written by Stuart Colville, on 12 July, 2010 at 21:52.

Making a development environment as close to the what's used in production is always a good plan, as it helps to catch issues earlier as you develop. The following details the way we are using apache in the development of a current side-project.

Read the full post on “Using Apache in a Python Development Environment”

Loggerhead and mod_wsgi

written by Stuart Colville, on 26 November, 2009 at 21:55.

We've recently started using Loggerhead for branch browsing as the redmine support for bazaar is a little lacking. We also wanted to provide a way to expose our open-source projects to the world.

Read the full post on “Loggerhead and mod_wsgi”

Apache: Moving from prefork to worker

written by Stuart Colville, on 25 August, 2009 at 23:53.

In this post I look at the results of moving our Apache from mpm-prefork to mpm-worker for Python based web-apps in an attempt to reduce memory usage.

Read the full post on “Apache: Moving from prefork to worker”