March 2010
1 post
4 tags
On Redmine, Apache, Subversion and Ubuntu 9.10
If you’re installing Redmine in a recent version of Ubuntu, you may want to be aware of this.
The Problem
According to the Ubuntu 9.10 Apache package documentation, the default package for Apache, installed by running sudo aptitude install apache2, installs the apache2-mpm-worker package as one of its dependencies. The worker MPM implements a hybrid multi-process multi-threaded...