From: Stefan Fritsch Date: Mon, 10 Jan 2011 19:34:37 +0000 (+0000) Subject: clarify that the displayed IP address may not be the public address, X-Git-Tag: 2.3.11~246 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adb7fdd063be0005ec03ba93f5f730bcf5b006a0;p=thirdparty%2Fapache%2Fhttpd.git clarify that the displayed IP address may not be the public address, as suggested by wrowe git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1057329 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/generators/mod_status.c b/modules/generators/mod_status.c index 4f917f37978..0b1c3dba973 100644 --- a/modules/generators/mod_status.c +++ b/modules/generators/mod_status.c @@ -376,7 +376,7 @@ static int status_handler(request_rec *r) "\nApache Status\n\n", r); ap_rputs("

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, ")

\n\n", NULL); ap_rvputs(r, "
Server Version: ", ap_get_server_description(), "
\n", NULL);