home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / apac1319.zip / Announcement < prev    next >
Text File  |  2001-02-26  |  6KB  |  112 lines

  1.  
  2.                             Apache 1.3.19 Released
  3.                                        
  4.    The Apache Software Foundation and The Apache Server Project are
  5.    pleased to announce the release of version 1.3.19 of the Apache HTTP
  6.    server. (Version 1.3.18 was not released due to an incorrect fix
  7.    addressing hostnames with url-escaped characters. A corrected fix will
  8.    be included in the next release)
  9.    
  10.    This version of Apache is primarily a security fix release
  11.    addressing a problem which could lead to a directory listing being
  12.    displayed in place of an error message. Also, it fixes some broken
  13.    functionality present in the 1.3.17 release and various Win32 issues.
  14.    A summary of the new features is given at the end of this document.
  15.    
  16.    We consider Apache 1.3.19 to be the best version of Apache available
  17.    and we strongly recommend that users of older versions, especially of
  18.    the 1.1.x and 1.2.x family, upgrade as soon as possible. No further
  19.    releases will be made in the 1.2.x family.
  20.    
  21.    Apache 1.3.19 is available for download from
  22.    
  23.      http://httpd.apache.org/dist/
  24.      
  25.    Please see the CHANGES_1.3 file in the same directory for a full list
  26.    of changes.
  27.    
  28.    Binary distributions are available from
  29.    
  30.      http://httpd.apache.org/dist/binaries/
  31.      
  32.    The source and binary distributions are also available via any of the
  33.    mirrors listed at
  34.    
  35.      http://www.apache.org/mirrors/
  36.      
  37.    As of Apache 1.3.12 binary distributions contain all standard Apache
  38.    modules as shared objects (if supported by the platform) and include
  39.    full source code. Installation is easily done by executing the
  40.    included install script. See the README.bindist and INSTALL.bindist
  41.    files for a complete explanation. Please note that the binary
  42.    distributions are only provided for your convenience and current
  43.    distributions for specific platforms are not always available.
  44.    
  45.    As of Apache 1.3.17 the Win32 binary distribution is now based on the
  46.    Microsoft Installer (.MSI) technology.  This change occured in order
  47.    to resolve the many problems WinME and Win2K users experienced with
  48.    the older InstallShield-based installer .exe file.  Development
  49.    continues to make this new installation method more robust, questions
  50.    should be directed at the news:comp.infosystems.www.servers.ms-windows
  51.    news group.  Apache 1.3.17 for Win32 also marked the first 'initial 
  52.    release quality' version available for Win32, and users are strongly
  53.    discouraged from using the older 'beta quality releases'.
  54.    
  55.    For an overview of new features introduced after 1.2 please see
  56.    
  57.      http://httpd.apache.org/docs/new_features_1_3.html
  58.      
  59.    In general, Apache 1.3 offers several substantial improvements over
  60.    version 1.2, including better performance, reliability and a wider
  61.    range of supported platforms, including Windows 95/98 and NT (which
  62.    fall under the "Win32" label).
  63.    
  64.    Apache is the most popular web server in the known universe; over half
  65.    of the servers on the Internet are running Apache or one of its
  66.    variants.
  67.    
  68.    IMPORTANT NOTE FOR WIN32 USERS: Over the years, many users have come
  69.    to trust Apache as a secure and stable server. It must be realized
  70.    that the current Win32 code has not yet reached the levels of the Unix
  71.    version, but is of acceptable quality. Any Win32 stability or security
  72.    problems do not impact, in any way, Apache on other platforms.
  73.  
  74.    
  75.                          Apache 1.3.19  Major changes
  76.  
  77.    The primary security fix is:
  78.      * The default installation could lead mod_negotiation and mod_dir or
  79.        mod_autoindex to display a directory listing instead of the 
  80.        multiview'ed index.html.* files, if a very long path was created 
  81.        artificially by using many slashes.  Now 403 FORBIDDEN is returned.
  82.                                             
  83.    The bug fixes are:
  84.      * The ServerRoot directive now removes trailing slashes.
  85.      * Restore functionality broken by the mod_rewrite security fix:
  86.        The mod_rewrite string arithmetic is corrected for rewrite map.
  87.      * Some possible segfault conditions have been fixed.
  88.      * Under certain circumstances, Apache did not supply the
  89.        right response headers when requiring authentication.
  90.        
  91.    The main new features include:
  92.      * New configuration error reporting if the UserDir argument is set
  93.        to a relative path on Win32 or Netware [which do not support home
  94.        directories], or a relative path on any platform if that path
  95.        includes the '*' username substitution.
  96.  
  97.    Selected new features that relate to Windows platforms:
  98.      * Apache on Win9x now ensures the service is stopped before removal.
  99.      * Test httpd.conf (-t) now holds the console open on "SYNTAX OK".
  100.      * Apache/Win32 no longer holds open the console on error unless
  101.        it was invoked from a shortcut with the -w option.
  102.      * mod_user was significantly refactored to assure that the UserDir
  103.        directive is parsed effectively the same across platforms, fixing
  104.        a UserDir bug introduced in 1.3.17 on the Win32 platform.
  105.             
  106.    Selected new features relating to other platforms:
  107.      * Netware problems with file extension truncatation are resolved.
  108.      * Netware recognizes the SERVER/VOLUME:/PATH/FILE filename pattern.
  109.      * Netware mod_tls properly disables nagle for SSL connections,
  110.        and properly negotiates SSL based on the port.
  111.      * Startup and Shutdown issues were addressed on TPF.
  112.