home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1999 April / PCO0499.ISO / filesbbs / os2 / apach134.arj / APACH134.ZIP / README.NT < prev    next >
Encoding:
Text File  |  1998-10-03  |  3.3 KB  |  96 lines

  1.                             Apache for Windows
  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 first major release of Apache for Windows systems, including
  9. Microsoft Windows NT, 98, and 95.  Like the Unix version, it includes
  10. many frequently requested new features, and has an API that allows it
  11. to be extended to meet users' needs more easily. It also allows ISAPI
  12. extensions.
  13.  
  14. Documentation
  15. -------------
  16.  
  17. The documentation available as of the date of this release is also
  18. included, in HTML format, in the <./htdocs/manual/> directory.
  19. For the most up-to-date documentation, visit us on the WWW at
  20. <http://www.apache.org/>. For Windows specific information, see
  21. <http://www.apache.org/docs/windows.html>.
  22.  
  23. WARNING
  24. -------
  25.  
  26. Apache on Win32 has not yet been optimized for performance.  Apache still
  27. performs best, and is most reliable on Unix platforms.  Over time we
  28. will improve performance for Windows NT. Folks doing comparative reviews
  29. of webserver performance are asked to compare against Apache on a Unix
  30. platform such as Solaris, FreeBSD, or Linux.
  31.  
  32. Apache on Win32 should still be considered beta quality code.  It does not
  33. meet the normal standards of stability and security that Unix releases do.
  34.  
  35. Installation or Compilation Instructions
  36. ----------------------------------------
  37.  
  38. See the website <http://www.apache.org/docs/windows.html> for details of
  39. how to install Apache from a binary release or how to compile Apache
  40. from scratch. This file is also included in the distribution as
  41. <./htdocs/manual/windows.html>.
  42.  
  43. Known Problems
  44. --------------
  45.  
  46. To get information about the current set of known problems, see our
  47. online bug reporting database at <http://www.apache.org/bug_report.html>.
  48. In particular, search for problem reports under the category "os-windows".
  49.  
  50. This is a rough list of what we know has not been implemented on Win32.
  51.  
  52. - The User directive is not supported. If you run apache as a service,
  53.   you can change the user it runs as by going to 
  54.   Control Panel->Services->Startup
  55.  
  56. - suexec doesn't work
  57.  
  58. - RFC 1413 (IdentityCheck) is not yet ported
  59.  
  60. - If you have a very busy server, when a server child process exits,
  61.   any connections made to that child process that have not yet been
  62.   accepted by it are aborted.
  63.  
  64. - The regex library build does not generate *.ih headers.
  65.  
  66. - Multithreading is not properly abstracted
  67.  
  68. - htpasswd passwords are stored in plain text because Windows lacks a
  69.   crypt() function
  70.  
  71. Licensing
  72. ---------
  73.  
  74. Please see the file called LICENSE.
  75.  
  76. Acknowledgments
  77. ----------------
  78.  
  79. We wish to acknowledge the following copyrighted works that make up
  80. portions of the Apache software:
  81.  
  82. Portions of this software were developed at the National Center for
  83. Supercomputing Applications at the University of Illinois at
  84. Urbana-Champaign.
  85.  
  86. This software contains code derived from the RSA Data Security Inc. MD5
  87. Message-Digest Algorithm, including various modifications by Spyglass Inc.,
  88. Carnegie Mellon University, and Bell Communications Research, Inc.
  89. (Bellcore).
  90.  
  91. This package contains software written and copyrighted by Henry Spencer.
  92. Please see the file called src/regex/COPYRIGHT.
  93.  
  94. The NT port was started with code provided to the Apache Group
  95. by Ambarish Malpani of ValiCert, Inc. (www.valicert.com).
  96.