#
# Copyright (c) Xerox Corporation 1997, 1998. All rights reserved.
#
# License is granted to copy, to use, and to make and to use derivative
# works, provided that Xerox is acknowledged in all documentation
# pertaining to any such copy or derivative work. Xerox grants no other
# licenses expressed or implied. The Xerox trade name should not be used
# in any advertising without its written permission.
#
# XEROX CORPORATION MAKES NO REPRESENTATIONS CONCERNING EITHER THE
# MERCHANTABILITY OF THIS SOFTWARE OR THE SUITABILITY OF THIS SOFTWARE
# FOR ANY PARTICULAR PURPOSE.  The software is provided "as is" without
# express or implied warranty of any kind.
#
# These notices must be retained in any copies of any part of this software.
#



INSTALLING THESE CGI SCRIPTS ON THE WEB SERVER:

The route monitor package install program should correctly install all
programs and set any locally dependent values.

In the event the install program failed or if you are not using the install
program, be sure to follow these guidelines:

1) Copy all four files (rmsearch, rmdist, Fields.pl, and Html.pl) to a
   a cgi directory on your web server (ex directory for an apache web
   server might be something like /usr/local/etc/apache/cgi-bin)

2) Change the permissions on the four files so they can be executed by
   the web server.

3) In each of the four files, replace FOOPERL with the location of perl
   version 5.0 or higher on the web server.

4) In rmdist and rmsearch, replace FOOWEBDIR by the directory in which
   RouteMonitor keeps its html files and the route_stats file.  (this
   is the directory you picked when you installed the files in ../html)

5) The rmdist script uses a hyperlink to the rmsearch script, in rmdist
   replace FOOCGISEARCH with the url for the rmsearch script (for example:
   http://www.mysite.edu/cgi-bin/rmsearch)

If you need additional help or to report bugs, send mail to masseyd@cs.ucla.edu
   
