diff -Naur apache_1.3.9-orig/10xpatchlevel apache_1.3.9/10xpatchlevel
--- apache_1.3.9-orig/10xpatchlevel
+++ apache_1.3.9/10xpatchlevel Thu Jan 13 22:41:52 2000
@@ -0,0 +1,4 @@
+This file contains the patch level for the Accelerating Apache patches
+available from http://oss.sgi.com/projects/apache.
+
+10xpatchlevel=1.
diff -Naur apache_1.3.9-orig/ABOUT_APACHE apache_1.3.9/ABOUT_APACHE
--- apache_1.3.9-orig/ABOUT_APACHE Wed Mar 31 16:42:14 1999
+++ apache_1.3.9/ABOUT_APACHE Mon Dec 6 14:36:18 1999
@@ -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.9-orig/conf/httpd.conf-dist apache_1.3.9/conf/httpd.conf-dist
--- apache_1.3.9-orig/conf/httpd.conf-dist Wed May 5 13:17:59 1999
+++ apache_1.3.9/conf/httpd.conf-dist Mon Dec 6 14:36:18 1999
@@ -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.
+#
+