diff -urN apache_1.3.20/10xpatchlevel-orig apache_1.3.20/10xpatchlevel
--- apache_1.3.20/10xpatchlevel-orig Wed Dec 31 19:00:00 1969
+++ apache_1.3.20/10xpatchlevel Sat Jun 30 23:53:22 2001
@@ -0,0 +1,5 @@
+This file contains the patch level for the Accelerating Apache patches
+available from
+ http://oss.sgi.com/projects/apache/
+
+10xpatchlevel=1.3.20-0
diff -urN apache_1.3.20/ABOUT_APACHE-orig apache_1.3.20/ABOUT_APACHE
--- apache_1.3.20/ABOUT_APACHE-orig Mon Apr 9 10:15:00 2001
+++ apache_1.3.20/ABOUT_APACHE Sat Jun 30 23:53:22 2001
@@ -114,7 +114,8 @@
Other major contributors
- Howard Fear (mod_include), Florent Guillaume (language negotiation),
+ Mike Abbott (performance), Howard Fear (mod_include),
+ Florent Guillaume (language negotiation),
Koen Holtman (rewrite of mod_negotiation),
Kevin Hughes (creator of all those nifty icons),
Brandon Long and Beth Frank (NCSA Server Development Team, post-1.3),
diff -urN apache_1.3.20/conf/httpd.conf-dist-orig apache_1.3.20/conf/httpd.conf-dist
--- apache_1.3.20/conf/httpd.conf-dist-orig Sun May 13 12:59:49 2001
+++ apache_1.3.20/conf/httpd.conf-dist Sat Jun 30 23:53:22 2001
@@ -183,6 +183,14 @@
#BindAddress *
#
+# SingleListen: Require that each child process listen to a single IP
+# address and port, from the list specified using Listen options.
+# Listen addresses are distributed evenly across child processes. This
+# avoids the whole serialized accept problem.
+#
+SingleListen off
+
+#
# Dynamic Shared Object (DSO) Support
#
# To be able to use the functionality of a module which was built as a DSO you
@@ -205,6 +213,16 @@
# Off) when the "server-status" handler is called. The default is Off.
#
#ExtendedStatus On
+
+#
+# QSC: Enable the Quick Shortcut Cache. The QSC caches response
+# headers and data together for very fast response to requests for
+# static content. It is tightly integrated with and requires the
+# mmap_static module.
+#
+