home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / cern_os2.zip / README < prev    next >
Text File  |  1994-06-11  |  3KB  |  86 lines

  1.  
  2.         THIS IS THE CODE RELEASE OF CERN HTTPD AND
  3.             RELATED UTILITY PROGRAMS
  4.  
  5. Quote from "Statement Concerning CERN W3 Software Release Into Public
  6. Domain", dated 3 May, 1993:
  7.  
  8.     Declaration
  9.  
  10.     The following CERN software is hereby put into the public
  11.     domain:
  12.         - W3 basic ("line-mode") client
  13.         - W3 basic server
  14.         - W3 library of common code.
  15.  
  16.     CERN's intention in this is to further compatibility, common
  17.     practices, and standards in networking and computer supported
  18.     collaboration.  This does not constitute a precedent to be
  19.     applied to any other CERN copyright software.
  20.  
  21.     CERN relinquishes all intellectual property rights to this
  22.     code, both source and binary form and permission is granted
  23.     for anyone to use, duplicated, modify and redistribute it.
  24.  
  25.     CERN provides absolutely NO WARRANTY OF ANY KIND with respect
  26.     to this software.  The entire risk as to the quality and
  27.     performance of this software is with the user.  IN NO EVENT
  28.     WILL CERN BE LIABLE TO ANYONE FOR ANY DAMAGES ARISING OUT THE
  29.     USE OF THIS SOFTWARE, INCLUDING, WITHOUT LIMITATION, DAMAGES
  30.     RESULTING FROM LOST DATA OR LOST PROFITS, OR FOR ANY SPECIAL,
  31.     INCIDENTAL OR CONSEQUENTIAL DAMAGES.
  32.  
  33.  
  34. THIS PACKAGE INCLUDES:
  35.   * source code under the WWW directory [where this README file is]
  36.     To compile just type
  37.  
  38.         make
  39.  
  40.     and binaries will appear in Daemon/xxx where xxx is your host's
  41.     architecture, like sun4 or next.
  42.  
  43.   * README-SOCKS explaining how to compile and use SOCKSified httpd
  44.   * server_root/ directory containing:
  45.      * Sample configuration files for httpd in config/
  46.     - httpd.conf for normal use as HTTP server
  47.     - prot.conf for normal use as HTTP server with access control
  48.     - proxy.conf for proxy use without caching
  49.     - caching.conf for proxy use with caching
  50.     - all.conf that contains all the configuration directives
  51.       understood by httpd
  52.  
  53.      * Sample icons in icons/
  54.     - to be used for directory listings, and also for ftp listings
  55.       when using httpd as a proxy
  56.     - simplist way to make use of the icons is to define the
  57.       server root directory to be server_root under this current
  58.       directory [where this README file sits], by specifying in
  59.       the configuration file:
  60.  
  61.         ServerRoot  /what/ever/server_root
  62.  
  63.  
  64. ONLINE DOCUMENTATION for this software is in:
  65.  
  66.     http://info.cern.ch/httpd/
  67.  
  68. PRECOMPILED BINARIES of this software are available for many platforms
  69. from:
  70.     ftp://info.cern.ch/pub/www/bin
  71.  
  72. If you have any PROBLEMS with this software, or find a BUG, contact:
  73.  
  74.     httpd@info.cern.ch
  75.  
  76. Remember to run httpd in VERBOSE MODE [with the -v or -vv command line
  77. option] when things seem to be going wrong and attach the output to
  78. your mail message.  This will make our job a lot easier.
  79.  
  80. If httpd crashes and a core image is generated, run "dbx /path/httpd"
  81. and say "where" to see where the execution was when the program
  82. crashed.
  83.  
  84. Have fun!
  85.  
  86.