]> granicus.if.org Git - apache/commitdiff
silly me
authorDaniel Gruno <humbedooh@apache.org>
Sat, 13 Apr 2013 07:45:09 +0000 (07:45 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Sat, 13 Apr 2013 07:45:09 +0000 (07:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1467572 13f79535-47bb-0310-9956-ffa450edef68

modules/lua/lua_request.c

index 28229b061ac26d7b170cc592cd2b188ea75cf040..55175a1bf734e5f857cddc917ca50011213d8ab9 100644 (file)
@@ -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[] = {