From: Daniel Gruno Date: Sat, 13 Apr 2013 07:45:09 +0000 (+0000) Subject: silly me X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e98d2a2d20a6e26d49b34944eea1e794ed01a7e;p=thirdparty%2Fapache%2Fhttpd.git silly me git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1467572 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/lua/lua_request.c b/modules/lua/lua_request.c index 28229b061ac..55175a1bf73 100644 --- a/modules/lua/lua_request.c +++ b/modules/lua/lua_request.c @@ -1753,7 +1753,7 @@ static const char* lua_ap_get_server_name(request_rec* r) { const char *name; name = ap_get_server_name(r); - return name ? name : "Apache"; + return name ? name : "localhost"; } static const struct luaL_Reg server_methods[] = {