INSTALL for mod_access_identd V1.0 Traditional Installation: ------------------------- 1. Put the *mod_access_identd* files into your Apache source tree in directory src/modules/extra 2. Move the mod_access_identd.html and mod_access_identd.docpatch files into your server's manual/mod directory. 3. cd to the manual/mod directory and execute "patch < mod_access_identd.docpatch" 4. cd to the src/ directory and execute "patch < modules/extra/mod_access_identd.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: --add-module=src/extra/mod_access_identd.c