]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
PR: 2706
authorManoj Kasichainula <manoj@apache.org>
Thu, 29 Oct 1998 20:27:13 +0000 (20:27 +0000)
committerManoj Kasichainula <manoj@apache.org>
Thu, 29 Oct 1998 20:27:13 +0000 (20:27 +0000)
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

docs/manual/handler.html
docs/manual/handler.html.en

index 5a0e1486a84feada977e634a8ca262e23ba0470d..7012a727452cfe330427ee4d22e3be2523751065 100644 (file)
@@ -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>
index 5a0e1486a84feada977e634a8ca262e23ba0470d..7012a727452cfe330427ee4d22e3be2523751065 100644 (file)
@@ -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>