From: Manoj Kasichainula Date: Thu, 29 Oct 1998 20:27:13 +0000 (+0000) Subject: PR: 2706 X-Git-Tag: 1.3.4~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8c2bb7047445a1e3135beb085c80e449986ee24;p=thirdparty%2Fapache%2Fhttpd.git 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 --- 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>