Lines Matching refs:server
63 cmd->server->keep_alive_timeout = timeout;
66 * set for the main server, because if no http_module directive is used
67 * for a vhost, it will inherit the http_srv_cfg from the main server.
72 if (cmd->server->is_virtual) {
73 cmd->server->keep_alive_timeout_set = 1;
86 cmd->server->keep_alive = arg;
98 cmd->server->keep_alive_max = atoi(arg);
119 if (r->server->server_scheme &&
120 (strcmp(r->server->server_scheme, "https") == 0))
128 if (r->server->server_scheme &&
129 (strcmp(r->server->server_scheme, "https") == 0))
193 apr_interval_time_t keep_alive_timeout = r->server->keep_alive_timeout;
196 * base server (first on this IP:port) when none is explicitly
197 * configured on this server.
199 if (!r->server->keep_alive_timeout_set) {
324 NULL, /* create per-server config structure */
325 NULL, /* merge per-server config structures */