Commit 9a165228 authored by Manoj Kasichainula's avatar Manoj Kasichainula
Browse files

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.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82329 13f79535-47bb-0310-9956-ffa450edef68
parent 0e9b795b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -137,10 +137,10 @@ regardless of extension, you might put the following into an
    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>
    &lt;Location /status&gt;
    &lt;Location /server-status&gt;
    SetHandler server-status
    &lt;/Location&gt;
</PRE>
+2 −2
Original line number Diff line number Diff line
@@ -137,10 +137,10 @@ regardless of extension, you might put the following into an
    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>
    &lt;Location /status&gt;
    &lt;Location /server-status&gt;
    SetHandler server-status
    &lt;/Location&gt;
</PRE>