Tag Archive for 'apache'

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 [...]

Installing BerkeleyDB, Apache & Subversion on Debian 3 (woody)

26Mar05

Install Berkeley DB Go to http://www.sleepycat.com/download/index.shtml and download BerkeleyDB 4.2.52 Download the patches numbered like this patch.4.2.52.? Extract the BerkeleyDB compressed file Copy all the patch files into the base directory just extracted Apply the patches individually using…patch -p0 < [patchfile] cd into the build_unix directory in the extracted directory Run…../dist/configure Run…make Ensure you’re logged [...]