home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 April / PCWorld_2005-04_cd.bin / akce / web / phptriad / phptriad2-2-1.exe / Announcement < prev    next >
Text File  |  2002-01-22  |  5KB  |  111 lines

  1.  
  2.                             Apache 1.3.23 Released
  3.  
  4.    The Apache Software Foundation and The Apache Server Project are
  5.    pleased to announce the release of version 1.3.23 of the Apache HTTP
  6.    server. This Announcement notes the significant changes in 1.3.23.
  7.  
  8.    This version of Apache is principally a security fix release which
  9.    closes some problems where a directory listing could be obtained
  10.    instead of the default index page. A summary of the bug fixes and major
  11.    new features is given at the end of this document.
  12.  
  13.    We consider Apache 1.3.23 to be the best version of Apache available
  14.    and we strongly recommend that users of older versions, especially of
  15.    the 1.1.x and 1.2.x family, upgrade as soon as possible. No further
  16.    releases will be made in the 1.2.x family.
  17.  
  18.    Apache 1.3.23 is available for download from
  19.    
  20.        http://httpd.apache.org/dist/httpd/
  21.  
  22.    Please see the CHANGES_1.3 file in the same directory for a full list
  23.    of changes.
  24.  
  25.    Binary distributions are available from
  26.  
  27.        http://httpd.apache.org/dist/httpd/binaries/
  28.  
  29.    The source and binary distributions are also available via any of the
  30.    mirrors listed at
  31.  
  32.        http://www.apache.org/mirrors/
  33.  
  34.    As of Apache 1.3.17, Win32 binary distributions are now based on the
  35.    Microsoft Installer (.MSI) technology. This change occurred in order to
  36.    resolve the many problems WinME and Win2K users experienced with the
  37.    older InstallShield-based installer.exe file.  While development
  38.    continues to make this new installation method more robust, questions
  39.    should be directed at the news:comp.infosystems.www.servers.ms-windows
  40.    newsgroup.
  41.  
  42.    As of Apache 1.3.12 binary distributions contain all standard Apache
  43.    modules as shared objects (if supported by the platform) and include
  44.    full source code.  Installation is easily done by executing the
  45.    included install script.  See the README.bindist and INSTALL.bindist
  46.    files for a complete explanation.  Please note that the binary
  47.    distributions are only provided for your convenience and current
  48.    distributions for specific platforms are not always available.
  49.  
  50.    For an overview of new features introduced after 1.2 please see
  51.    
  52.    http://httpd.apache.org/docs/new_features_1_3.html
  53.  
  54.    In general, Apache 1.3 offers several substantial improvements over
  55.    version 1.2, including better performance, reliability and a wider
  56.    range of supported platforms, including Windows NT and 2000 (which
  57.    fall under the "Win32" label), OS2, Netware, and TPE threaded
  58.    platforms.
  59.  
  60.    Apache is the most popular web server in the known universe; over half
  61.    of the servers on the Internet are running Apache or one of its
  62.    variants.
  63.  
  64.    IMPORTANT NOTE FOR WIN32 USERS: Over the years, many users have come
  65.    to trust Apache as a secure and stable server. It must be realized
  66.    that the current Win32 code has not yet reached the levels of the Unix
  67.    version, but is of acceptable quality. Win32 stability or security
  68.    problems do not reflect on the Unix version.
  69.  
  70.                      Apache 1.3.23 Major changes
  71.  
  72.   Security vulnerabilities
  73.  
  74.      * None addressed.
  75.  
  76.   New features
  77.  
  78.    The main new features in 1.3.23 (compared to 1.3.22) are:
  79.  
  80.      * HTTP/1.1 support for mod_proxy.
  81.      * Other mod_proxy improvements.
  82.      * The new 'FileETag' directive to allow one to build the
  83.        format of the ETag via runtime directives.
  84.      * Addition of a 'filter callback' function to enable modules to
  85.        intercept the output byte stream for dynamic page caching.
  86.  
  87.    New features that relate to specific platforms:
  88.  
  89.      * Use "httpready" accept filter rather than "dataready"
  90.        on post 4.1.1-RELEASE versions of FreeBSD.
  91.  
  92.   Bugs fixed
  93.  
  94.    The following bugs were found in Apache 1.3.22 and have been fixed in
  95.    Apache 1.3.23:
  96.  
  97.      * Fix incorrect "Content-Length" header in the 416 response.
  98.      * Revert mod_negotation's handling of path_info and query_args
  99.        to the 1.3.20 behavior (PRs: 8628, 8582, 8538).
  100.      * Prevent an Apache module from being loaded or added twice due
  101.        to duplicate LoadModule or AddModule directives.
  102.  
  103.    The following bugs relate to specific platforms:
  104.  
  105.      * Fixed the access forbidden problem when requesting an empty directory
  106.        on Netware.
  107.      * Do not kill the child process when accept() returns ENOBUFS on
  108.        HPUX 11.*
  109.      * A default locking mechanism has been defined for Unixware 7.0 and later.
  110.  
  111.