Tag Archive for 'ubuntu'

Installing Mercurial with Apache

02Apr08

If you’ve been following one of these guides explaining how to configure Mercurial with Apache you may have encountered the following error…

TypeError: ‘hgwebdir’ object is not callable

There may be a number of scenarios under which this error can happen but in my case it was because I was using an incompatible version [...]

Apache2 on Ubuntu

03Feb06

I was installing Trac on Ubuntu the other day and I was really impressed with the new (well new as far as I’m concerned) Apache file layout.
In order to load modules you no longer have to add a LoadModule directive to the main config file. Instead, when you install a module using apt-get a file [...]