manoj 98/10/29 12:27:14
Modified: htdocs/manual handler.html
Log:
PR: 2706
Changed references to "/status" to "/server-status". This isn't really
necessary, but a user was confused by the difference between the docs and
the configuration file, and consistency is a good thing.
Revision Changes Path
1.16 +2 -2 apache-1.3/htdocs/manual/handler.html
Index: handler.html
===================================================================
RCS file: /export/home/cvs/apache-1.3/htdocs/manual/handler.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -u -r1.15 -r1.16
--- handler.html 1998/10/21 05:57:58 1.15
+++ handler.html 1998/10/29 20:27:13 1.16
@@ -137,10 +137,10 @@
SetHandler imap-file
</PRE>
<P>Another example: if you wanted to have the server display a status
-report whenever a URL of <CODE>http://servername/status</CODE> was
+report whenever a URL of <CODE>http://servername/server-status</CODE> was
called, you might put the following into access.conf:
<PRE>
- <Location /status>
+ <Location /server-status>
SetHandler server-status
</Location>
</PRE>