Chapter 5: Deciding What the Client Needs


customerror.cgi	-Shell CGI script that generates a customized error document for any error code 
			 that is directed to it.

fake404.cgi		-Shell CGI script that turns an Internal Server Error into a Not Found error
			 identical to the one ordinarily generated by Apache .

txt2dbm		-Perl script that converts text map files into DBM files.

key1.pl		-Perl mapping script that returns the key back to the server as the value.

key2.pl		-Perl script that that reads the map file and returns it programmatically.

