clarify that the displayed IP address may not be the public address,
authorStefan Fritsch <sf@apache.org>
Mon, 10 Jan 2011 19:34:37 +0000 (19:34 +0000)
committerStefan Fritsch <sf@apache.org>
Mon, 10 Jan 2011 19:34:37 +0000 (19:34 +0000)
as suggested by wrowe

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1057329 13f79535-47bb-0310-9956-ffa450edef68

modules/generators/mod_status.c

index 4f917f3797833eed3d0388a797d15982f25206df..0b1c3dba973b7deb22e693f9e03d543c2dc45e86 100644 (file)
@@ -376,7 +376,7 @@ static int status_handler(request_rec *r)
                  "<html><head>\n<title>Apache Status</title>\n</head><body>\n",
                  r);
         ap_rputs("<h1>Apache Server Status for ", r);
-        ap_rvputs(r, ap_get_server_name(r), " (", r->connection->local_ip,
+        ap_rvputs(r, ap_get_server_name(r), " (via ", r->connection->local_ip,
                   ")</h1>\n\n", NULL);
         ap_rvputs(r, "<dl><dt>Server Version: ",
                   ap_get_server_description(), "</dt>\n", NULL);