home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 August / PCWorld_2001-08_cd.bin / Komunikace / phptriad / phptriadsetup2-11.exe / README-WIN.TXT < prev    next >
Text File  |  2000-06-09  |  4KB  |  105 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://www.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://www.apache.org/docs/. For Windows specific information, see
  28.   http://www.apache.org/docs/windows.html.
  29.  
  30.   WARNING
  31.   -------
  32.  
  33.   Apache on Win32 has not yet been optimized for performance.  Apache
  34.   still performs best, and is most reliable on Unix platforms.  Over
  35.   time we will improve performance for Windows NT. Folks doing
  36.   comparative reviews of webserver performance are asked to compare
  37.   against Apache on a Unix platform such as Solaris, FreeBSD, or
  38.   Linux.
  39.  
  40.   Apache on Win32 should still be considered beta quality code.  It
  41.   does not meet the normal standards of stability and security that
  42.   Unix releases do.  The Win32 code for Apache 2.0 was entirely 
  43.   revised and large segments have been rewritten.  When Apache 2.0
  44.   is released, we strongly encourage all Win32 users to move to
  45.   that platform to reduce these risks.
  46.  
  47.   Installation
  48.   ------------
  49.  
  50.   If you have installed Apache as a pre-compiled binary, you can
  51.   now run the server by selecting "Start Apache as console app"
  52.   from the Start menu. You can configure Apache for your system
  53.   by editing the file conf/httpd.conf in the directory where you
  54.   installed Apache.
  55.  
  56.   See the http://www.apache.org/docs/windows.html for details of how
  57.   to run and configure Apache, or select the "Apache Documentation"
  58.   icon read the local copy installed with Apache.
  59.  
  60.   If you have downloaded a tar.gz file, extract it to your hard drive
  61.   using WinZip or similar and look in the apache-1.3\htdocs\manual
  62.   folder of the archive for windows.html for instructions on using 
  63.   Apache with Windows, win_service.html for instructions on using the
  64.   Apache server as a Windows 'service', and win_compiling.html for
  65.   help with compiling Apache.
  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.   Licensing
  79.   ---------
  80.  
  81.   Please see the file called LICENSE.
  82.  
  83.   Acknowledgments
  84.   ----------------
  85.  
  86.   We wish to acknowledge the following copyrighted works that
  87.   make up portions of the Apache software:
  88.  
  89.   Portions of this software were developed at the National Center
  90.   for Supercomputing Applications (NCSA) at the University of
  91.   Illinois at Urbana-Champaign.
  92.  
  93.   This software contains code derived from the RSA Data Security
  94.   Inc. MD5 Message-Digest Algorithm, including various
  95.   modifications by Spyglass Inc., Carnegie Mellon University, and
  96.   Bell Communications Research, Inc (Bellcore).
  97.  
  98.   This package contains software written and copyrighted by Henry
  99.   Spencer.  Please see the file called src/regex/COPYRIGHT. 
  100.  
  101.   The NT port was started with code provided to the Apache Group
  102.   by Ambarish Malpani of ValiCert, Inc. (http://www.valicert.com/).
  103.  
  104.  
  105.