diff -Naur apache_1.3.12/10xpatchlevel-orig apache_1.3.12/10xpatchlevel
--- apache_1.3.12/10xpatchlevel-orig
+++ apache_1.3.12/10xpatchlevel Fri Mar 3 11:12:16 2000
@@ -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.12-0
diff -Naur apache_1.3.12/ABOUT_APACHE-orig apache_1.3.12/ABOUT_APACHE
--- apache_1.3.12/ABOUT_APACHE-orig Wed Mar 31 16:42:14 1999
+++ apache_1.3.12/ABOUT_APACHE Wed Feb 9 17:34:31 2000
@@ -104,7 +104,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),
Rasmus Lerdorf (mod_info, mod_php, mod_php3),
diff -Naur apache_1.3.12/conf/httpd.conf-dist-orig apache_1.3.12/conf/httpd.conf-dist
--- apache_1.3.12/conf/httpd.conf-dist-orig Sun Feb 20 23:30:46 2000
+++ apache_1.3.12/conf/httpd.conf-dist Wed Mar 1 17:12:35 2000
@@ -185,6 +185,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
@@ -207,6 +215,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.
+#
+