From e8c2bb7047445a1e3135beb085c80e449986ee24 Mon Sep 17 00:00:00 2001 From: Manoj Kasichainula Date: Thu, 29 Oct 1998 20:27:13 +0000 Subject: [PATCH] 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 --- docs/manual/handler.html | 4 ++-- docs/manual/handler.html.en | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/manual/handler.html b/docs/manual/handler.html index 5a0e1486a84..7012a727452 100644 --- a/docs/manual/handler.html +++ b/docs/manual/handler.html @@ -137,10 +137,10 @@ regardless of extension, you might put the following into an SetHandler imap-file

Another example: if you wanted to have the server display a status -report whenever a URL of http://servername/status was +report whenever a URL of http://servername/server-status was called, you might put the following into access.conf:

-    <Location /status>
+    <Location /server-status>
     SetHandler server-status
     </Location>
 
diff --git a/docs/manual/handler.html.en b/docs/manual/handler.html.en index 5a0e1486a84..7012a727452 100644 --- a/docs/manual/handler.html.en +++ b/docs/manual/handler.html.en @@ -137,10 +137,10 @@ regardless of extension, you might put the following into an SetHandler imap-file

Another example: if you wanted to have the server display a status -report whenever a URL of http://servername/status was +report whenever a URL of http://servername/server-status was called, you might put the following into access.conf:

-    <Location /status>
+    <Location /server-status>
     SetHandler server-status
     </Location>
 
-- 2.47.2