Lines Matching +refs:val +refs:server
200 int left = r->server->keep_alive_max - r->connection->keepalives;
220 * and the server configuration enables keep-alive;
221 * and the server configuration has a reasonable inter-request timeout;
247 && r->server->keep_alive
248 && (r->server->keep_alive_timeout > 0)
249 && ((r->server->keep_alive_max == 0)
265 if (r->server->keep_alive_max) {
268 (int)apr_time_sec(r->server->keep_alive_timeout),
274 (int)apr_time_sec(r->server->keep_alive_timeout)));
300 && r->server->keep_alive_max
314 /* A server MUST use the strong comparison function (see section 13.3.3)
560 * specified in this field, then the server MUST
575 * If the request method was GET or HEAD, failure means the server
577 * For all other request methods, failure means the server MUST
601 * specified in this field, then the server MUST
603 * A date later than the server's current request time is invalid.
962 void *val;
964 apr_hash_this(hi, &key, NULL, &val);
965 if (*(int *)val == methnum)
1019 ap_get_core_module_config(r->server->module_config);
1025 void *val;
1027 apr_hash_this(hi, &key, NULL, &val);
1028 if ((mask & (AP_METHOD_BIT << *(int *)val)) != 0) {
1032 if (*(int *)val == M_GET)
1037 /* TRACE is tested on a per-server basis */
1138 return("<p>This server could not verify that you\n"
1147 "this server could not understand.<br />\n",
1154 "\non this server.<br />\n",
1161 " was not found on this server.</p>\n",
1176 " could not be found on this server.</p>\n",
1204 s1 = "<p>The proxy server received an invalid" CRLF
1205 "response from an upstream server.<br />" CRLF;
1221 "<br />\nis no longer available on this server "
1237 "limit for this server.<br />\n";
1251 "field could not be met by this server.\n"
1261 return("<p>The server understands the media type of the\n"
1274 "using SSL. The server is willing to upgrade the current\n"
1284 return("<p>The server refused this request because\n"
1288 "because the server is unable to store the\n"
1293 return("<p>The server is temporarily unable to service your\n"
1298 "from the upstream server or application.</p>\n");
1300 return("<p>The server terminated an operation because\n"
1304 "accepted by the server for this resource.</p>\n");
1327 "<p>The server encountered an internal "
1331 "<p>Please contact the server "
1334 r->server->server_admin),
1341 "in the server error log.</p>\n",
1365 * response that can be generated by the server from the request record.
1367 * and 5xx (server error) messages that have not been redirected to another