mirror of
https://github.com/apache/httpd.git
synced 2025-08-05 16:55:50 +03:00
silly me
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1467572 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -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[] = {
|
||||
|
Reference in New Issue
Block a user