rse 99/03/10 05:02:13
Modified: src CHANGES
conf httpd.conf-dist-win
Log:
Move the directive `ExtendedStatus' in httpd.conf-dist-win _after_ the DSO/DLL
section because it's a directive from mod_status and isn't available before
the DLL of mod_status is loaded.
Submitted by: Martin POESCHL <[EMAIL PROTECTED]>
Reviewed by: Ralf S. Engelschall
PR: 3936
Revision Changes Path
1.1275 +5 -0 apache-1.3/src/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apache-1.3/src/CHANGES,v
retrieving revision 1.1274
retrieving revision 1.1275
diff -u -r1.1274 -r1.1275
--- CHANGES 1999/03/10 12:11:55 1.1274
+++ CHANGES 1999/03/10 13:02:10 1.1275
@@ -1,5 +1,10 @@
Changes with Apache 1.3.5
+ *) Move the directive `ExtendedStatus' in httpd.conf-dist-win _after_ the
+ DSO/DLL section because it's a directive from mod_status and isn't
+ available before the DLL of mod_status is loaded.
+ [Martin POESCHL <[EMAIL PROTECTED]>] PR#3936
+
*) Fix a bug in the calculation of the buffer size for the line
continuation
facility in Apache's configuration files which could lead to a buffer
overflow situation. [Thomas Devanneaux <[EMAIL PROTECTED]>] PR#3617
1.22 +7 -7 apache-1.3/conf/httpd.conf-dist-win
Index: httpd.conf-dist-win
===================================================================
RCS file: /home/cvs/apache-1.3/conf/httpd.conf-dist-win,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- httpd.conf-dist-win 1998/12/12 17:04:29 1.21
+++ httpd.conf-dist-win 1999/03/10 13:02:12 1.22
@@ -89,13 +89,6 @@
#AccessConfig conf/access.conf
#
-# ExtendedStatus controls whether Apache will generate "full" status
-# information (ExtendedStatus On) or just basic information (ExtendedStatus
-# Off) when the "server-status" handler is called. The default is Off.
-#
-#ExtendedStatus On
-
-#
# Timeout: The number of seconds before receives and sends time out.
#
Timeout 300
@@ -185,6 +178,13 @@
#LoadModule speling_module modules/ApacheModuleSpeling.dll
#LoadModule status_module modules/ApacheModuleStatus.dll
#LoadModule usertrack_module modules/ApacheModuleUserTrack.dll
+
+#
+# ExtendedStatus controls whether Apache will generate "full" status
+# information (ExtendedStatus On) or just basic information (ExtendedStatus
+# Off) when the "server-status" handler is called. The default is Off.
+#
+#ExtendedStatus On
### Section 2: 'Main' server configuration
#