fielding 99/01/11 20:34:15
Modified: . index.html search.html dist .htaccess Announcement.html Announcement.txt HEADER.html README.html Log: Release 1.3.4 Revision Changes Path 1.73 +9 -24 apache-site/index.html Index: index.html =================================================================== RCS file: /export/home/cvs/apache-site/index.html,v retrieving revision 1.72 retrieving revision 1.73 diff -u -r1.72 -r1.73 --- index.html 1998/11/13 16:36:46 1.72 +++ index.html 1999/01/12 04:34:12 1.73 @@ -54,16 +54,16 @@ <P><HR> -<H2 ALIGN="CENTER">Apache 1.3.3 Now Available</H2> +<H2 ALIGN="CENTER">Apache 1.3.4 Now Available</H2> <P><BLOCKQUOTE> The Apache Group is pleased to announce the release of the - 1.3.3 version of the Apache HTTP server, including a Win32 build. - Apache 1.3.3 is the most stable version of Apache currently available; - everyone running 1.2.X servers or earlier should upgrade to 1.3, as we - will stop providing support for the 1.2.X tree, though we may make a - release of 1.2.7. At present, the Win32 port of Apache is not + 1.3.4 version of the Apache HTTP server, including a Win32 build. + Apache 1.3.4 is the best version of Apache currently available; + everyone running 1.2.X servers or earlier should upgrade to 1.3, as there + will not be any further 1.2.X releases. + At present, the Win32 port of Apache is not as stable as the UNIX version. Further releases of the 1.3.x tree will bring the Win32 port closer to parity. @@ -77,30 +77,15 @@ <P><HR> -<H2 ALIGN="CENTER">Apache 1.2.6</H2> - -<P><BLOCKQUOTE> - -Apache 1.2.6 is also available. This is a maintenance release, with -numerous bug fixes from 1.2.5, including a several HTTP/1.1 protocol -fixes necessary for correct interoperation with new clients. The 1.2 -series has been well tested and is a stable platform; however, all -active development is now being done on the 1.3 series of the server. -You can get 1.2.6 from the <A HREF="dist/">download directory</A>. - -</BLOCKQUOTE> - -<P><HR> - <H2 ALIGN="CENTER">The Number One HTTP Server On The Internet</H2> <P><BLOCKQUOTE> Apache has been the most popular web server on the Internet since -April of 1996. The November 1998 WWW server <A -HREF="http://www.netcraft.com/Survey/">site survey by Netcraft</A> +April of 1996. The January 1999 WWW server <A +HREF="http://www.netcraft.com/survey/">site survey by Netcraft</A> found that over 53% of the web sites on the Internet are using Apache -(57% if Apache derivatives are included), thus making it more widely +(58% if Apache derivatives are included), thus making it more widely used than all other web servers combined. <P> 1.3 +1 -0 apache-site/search.html Index: search.html =================================================================== RCS file: /export/home/cvs/apache-site/search.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- search.html 1998/06/07 16:27:40 1.2 +++ search.html 1999/01/12 04:34:12 1.3 @@ -47,6 +47,7 @@ <input name="what" value="dev"type="checkbox"> Developers Site <BR> <input name="what" value="code" type="checkbox"> Source <input name="what" value="bugs" type="checkbox"> Bugtraq +<input name="what" value="perl" type="checkbox"> Mod_perl <P> <INPUT TYPE="submit" VALUE="Start Search"> 1.18 +4 -1 apache-site/dist/.htaccess Index: .htaccess =================================================================== RCS file: /export/home/cvs/apache-site/dist/.htaccess,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- .htaccess 1998/10/13 06:49:50 1.17 +++ .htaccess 1999/01/12 04:34:13 1.18 @@ -10,11 +10,14 @@ AddDescription "1.3.3 compressed source" apache_1.3.3.tar.Z AddDescription "1.3.3 gzipped source" apache_1.3.3.tar.gz AddDescription "1.3.3 Win32 binary" apache_1_3_3.exe +AddDescription "1.3.4 compressed source" apache_1.3.4.tar.Z +AddDescription "1.3.4 gzipped source" apache_1.3.4.tar.gz +AddDescription "1.3.4 Win32 binary" apache_1_3_4.exe AddDescription "List of changes in 1.3" /export/pub/apache/dist/CHANGES_1.3 AddDescription "List of changes in 1.2" /export/pub/apache/dist/CHANGES_1.2 AddDescription "Developer PGP keys" /export/pub/apache/dist/KEYS AddDescription "PGP signature" *.asc -AddDescription "Apache 1.3.3 Released" Announcement.txt +AddDescription "Apache 1.3.4 Released" Announcement.txt AddDescription "Binary distributions" /export/pub/apache/dist/binaries AddDescription "Contributed software" /export/pub/apache/dist/contrib AddDescription "Old source & binaries" /export/pub/apache/dist/old 1.13 +31 -22 apache-site/dist/Announcement.html Index: Announcement.html =================================================================== RCS file: /export/home/cvs/apache-site/dist/Announcement.html,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- Announcement.html 1998/10/09 10:03:57 1.12 +++ Announcement.html 1999/01/12 04:34:13 1.13 @@ -1,38 +1,46 @@ <HTML> <HEAD> - <TITLE>Apache 1.3.3 Released</TITLE> + <TITLE>Apache 1.3.4 Released</TITLE> </HEAD> <BODY> -<H1>Apache 1.3.3 Released</H1> +<H1>Apache 1.3.4 Released</H1> <P> The Apache Group is pleased to announce the release of version -1.3.3 of the Apache HTTP server. +1.3.4 of the Apache HTTP server. <P> -This new Apache version is a bugfix release, primarily to fix a -serious problem with server error reporting introduced in 1.3.2. -This affected the functionality of most custom ErrorDocuments and -of some modules that depend on special error output (e.g., mod_speling). -A side-effect bug that resulted in incorrect error reporting of -nonexistent .htaccess files has also been fixed. +This new Apache version incorporates over 90 significant improvements +to the server, including avoidance of some denial-of-service attacks, +support for 3rd-party WebDAV modules, a complete overhaul of content +negotiation, optional column sorting for fancy indexes, the ability to +set a DefaultLanguage, and many fixes to improve consistency, portability, +and squish bugs. A complete listing is provided in the src/CHANGES file. <P> -Additional changes in this release consist of new supported platforms, -Win32 and Unix portability fixes, ErrorDocument environment enhancements, -improved protocol behavior to match the HTTP/1.1 revised specification, -and assorted other features or fixes. Users should review the <A HREF="http://www.apache.org/docs/new_features_1_3">new_features_1_3</A> file -and decide on their upgrade plans. We consider Apache 1.3.3 to be the -most stable 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. +Of special note are the many changes to the Apache configuration process. +The default path layout generated by the "configure" script has been +changed to be more consistent with the traditional Apache layout, and +several new command-line options have been added to make compilation +easier. Please see the README.configure and INSTALL files for complete +information. In addition, we have moved all of the server configuration +directives to a single file (httpd.conf-dist), updated mime.types, and +improved the examples for first-time installers. Finally, a few of the +rarely-used command-line options for httpd have been changed to be more +consistent with the help options of other programs. <P> -Apache 1.3.3 is available for download from +We consider Apache 1.3.4 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.4 is available for download from + <UL> - <A HREF="http://www.apache.org/dist/">http://www.apache.org/dist/</A> +<A HREF="http://www.apache.org/dist/">http://www.apache.org/dist/</A> </UL> <P> @@ -41,14 +49,14 @@ the mirrors listed at <UL> - <A HREF="http://www.apache.org/mirrors/">http://www.apache.org/mirrors/</A> +<A HREF="http://www.apache.org/mirrors/">http://www.apache.org/mirrors/</A> </UL> <P> For an overview of new features in 1.3 please see <UL> - <A HREF="http://www.apache.org/docs/new_features_1_3">http://www.apache.org/docs/new_features_1_3</A> +<A HREF="http://www.apache.org/docs/new_features_1_3">http://www.apache.org/docs/new_features_1_3</A> </UL> <P> @@ -63,7 +71,8 @@ its variants. <P> -<FONT COLOR=red>IMPORTANT NOTE FOR WIN32 USERS:</FONT> Over the years, many users have +<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 these levels and should still be considered to be of beta quality. Any 1.7 +24 -17 apache-site/dist/Announcement.txt Index: Announcement.txt =================================================================== RCS file: /export/home/cvs/apache-site/dist/Announcement.txt,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- Announcement.txt 1998/10/09 09:40:43 1.6 +++ Announcement.txt 1999/01/12 04:34:14 1.7 @@ -1,26 +1,33 @@ -Apache 1.3.3 Released +Apache 1.3.4 Released ===================== The Apache Group is pleased to announce the release of version -1.3.3 of the Apache HTTP server. +1.3.4 of the Apache HTTP server. -This new Apache version is a bugfix release, primarily to fix a -serious problem with server error reporting introduced in 1.3.2. -This affected the functionality of most custom ErrorDocuments and -of some modules that depend on special error output (e.g., mod_speling). -A side-effect bug that resulted in incorrect error reporting of -nonexistent .htaccess files has also been fixed. +This new Apache version incorporates over 90 significant improvements +to the server, including avoidance of some denial-of-service attacks, +support for 3rd-party WebDAV modules, a complete overhaul of content +negotiation, optional column sorting for fancy indexes, the ability to +set a DefaultLanguage, and many fixes to improve consistency, portability, +and squish bugs. A complete listing is provided in the src/CHANGES file. -Additional changes in this release consist of new supported platforms, -Win32 and Unix portability fixes, ErrorDocument environment enhancements, -improved protocol behavior to match the HTTP/1.1 revised specification, -and assorted other features or fixes. Users should review the CHANGES file -and decide on their upgrade plans. We consider Apache 1.3.3 to be the -most stable 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. +Of special note are the many changes to the Apache configuration process. +The default path layout generated by the "configure" script has been +changed to be more consistent with the traditional Apache layout, and +several new command-line options have been added to make compilation +easier. Please see the README.configure and INSTALL files for complete +information. In addition, we have moved all of the server configuration +directives to a single file (httpd.conf-dist), updated mime.types, and +improved the examples for first-time installers. Finally, a few of the +rarely-used command-line options for httpd have been changed to be more +consistent with the help options of other programs. -Apache 1.3.3 is available for download from +We consider Apache 1.3.4 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.4 is available for download from http://www.apache.org/dist/ 1.6 +1 -1 apache-site/dist/HEADER.html Index: HEADER.html =================================================================== RCS file: /export/home/cvs/apache-site/dist/HEADER.html,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- HEADER.html 1998/10/09 09:59:54 1.5 +++ HEADER.html 1999/01/12 04:34:14 1.6 @@ -5,5 +5,5 @@ closer mirror to you.<BR> <A HREF="http://www.apache.org/dyn/closer.cgi">Go here to find it.</A> <H2> - <A HREF="Announcement.html">Apache 1.3.3 for Unix and Win32</A> is now available. + <A HREF="Announcement.html">Apache 1.3.4 for Unix and Win32</A> is now available. </H2> 1.19 +3 -7 apache-site/dist/README.html Index: README.html =================================================================== RCS file: /export/home/cvs/apache-site/dist/README.html,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- README.html 1998/10/09 09:59:54 1.18 +++ README.html 1999/01/12 04:34:14 1.19 @@ -1,6 +1,6 @@ -<H2>Apache 1.3.3 Released</H2> +<H2>Apache 1.3.4 Released</H2> -<P>Apache 1.3.3 is a maintenance release with numerous bug fixes. +<P>Apache 1.3.4 is a maintenance release with numerous bug fixes. For details, see the <A HREF="CHANGES_1.3">v1.3 CHANGES</A> file. <P>For information about new features in 1.3, see the @@ -10,10 +10,6 @@ the known issues in 1.3, see the <A HREF="../info/known_bugs.html"> known bugs</A> page. -<P>Apache 1.2.6 is also available for download, though we strongly -urge you to use the 1.3 server. We will not be putting significant -effort towards supporting the 1.2 series. - <H2>Binary Releases</H2> <P>Are available in the <A HREF="binaries/">binaries/</A> directory. @@ -30,7 +26,7 @@ distribution.</P> <PRE>e.g. % pgpk -a KEYS -% pgpv apache_1.3.3.tar.gz.asc +% pgpv apache_1.3.4.tar.gz.asc </PRE> <H2>Contributory Patches/Modules/Code</H2>