You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mj...@locus.apache.org on 2000/10/13 11:29:27 UTC

cvs commit: apache-site/dist .htaccess Announcement.html Announcement.txt

mjc         00/10/13 02:29:24

  Modified:    dist     .htaccess Announcement.html Announcement.txt
  Log:
  Updates for 1.3.14
  
  Revision  Changes    Path
  1.39      +1 -1      apache-site/dist/.htaccess
  
  Index: .htaccess
  ===================================================================
  RCS file: /home/cvs/apache-site/dist/.htaccess,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- .htaccess	2000/10/13 09:12:48	1.38
  +++ .htaccess	2000/10/13 09:29:16	1.39
  @@ -4,8 +4,8 @@
   AddDescription "MD5 hash" *.md5
   AddDescription "PGP signature" .asc
   AddDescription "Apache 1.3.12 documentation" Apache-1.3-docs.pdf.gz
  -AddDescription "Apache 1.3.12 Release note" Announcement
   AddDescription "Apache 2.0 Release note" Announcement2
  +AddDescription "Apache 1.3.12 Release note" Announcement
   AddDescription "1.3.14 compressed source" apache_1.3.14.tar.Z
   AddDescription "1.3.14 gzipped source" apache_1.3.14.tar.gz
   AddDescription "1.3.14 bzip2 compressed source" apache_1.3.14.tar.bz2
  
  
  
  1.20      +96 -70    apache-site/dist/Announcement.html
  
  Index: Announcement.html
  ===================================================================
  RCS file: /home/cvs/apache-site/dist/Announcement.html,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- Announcement.html	2000/02/25 16:58:29	1.19
  +++ Announcement.html	2000/10/13 09:29:17	1.20
  @@ -1,58 +1,34 @@
   <HTML>
  - <HEAD>
  -  <TITLE>Apache 1.3.12 Released</TITLE>
  - </HEAD>
  - <BODY>
  -
  -<h1>Apache 1.3.12 Released</h1>
  -<p>
  -The <a href="http://www.apache.org/">Apache Software Foundation</a>
  -and The Apache Server Project are
  -pleased to announce the release of version 1.3.12 of the Apache HTTP server.
  +<HEAD><TITLE>Apache 1.3.14 Released</TITLE></HEAD><BODY>
  +
  +<h1>Apache 1.3.14 Released</h1>
  +
  +The Apache Software Foundation and The Apache Server Project are
  +pleased to announce the release of version 1.3.14 of the Apache HTTP server.
  +Version 1.3.13 was never released.
   <p>
  -The primary changes in this version of Apache are those related to
  -the ``cross site scripting'' security alerts described at
  -<ul>
  -   <li><a href="http://www.cert.org/advisories/CA-2000-02.html">http://www.cert.org/advisories/CA-2000-02.html</a>
  -   <li><a href="http://www.apache.org/info/css-security/index.html">http://www.apache.org/info/css-security/index.html</a>
  -</ul>
  -Specifically, charset handling has been improved and reinforced
  -(including a new directive: <code>
  -<a href="http://www.apache.org/docs/mod/core.html#adddefaultcharset">AddDefaultCharset</a></code>)
  -and server generated pages properly escape ``userland'' input.
  -<p>
  -A complete listing with detailed descriptions is provided in the
  -<a href="http://www.apache.org/dist/CHANGES">CHANGES</a> file.
  -<p>
  -<i>NOTE: This official release incorporates a slightly different version
  -of the original patch for the 'css' issue. In particular, the
  -AddDefaultCharsetName directive was removed and this function
  -is now completely handled by the AddDefaultCharset directive. If
  -you were using this patch, you will need to adjust your configuration
  -file to reflect this change.</i>
  +This version of Apache is primarily a security fix and bug fix release, but
  +there are a few new features and improvements.  A summary of the new features
  +is given at the end of this document.
   <p>
  -We consider Apache 1.3.12 to be the best version of Apache available and
  +We consider Apache 1.3.14 to be the best version of Apache available and
   we strongly recommend that users of older versions, especially of the
   1.1.x and 1.2.x family, upgrade as soon as possible.  No further releases
   will be made in the 1.2.x family.
   <p>
  -Apache 1.3.12 is available for download from
  -
  -<UL>
  -<A HREF="http://www.apache.org/dist/">http://www.apache.org/dist/</A>
  -</UL>
  -
  -<P>
  -Please see the <A HREF="http://www.apache.org/dist/CHANGES_1.3">CHANGES_1.3</A> file in the same directory for a full list of changes in the 1.3 version.  
  +Apache 1.3.14 is available for download from
  +<blockquote>
  +    <a href="http://httpd.apache.org/dist/">http://httpd.apache.org/dist/</a>
  +</blockquote>
  +Please see the <a href="http://httpd.apache.org/dist/CHANGES_1.3">CHANGES_1.3</a> file 
  +in the same directory for a full list of changes.
  +<p>
   
  -<P>
   Binary distributions are available from
  +<blockquote>
  +   <a href="http://httpd.apache.org/dist/binaries/">http://httpd.apache.org/dist/binaries/</a>
  +</blockquote>
   
  -<UL>
  -<A HREF="http://www.apache.org/dist/binaries/">http://www.apache.org/dist/binaries/</A>
  -</UL>
  -
  -<P>
   As of Apache 1.3.12 binary distributions contain all standard Apache
   modules as shared objects (if supported by the platform) and include
   full source code.  Installation is easily done by executing the
  @@ -60,47 +36,97 @@
   files for a complete explanation.  Please note that the binary
   distributions are only provided for your convenience and current
   distributions for specific platforms are not always available.
  -
  -<P>
  +<p>
   The source and binary distributions are also available via any of the
   mirrors listed at
   
  -<UL>
  -<A HREF="http://www.apache.org/mirrors/">http://www.apache.org/mirrors/</A>
  -</UL>
  +<blockquote>
  +    <a href="http://www.apache.org/mirrors/">http://www.apache.org/mirrors/</a>
  +</blockquote>
   
  -<P>
   For an overview of new features in 1.3 please see
  +<blockquote>
  +    <a href="http://httpd.apache.org/docs/new_features_1_3.html">http://httpd.apache.org/docs/new_features_1_3.html</a>
  +</blockquote>
   
  -<UL>
  -<A HREF="http://www.apache.org/docs/new_features_1_3">http://www.apache.org/docs/new_features_1_3</A>
  -</UL>
  -
  -<P>
   In general, Apache 1.3 offers several substantial improvements
   over version 1.2, including better performance, reliability and a
   wider range of supported platforms, including Windows 95/98 and NT
   (which fall under the "Win32" label).
  -
  -<P>
  +<p>
   Apache is the most popular web server in the known universe; over
   half of the servers on the Internet are running Apache or one of
   its variants.
  +<p>
   
  -<P>
  -<FONT COLOR=red>IMPORTANT NOTE FOR WIN32 USERS:</FONT> 
  +<FONT COLOR=red>IMPORTANT NOTE FOR WIN32 USERS:</font> 
   Over the years, many users have
   come to trust Apache as a secure and stable server.  It must
   be realized that the current Win32 code has not yet reached the
   levels of the Unix version, but is of acceptable quality. Any
   Win32 stability or security problems do not impact, in any way,
  -Apache on other platforms.  With the continued donation of time
  -and resources by individuals and companies, we hope that the Win32
  -version of Apache will grow stronger through the 1.3.x release cycle.
  -<p>
  -<DIV ALIGN=center>
  -Thank you for using Apache.<br>---<br>
  -See you at <a href="http://www.Apachecon.com/">ApacheCon 2000</a> in Orlanda, Florida, March 8-10, 2000.
  -</DIV>
  - </BODY>
  -</HTML>
  +Apache on other platforms.  
  +
  +<h1>Apache 1.3.14 Major changes</h1>
  +
  +The security fixes are:
  +<ul>
  +    <li> A problem with the Rewrite module, mod_rewrite, allowed access to
  +      any file on the web server under certain circumstances
  +    <li> The handling of Host: headers in mass virtual hosting configurations,
  +      mod_vhost_alias, could allow access to any file on the server
  +    <li> If a cgi-bin directory is under the document root, the source to the
  +      scripts inside it could be sent if using mass virtual hosting
  +</ul>
  +The main new features include:
  +<ul>
  +<li>Support for a directory-based configuration system.  If any of the configuration directives
  +point to directories instead of files, all files in that directory (and in subdirectories)
  +will be also parsed as configuration files
  +<li>Support name-based virtual hosting without needing to specify
  +an IP address in the Apache configuration file.  This enables sites
  +that use dynamic IP addresses to support name-based virtual hosting as
  +well as allowing identical machines to share a configuration file, say in
  +a load-balanced cluster
  +<li>The SetEnvIf and BrowserMatch range of directives are now able
  +to be used in .htaccess files.  
  +<li>Administrators who are nervous about their full server version details being public can
  +use the new keyword 'ProductOnly' in the ServerTokens
  +directive.  This keyword forces the server to only return the string "Apache" as the server version.   
  +<li>The new digest authentication module, mod_auth_digest has had a number of fixes and 
  +upgrades applied
  +</ul>
  +Selected new features that relate to windows platforms:
  +<ul>
  +<li>The project files have been converted to work with Microsoft Visual C 6.0
  +<li>The DBM package "sdbm" is now bundled with Apache
  +<li>Windows 95 and 98 can now benefit from an emulation of the NT services, including install 
  +and uninstall
  +options.  The Apache server therefore can start when the OS loads and will not stop if the 
  +current user logs off for example
  +<li>A comprehensive review of the Windows documentation has been performed.
  +<li>Preparations for allowing Apache to be built using the free Borland bcc 5.5 compiler
  +</ul>
  +Selected new features relating to other platforms:
  +<ul>
  +<li>Support for the new FreeBSD accept filters feature.  This feature postpones
  +the requirement for a child process to handle a new connection until a
  +HTTP request has arrived, therefore increasing the number of connections
  +that a given number of child processes can handle
  +
  +<li>A number of alterations for the MPE platform including fixing error reporting,
  +    updating the DSO code to be compatible with a recent OS patch, refining
  +    user and group management, and initial support for the proxy module
  +
  +<li>The default serialised accept has been changed for AIX 4.3 to provide
  +a substantial performance improvement on multiple CPU machines serving large numbers of 
  +concurrent clients
  +<li>DSO support added for BS2000 and OS/390 USS platforms
  +<li>A directory layout for Solaris 8 has been added to the configuration system
  +<li>The proxy module <samp>mod_proxy</samp> has been patched so that it can be built on BeOS 4.5.2
  +<li>Updated configuration script to allow building on IBM's IA-64 version of AIX    
  +<ul>
  +
  +
  +
  +</BODY></HTML>
  
  
  
  1.13      +121 -84   apache-site/dist/Announcement.txt
  
  Index: Announcement.txt
  ===================================================================
  RCS file: /home/cvs/apache-site/dist/Announcement.txt,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- Announcement.txt	2000/02/25 16:58:29	1.12
  +++ Announcement.txt	2000/10/13 09:29:18	1.13
  @@ -1,85 +1,122 @@
  -Apache 1.3.12 Released
  -======================
   
  -The Apache Software Foundation and The Apache Server Project are
  -pleased to announce the release of version 1.3.12 of the Apache HTTP server.
  -
  -The primary changes in this version of Apache are those related to
  -the ``cross site scripting'' security alerts described at
  -
  -   http://www.cert.org/advisories/CA-2000-02.html
  -      - and -
  -   http://www.apache.org/info/css-security/index.html
  -
  -Specifically, charset handling has been improved and reinforced
  -(including a new directive: AddDefaultCharset) and server generated
  -pages properly escape ``userland'' input.
  -
  -A complete listing with detailed descriptions is provided in the
  -src/CHANGES file.
  -
  -NOTE: This official release incorporates a slightly different version
  -of the original patch for the 'css' issue. In particular, the
  -AddDefaultCharsetName directive was removed and this function
  -is now completely handled by the AddDefaultCharset directive. If
  -you were using this patch, you will need to adjust your configuration
  -file to reflect this change.
  -
  -We consider Apache 1.3.12 to be the best version of Apache available and
  -we strongly recommend that users of older versions, especially of the
  -1.1.x and 1.2.x family, upgrade as soon as possible.  No further releases
  -will be made in the 1.2.x family.
  -
  -
  -Apache 1.3.12 is available for download from
  -
  -    http://www.apache.org/dist/
  -
  -Please see the CHANGES_1.3 file in the same directory for a full
  -list of changes.
  -
  -Binary distributions are available from
  -
  -   http://www.apache.org/dist/binaries/
  -
  -As of Apache 1.3.12 binary distributions contain all standard Apache
  -modules as shared objects (if supported by the platform) and include
  -full source code.  Installation is easily done by executing the
  -included install script.  See the README.bindist and INSTALL.bindist
  -files for a complete explanation.  Please note that the binary
  -distributions are only provided for your convenience and current
  -distributions for specific platforms are not always available.
  -
  -The source and binary distributions are also available via any of the
  -mirrors listed at
  -
  -    http://www.apache.org/mirrors/
  -
  -For an overview of new features in 1.3 please see
  -
  -    http://www.apache.org/docs/new_features_1_3.html
  -
  -In general, Apache 1.3 offers several substantial improvements
  -over version 1.2, including better performance, reliability and a
  -wider range of supported platforms, including Windows 95/98 and NT
  -(which fall under the "Win32" label).
  -
  -Apache is the most popular web server in the known universe; over
  -half of the servers on the Internet are running Apache or one of
  -its variants.
  -
  -IMPORTANT NOTE FOR WIN32 USERS: Over the years, many users have
  -come to trust Apache as a secure and stable server.  It must
  -be realized that the current Win32 code has not yet reached the
  -levels of the Unix version, but is of acceptable quality. Any
  -Win32 stability or security problems do not impact, in any way,
  -Apache on other platforms.  With the continued donation of time
  -and resources by individuals and companies, we hope that the Win32
  -version of Apache will grow stronger through the 1.3.x release cycle.
  -
  -
  -Thank you for using Apache.
  ---
  -See you at ApacheCon 2000 in Orlanda, Florida, March 8-10, 2000.
  -                http://www.Apachecon.com/
  -
  +                            Apache 1.3.14 Released
  +                                       
  +   The Apache Software Foundation and The Apache Server Project are
  +   pleased to announce the release of version 1.3.14 of the Apache HTTP
  +   server. Version 1.3.13 was never released.
  +   
  +   This version of Apache is primarily a security fix and bug fix
  +   release, but there are a few new features and improvements. A summary
  +   of the new features is given at the end of this document.
  +   
  +   We consider Apache 1.3.14 to be the best version of Apache available
  +   and we strongly recommend that users of older versions, especially of
  +   the 1.1.x and 1.2.x family, upgrade as soon as possible. No further
  +   releases will be made in the 1.2.x family.
  +   
  +   Apache 1.3.14 is available for download from
  +   
  +     http://httpd.apache.org/dist/
  +     
  +   Please see the CHANGES_1.3 file in the same directory for a full list
  +   of changes.
  +   
  +   Binary distributions are available from
  +   
  +     http://httpd.apache.org/dist/binaries/
  +     
  +   As of Apache 1.3.12 binary distributions contain all standard Apache
  +   modules as shared objects (if supported by the platform) and include
  +   full source code. Installation is easily done by executing the
  +   included install script. See the README.bindist and INSTALL.bindist
  +   files for a complete explanation. Please note that the binary
  +   distributions are only provided for your convenience and current
  +   distributions for specific platforms are not always available.
  +   
  +   The source and binary distributions are also available via any of the
  +   mirrors listed at
  +   
  +     http://www.apache.org/mirrors/
  +     
  +   For an overview of new features in 1.3 please see
  +   
  +     http://httpd.apache.org/docs/new_features_1_3.html
  +     
  +   In general, Apache 1.3 offers several substantial improvements over
  +   version 1.2, including better performance, reliability and a wider
  +   range of supported platforms, including Windows 95/98 and NT (which
  +   fall under the "Win32" label).
  +   
  +   Apache is the most popular web server in the known universe; over half
  +   of the servers on the Internet are running Apache or one of its
  +   variants.
  +   
  +   IMPORTANT NOTE FOR WIN32 USERS: Over the years, many users have come
  +   to trust Apache as a secure and stable server. It must be realized
  +   that the current Win32 code has not yet reached the levels of the Unix
  +   version, but is of acceptable quality. Any Win32 stability or security
  +   problems do not impact, in any way, Apache on other platforms.
  +   
  +                          Apache 1.3.14 Major changes
  +                                       
  +   The security fixes are:
  +     * A problem with the Rewrite module, mod_rewrite, allowed access to
  +       any file on the web server under certain circumstances
  +     * The handling of Host: headers in mass virtual hosting
  +       configurations, mod_vhost_alias, could allow access to any file on
  +       the server
  +     * If a cgi-bin directory is under the document root, the source to
  +       the scripts inside it could be sent if using mass virtual hosting
  +       
  +   The main new features include:
  +     * Support for a directory-based configuration system. If any of the
  +       configuration directives point to directories instead of files,
  +       all files in that directory (and in subdirectories) will be also
  +       parsed as configuration files
  +     * Support name-based virtual hosting without needing to specify an
  +       IP address in the Apache configuration file. This enables sites
  +       that use dynamic IP addresses to support name-based virtual
  +       hosting as well as allowing identical machines to share a
  +       configuration file, say in a load-balanced cluster
  +     * The SetEnvIf and BrowserMatch range of directives are now able to
  +       be used in .htaccess files.
  +     * Administrators who are nervous about their full server version
  +       details being public can use the new keyword 'ProductOnly' in the
  +       ServerTokens directive. This keyword forces the server to only
  +       return the string "Apache" as the server version.
  +     * The new digest authentication module, mod_auth_digest has had a
  +       number of fixes and upgrades applied
  +       
  +   Selected new features that relate to windows platforms:
  +     * The project files have been converted to work with Microsoft
  +       Visual C 6.0
  +     * The DBM package "sdbm" is now bundled with Apache
  +     * Windows 95 and 98 can now benefit from an emulation of the NT
  +       services, including install and uninstall options. The Apache
  +       server therefore can start when the OS loads and will not stop if
  +       the current user logs off for example
  +     * A comprehensive review of the Windows documentation has been
  +       performed.
  +     * Preparations for allowing Apache to be built using the free
  +       Borland bcc 5.5 compiler
  +       
  +   Selected new features relating to other platforms:
  +     * Support for the new FreeBSD accept filters feature. This feature
  +       postpones the requirement for a child process to handle a new
  +       connection until a HTTP request has arrived, therefore increasing
  +       the number of connections that a given number of child processes
  +       can handle
  +     * A number of alterations for the MPE platform including fixing
  +       error reporting, updating the DSO code to be compatible with a
  +       recent OS patch, refining user and group management, and initial
  +       support for the proxy module
  +     * The default serialised accept has been changed for AIX 4.3 to
  +       provide a substantial performance improvement on multiple CPU
  +       machines serving large numbers of concurrent clients
  +     * DSO support added for BS2000 and OS/390 USS platforms
  +     * A directory layout for Solaris 8 has been added to the
  +       configuration system
  +     * The proxy module mod_proxy has been patched so that it can be
  +       built on BeOS 4.5.2
  +     * Updated configuration script to allow building on IBM's IA-64
  +       version of AIX