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.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82329
13f79535-47bb-0310-9956-
ffa450edef68
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>
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>