diff -Naur apache_1.3.11-orig/10xpatchlevel apache_1.3.11/10xpatchlevel
--- apache_1.3.11-orig/10xpatchlevel
+++ apache_1.3.11/10xpatchlevel Thu Feb 10 10:32:24 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.11-0.
diff -Naur apache_1.3.11-orig/ABOUT_APACHE apache_1.3.11/ABOUT_APACHE
--- apache_1.3.11-orig/ABOUT_APACHE Wed Mar 31 16:42:14 1999
+++ apache_1.3.11/ABOUT_APACHE Wed Feb 9 11:41:47 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.11-orig/conf/httpd.conf-dist apache_1.3.11/conf/httpd.conf-dist
--- apache_1.3.11-orig/conf/httpd.conf-dist Thu Dec 9 08:01:09 1999
+++ apache_1.3.11/conf/httpd.conf-dist Wed Feb 9 11:41:48 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.
+#
+