--------------------------------------------------------------------------------
Install as a static module:
--------------------------------------------------------------------------------

1. untar apache
     tar zxvf apache_1.3.x.tar.gz

2. untar mod_choke
     tar zxvf mod_choke-x.xx.tar.gz

3. Configure apache
     cd apache_1.3.x
     ./configure [config options you want] --add-module=../mod_choke-x.xx/mod_choke.c
     make
     make install

--------------------------------------------------------------------------------
Install as DSO
--------------------------------------------------------------------------------

This assumes you already have apache installed and configured.  Remember to
enable the so module with --enable-module=so.

1. untar mod_choke
     tar zxvf mod_choke-x.xx.tar.gz
     cd mod_choke-x.xx

2. Edit Makefile and change the location of apxs to match your installation

3. Compile mod_choke
     make
     make install
