home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / apac_139.zip / Announcement < prev    next >
Text File  |  1999-08-20  |  5KB  |  121 lines

  1. Apache 1.3.9 Released
  2. =====================
  3.  
  4. The Apache Group is pleased to announce the release of version
  5. 1.3.9 of the Apache HTTP server.
  6.  
  7. This new Apache version incorporates over 130 significant improvements
  8. to the server.  Apart from portability and security fixes, documentation
  9. enhancements, performance improvements, and assorted other minor
  10. features or fixes notable changes are:
  11.  
  12.  - A new experimental digest authentication module, compatible with
  13.    the latest digest-auth standards, has been added to the base package.  
  14.  
  15.  - The expat XML parser has been added to allow modules to deal with
  16.    XML if necessary.
  17.  
  18.  - The processing on Windows of basic authentication passwords in
  19.    mod_auth password files has been fixed.  In addition, the SHA1
  20.    encoding algorithm has been added to those available and
  21.    known to htpasswd, and passwords on Windows may be longer than
  22.    the inadvertent 1.3.6 limit of 8 characters.
  23.  
  24.  - Several problems with mod_access and CIDR addresses have been fixed.
  25.  
  26.  - Support has been added or enhanced for Tandem, TPF, and
  27.    the Macintosh OS X platforms.
  28.  
  29.  - Some processing of Vary response header fields has been corrected.
  30.  
  31.  - Restarts with "apache -k" on Windows are now honoured immediately,
  32.    instead of after the system's listen queue is drained.
  33.  
  34.  - "Expect: 100-continue" processing has been corrected.
  35.  
  36.  - Script errors on Windows are now copied to the server's error log
  37.    if the scripts fail; this is closer to the Unix behaviour.
  38.  
  39.  - Mass-vhosting has been added (see the documentation for module
  40.    mod_vhost_alias).
  41.  
  42.  - The server no longer automatically checks for the existence of a
  43.    valid DocumentRoot for all virtual hosts; this was imposing a
  44.    significant startup penalty on systems with numerous vhosts.
  45.    The default behaviour has changed to *not* performing this
  46.    check, but it can be re-enabled by specifying the "-t" command
  47.    line option for full configuration testing.
  48.  
  49.  - "apache -S" on Windows now exits properly after completing the
  50.    configuration testing.
  51.  
  52.  - SetEnvIf* directives can now test the values of environment
  53.    variables as well as request attributes.  In addition,
  54.    the request protocol and level (e.g., "HTTP/1.1") can now be tested.
  55.  
  56.  - ReadmeName and HeaderName files (mod_autoindex) are now
  57.    server-parsable and accessible with MultiViews.
  58.  
  59.  - AddDescription directives now behave as documented with regard
  60.    to partial filename matches.
  61.  
  62.  - The name of the cookie used by mod_usertrack is now customisable.
  63.  
  64. A complete listing with detailed descriptions is provided in the
  65. src/CHANGES file.
  66.  
  67. We consider Apache 1.3.9 to be the best version of Apache available and
  68. we strongly recommend that users of older versions, especially of the
  69. 1.1.x and 1.2.x family, upgrade as soon as possible.  No further releases
  70. will be made in the 1.2.x family.
  71.  
  72.  
  73. Apache 1.3.9 is available for download from
  74.  
  75.     http://www.apache.org/dist/
  76.  
  77. Please see the CHANGES_1.3 file in the same directory for a full
  78. list of changes.
  79.  
  80. Binary distributions are available from
  81.  
  82.    http://www.apache.org/dist/binaries/
  83.  
  84. As of Apache 1.3.9 binary distributions contain all standard Apache
  85. modules as shared objects (if supported by the platform) and include
  86. full source code.  Installation is easily done by executing the
  87. included install script.  See the README.bindist and INSTALL.bindist
  88. files for a complete explanation.  Please note that the binary
  89. distributions are only provided for your convenience and current
  90. distributions for specific platforms are not always available.
  91.  
  92. The source and binary distributions are also available via any of the
  93. mirrors listed at
  94.  
  95.     http://www.apache.org/mirrors/
  96.  
  97. For an overview of new features in 1.3 please see
  98.  
  99.     http://www.apache.org/docs/new_features_1_3.html
  100.  
  101. In general, Apache 1.3 offers several substantial improvements
  102. over version 1.2, including better performance, reliability and a
  103. wider range of supported platforms, including Windows 95/98 and NT
  104. (which fall under the "Win32" label).
  105.  
  106. Apache is the most popular web server in the known universe; over
  107. half of the servers on the Internet are running Apache or one of
  108. its variants.
  109.  
  110. IMPORTANT NOTE FOR WIN32 USERS: Over the years, many users have
  111. come to trust Apache as a secure and stable server.  It must
  112. be realized that the current Win32 code has not yet reached these
  113. levels and should still be considered to be of beta quality.  Any
  114. Win32 stability or security problems do not impact, in any way,
  115. Apache on other platforms.  With the continued donation of time
  116. and resources by individuals and companies, we hope that the Win32
  117. version of Apache will grow stronger through the 1.3.x release cycle.
  118.  
  119.  
  120. Thank you for using Apache.
  121.