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 [...]
Tagged with: howto • linux • mercurial • ubuntu
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 [...]
Tagged with: apache • ubuntu