Copyright (c) 1996 Eugene G. Crosser and Sovam Teleport
 
Permission is granted to any individual or institution to use, copy, or
redistribute this software so long as all of the original files are
included, and that this copyright notice is retained.

THIS SOFTWARE IS PROVIDED AS IS AND COME WITH NO WARRANTY OF ANY KIND,
EITHER EXPRESSED OR IMPLIED. IN NO EVENT WILL THE COPYRIGHT HOLDERS BE
LIABLE FOR ANY DAMAGES RESULTING FROM THE USE OF THIS SOFTWARE.

This archive contains a module for apache_1.3 that implements
on-the-fly codetable translation depending on the local server name,
"accept-language" and "accept-charset", or, if those are not available,
on the user-agent.  This package depends on "libmcs" by the same
author.  I made separate patches for standard Apache and Apache-SSL
though in fact the diffs are the same, and only offsets are slightly
different (patch program happily applies ssl patch to non-ssl
distribution).

[as of 25 Aug 1999, diff is against 1.3.9]

The module from this distribution may also work with apache_1.1 and
apache_1.2.

To use the package, apply the diff and configure apache with
"./configure --add-module=/path/to/mod_mcs.c.  Alternatively, include
mcs_module and appropriate "-I/wherever/is/mcs.h" and "-lmcs" flags in
the "Configuration".  Example srm.conf included.

libmcs can be found at http://www.average.org/mcs/ and
ftp://ftp.average.org/pub/mcs/.  Look for the most recent version of
this patch in the same directory.

crosser@average.org
