INSTALL for mod_sequester V1.0

'Classic' Installation:
-------------------------
1. Put the *mod_sequester* files into your Apache source tree in
   directory src/modules/extra
2. Move the mod_sequester.html and mod_sequester.docpatch files
   into your server's manual/mod directory.
3. cd to the manual/mod directory and execute
   "patch < mod_sequester.docpatch"
4. cd to the src/ directory and execute
   "patch < modules/extra/mod_sequester.cfgpatch"
5. Run src/Configure and make the server as usual.

APACI Installation:
------------------------
1. Execute steps 1 through 3 under 'Traditional Installation' to
   update the documentation.
2. Build the server as usual, adding the following to your ./configure
   line:

	--activate-module=src/modules/extra/mod_sequester.c
