Configure Apache SSL and Subversion in Debian in 683 seconds

Shamelessly copied from:

www.geocities.com/arhuaco/doc/subversion/apache-subversion-in-debian.html

Configure Apache SSL and Subversion in Debian in 683 seconds

This just saved me lots of time and I want to keep a copy for later - just in case…

Mar 26 2005

(The apache2+SSL part was taken from the article Debian, Apache2 and SSL by Ian Miller)

Read more

Connecting Tomcat 5 to apache 2 using mod jk 1.2 (in a virtual host and using Debian)

This
is fairly well documented on the apache site - but you have to pull
info together from a few pages and the importance of virtual servers is
easy to miss.

  1. Make sure you have the development package for apache (you need
    apxs2 installed) taking care to get the right apache2-dev package
    I ran apt-get install apache2-prefork-dev

  2. Download the Source (so that you can compile for your platform and your version of apache)

Read more

How to create your own Wayback Machine

I’ve long been impressed with the wayback machine and found it very useful to find things that have disappeared from the rest of the Internet.

I use cvs a lot in software
development and find it a real life saver to be able to restore any
file I have been working on at any point in it’s history. This really
helps me to find out when and why things went wrong, saving me from
making the same mistakes again.

Read more