home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / apac1319.zip / README-WIN.TXT < prev    next >
Text File  |  2000-12-15  |  4KB  |  110 lines

  1.                                  Apache
  2.                           Version 1.3 (and up)
  3.  
  4.   What is it?
  5.   -----------
  6.  
  7.   Apache is an HTTP server, originally designed for Unix systems. This
  8.   is the version of Apache for Microsoft Windows 2000, NT, 98, and 95
  9.   systems.  Like the Unix version, it includes many frequently
  10.   requested new features, and has an API that allows it to be extended
  11.   to meet users' needs more easily. It also allows limited support for
  12.   ISAPI extensions.
  13.  
  14.  
  15.   The Latest Version
  16.   ------------------
  17.  
  18.   Details of the latest version can be found on the Apache HTTP
  19.   server project page under http://httpd.apache.org/.
  20.  
  21.   Documentation
  22.   -------------
  23.  
  24.   The documentation available as of the date of this release is
  25.   also included, in HTML format, in the htdocs/manual/ directory.
  26.   For the most up-to-date documentation can be found on
  27.   http://httpd.apache.org/docs/. For Windows specific information, see
  28.   http://httpd.apache.org/docs/windows.html.
  29.  
  30.   WARNING
  31.   -------
  32.  
  33.   Apache should never be used as a production server under any 
  34.   consumer operating system such as Windows 95, 98, or ME (Millenium 
  35.   Edition).  Only Windows NT 4.0 or 2000 should be considered, and only
  36.   with appropriate NTFS file system and user security administration.
  37.   Apache runs on these consumer Windows environments only to 
  38.   provide test, development or trusted intranet server platforms.
  39.  
  40.   Apache on Win32 should be considered initial-release quality code.  
  41.   It has not been subjected to the same stresses on its stability and 
  42.   security that the Unix releases have enjoyed, so there is a greater 
  43.   possibility of undiscovered vulnerabilities to stability or security
  44.   of the Win32 port.  
  45.  
  46.   Apache performs best, and is still most reliable on Unix platforms.
  47.   Over time the performance, reliability and security for the Apache
  48.   Win32 port has improved, and continues to improve.  Folks doing 
  49.   comparative reviews of webserver performance are still asked to 
  50.   compare against Apache running on a Unix platform such as 
  51.   Solaris, FreeBSD, or Linux.
  52.  
  53.   The Win32 code for Apache 2.0 has been entirely revised and large 
  54.   segments have been rewritten from scratch.  Once the Apache 2.0 
  55.   server is released, we strongly encourage all Win32 users to move to 
  56.   that platform for increased stability and security.
  57.  
  58.   Installation
  59.   ------------
  60.  
  61.   See the http://httpd.apache.org/docs/windows.html for details of how
  62.   to install, configure and run Apache.  These documents are also 
  63.   accessable from the "Documentation" program group listed within the 
  64.   "Apache Web Server" Start Menu programs group created by the full 
  65.   Apache Win32 program installer.
  66.  
  67.   Known Problems
  68.   --------------
  69.  
  70.   To get information about the current set of known problems, see the
  71.   online bug reporting database at
  72.  
  73.       http://www.apache.org/bug_report.html
  74.  
  75.   Bugs which affect Apache on Windows and not Apache on Unix can be 
  76.   found under the category "os-windows".
  77.  
  78.   Do not report configuration problems to this database.  Please first
  79.   research the problem you are experiencing on the newsgroup
  80.   news:comp.infosystems.www.servers.ms-windows and search the bugs
  81.   database before posting a bug report.
  82.  
  83.   Licensing
  84.   ---------
  85.  
  86.   Please see the file called LICENSE.
  87.  
  88.   Acknowledgments
  89.   ----------------
  90.  
  91.   We wish to acknowledge the following copyrighted works that
  92.   make up portions of the Apache software:
  93.  
  94.   Portions of this software were developed at the National Center
  95.   for Supercomputing Applications (NCSA) at the University of
  96.   Illinois at Urbana-Champaign.
  97.  
  98.   This software contains code derived from the RSA Data Security
  99.   Inc. MD5 Message-Digest Algorithm, including various
  100.   modifications by Spyglass Inc., Carnegie Mellon University, and
  101.   Bell Communications Research, Inc (Bellcore).
  102.  
  103.   This package contains software written and copyrighted by Henry
  104.   Spencer.  Please see the file called src/regex/COPYRIGHT. 
  105.  
  106.   The NT port was started with code provided to the Apache Group
  107.   by Ambarish Malpani of ValiCert, Inc. (http://www.valicert.com/).
  108.  
  109.  
  110.