home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 August / PCWorld_2001-08_cd.bin / Komunikace / phptriad / phptriadsetup2-11.exe / Announcement < prev    next >
Text File  |  2000-10-10  |  6KB  |  123 lines

  1.  
  2.                             Apache 1.3.14 Released
  3.                                        
  4.    The Apache Software Foundation and The Apache Server Project are
  5.    pleased to announce the release of version 1.3.14 of the Apache HTTP
  6.    server.  Version 1.3.13 was never released.
  7.    
  8.    This version of Apache is primarily a security fix and bug fix
  9.    release, but there are a few new features and improvements. A summary
  10.    of the new features is given at the end of this document.
  11.    
  12.    We consider Apache 1.3.14 to be the best version of Apache available
  13.    and we strongly recommend that users of older versions, especially of
  14.    the 1.1.x and 1.2.x family, upgrade as soon as possible. No further
  15.    releases will be made in the 1.2.x family.
  16.    
  17.    Apache 1.3.14 is available for download from
  18.    
  19.      http://httpd.apache.org/dist/
  20.      
  21.    Please see the CHANGES_1.3 file in the same directory for a full list
  22.    of changes.
  23.    
  24.    Binary distributions are available from
  25.    
  26.      http://httpd.apache.org/dist/binaries/
  27.      
  28.    As of Apache 1.3.12 binary distributions contain all standard Apache
  29.    modules as shared objects (if supported by the platform) and include
  30.    full source code. Installation is easily done by executing the
  31.    included install script. See the README.bindist and INSTALL.bindist
  32.    files for a complete explanation. Please note that the binary
  33.    distributions are only provided for your convenience and current
  34.    distributions for specific platforms are not always available.
  35.    
  36.    The source and binary distributions are also available via any of the
  37.    mirrors listed at
  38.    
  39.      http://www.apache.org/mirrors/
  40.      
  41.    For an overview of new features in 1.3 please see
  42.    
  43.      http://httpd.apache.org/docs/new_features_1_3.html
  44.      
  45.    In general, Apache 1.3 offers several substantial improvements over
  46.    version 1.2, including better performance, reliability and a wider
  47.    range of supported platforms, including Windows 95/98 and NT (which
  48.    fall under the "Win32" label).
  49.    
  50.    Apache is the most popular web server in the known universe; over half
  51.    of the servers on the Internet are running Apache or one of its
  52.    variants.
  53.    
  54.    IMPORTANT NOTE FOR WIN32 USERS: Over the years, many users have come
  55.    to trust Apache as a secure and stable server. It must be realized
  56.    that the current Win32 code has not yet reached the levels of the Unix
  57.    version, but is of acceptable quality. Any Win32 stability or security
  58.    problems do not impact, in any way, Apache on other platforms.
  59.    
  60.                           Apache 1.3.14 Major changes
  61.                                        
  62.    The security fixes are:
  63.      * A problem with the Rewrite module, mod_rewrite, allowed access to
  64.        any file on the web server under certain circumstances
  65.      * The handling of Host: headers in mass virtual hosting
  66.        configurations, mod_vhost_alias, could allow access to any file on
  67.        the server
  68.      * If a cgi-bin directory is under the document root, the source to
  69.        the scripts inside it could be sent if using mass virtual hosting
  70.        
  71.    The main new features include:
  72.      * Support for a directory-based configuration system. If any of the
  73.        configuration directives point to directories instead of files,
  74.        all files in that directory (and in subdirectories) will be also
  75.        parsed as configuration files
  76.      * Support name-based virtual hosting without needing to specify an
  77.        IP address in the Apache configuration file. This enables sites
  78.        that use dynamic IP addresses to support name-based virtual
  79.        hosting as well as allowing identical machines to share a
  80.        configuration file, say in a load-balanced cluster
  81.      * The SetEnvIf and BrowserMatch range of directives are now able to
  82.        be used in .htaccess files.
  83.      * Administrators who are nervous about their full server version
  84.        details being public can use the new keyword 'ProductOnly' in the
  85.        ServerTokens directive. This keyword forces the server to only
  86.        return the string "Apache" as the server version.
  87.      * The new digest authentication module, mod_auth_digest has had a
  88.        number of fixes and upgrades applied
  89.        
  90.    Selected new features that relate to windows platforms:
  91.      * The project files have been converted to work with Microsoft
  92.        Visual C 6.0
  93.      * The DBM package "sdbm" is now bundled with Apache
  94.      * Windows 95 and 98 can now benefit from an emulation of the NT
  95.        services, including install and uninstall options. The Apache
  96.        server therefore can start when the OS loads and will not stop if
  97.        the current user logs off for example
  98.      * A comprehensive review of the Windows documentation has been
  99.        performed.
  100.      * Preparations for allowing Apache to be built using the free
  101.        Borland bcc 5.5 compiler
  102.        
  103.    Selected new features relating to other platforms:
  104.      * Support for the new FreeBSD accept filters feature. This feature
  105.        postpones the requirement for a child process to handle a new
  106.        connection until a HTTP request has arrived, therefore increasing
  107.        the number of connections that a given number of child processes
  108.        can handle
  109.      * A number of alterations for the MPE platform including fixing
  110.        error reporting, updating the DSO code to be compatible with a
  111.        recent OS patch, refining user and group management, and initial
  112.        support for the proxy module
  113.      * The default serialised accept has been changed for AIX 4.3 to
  114.        provide a substantial performance improvement on multiple CPU
  115.        machines serving large numbers of concurrent clients
  116.      * DSO support added for BS2000 and OS/390 USS platforms
  117.      * A directory layout for Solaris 8 has been added to the
  118.        configuration system
  119.      * The proxy module mod_proxy has been patched so that it can be
  120.        built on BeOS 4.5.2
  121.      * Updated configuration script to allow building on IBM's IA-64
  122.        version of AIX
  123.