projects
/
apache
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
336d9f3
)
silly me
author
Daniel Gruno
<humbedooh@apache.org>
Sat, 13 Apr 2013 07:45:09 +0000
(07:45 +0000)
committer
Daniel 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
patch
|
blob
|
history
diff --git
a/modules/lua/lua_request.c
b/modules/lua/lua_request.c
index 28229b061ac26d7b170cc592cd2b188ea75cf040..55175a1bf734e5f857cddc917ca50011213d8ab9 100644
(file)
--- 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[] = {