jim 98/09/12 13:16:52
Modified: conf httpd.conf-dist httpd.conf-dist-win
htdocs/manual/mod mod_status.html
src Configuration.tmpl
Log:
mod_status is now a Base module and included by default.
Revision Changes Path
1.30 +6 -0 apache-1.3/conf/httpd.conf-dist
Index: httpd.conf-dist
===================================================================
RCS file: /export/home/cvs/apache-1.3/conf/httpd.conf-dist,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- httpd.conf-dist 1998/09/04 17:10:39 1.29
+++ httpd.conf-dist 1998/09/12 20:16:50 1.30
@@ -126,6 +126,12 @@
#
#LockFile logs/accept.lock
+# 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
+
# ServerName allows you to set a host name which is sent back to clients for
# your server if it's different than the one the program would get (i.e. use
# "www" instead of the host's real name).
1.19 +6 -0 apache-1.3/conf/httpd.conf-dist-win
Index: httpd.conf-dist-win
===================================================================
RCS file: /export/home/cvs/apache-1.3/conf/httpd.conf-dist-win,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- httpd.conf-dist-win 1998/09/04 17:10:39 1.18
+++ httpd.conf-dist-win 1998/09/12 20:16:50 1.19
@@ -108,6 +108,12 @@
# no two invocations of Apache share the same scoreboard file.
ScoreBoardFile logs/apache_status
+# 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
+
# ServerName allows you to set a host name which is sent back to clients for
# your server if it's different than the one the program would get (i.e. use
# "www" instead of the host's real name).
1.16 +2 -2 apache-1.3/htdocs/manual/mod/mod_status.html
Index: mod_status.html
===================================================================
RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/mod_status.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- mod_status.html 1998/09/06 19:00:41 1.15
+++ mod_status.html 1998/09/12 20:16:51 1.16
@@ -64,7 +64,7 @@
<A
HREF="directive-dict.html#Status"
REL="Help"
-><STRONG>Status:</STRONG></A> Extension<BR>
+><STRONG>Status:</STRONG></A> Base<BR>
<A
HREF="directive-dict.html#Module"
REL="Help"
@@ -73,7 +73,7 @@
HREF="directive-dict.html#Compatibility"
REL="Help"
><STRONG>Compatibility:</STRONG></A> ExtendedStatus is only available
- in Apache 1.3.2 and later
+ in Apache 1.3.2 and later.
<P>
This directive controls whether the server keeps track of extended
1.110 +1 -1 apache-1.3/src/Configuration.tmpl
Index: Configuration.tmpl
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/Configuration.tmpl,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- Configuration.tmpl 1998/08/11 00:09:42 1.109
+++ Configuration.tmpl 1998/09/12 20:16:52 1.110
@@ -245,7 +245,7 @@
## the 'ExtendedStatus On' directive to allow full status information.
## Please note that doing so can result in a palpable performance hit.
-# AddModule modules/standard/mod_status.o
+AddModule modules/standard/mod_status.o
## The Info module displays configuration information for the server and
## all included modules. It's very useful for debugging.