Lines Matching defs:server

59     server_rec *server;         /* the server to use on a match */
71 server_rec *server; /* the server to use if this matches */
85 /* A (n) bucket hash table, each entry has a pointer to a server rec and
116 * Otherwise it's a name-vhost list, and the default is the server in the
323 * where the server is handling entire "networks" of servers. i.e. a
358 new->server = s;
371 new->server = s;
452 ic->server->server_hostname,
453 ic->server->defn_name, ic->server->defn_line_number);
457 "%8s default server %s (%s:%u)\n",
458 buf, "", ic->server->server_hostname,
459 ic->server->defn_name, ic->server->defn_line_number);
468 nc->server->server_hostname,
469 nc->server->defn_name, nc->server->defn_line_number);
470 if (nc->server->names) {
471 apr_array_header_t *names = nc->server->names;
480 if (nc->server->wild_names) {
481 apr_array_header_t *names = nc->server->wild_names;
516 * add the relevant server names to the chain. Special care is taken
527 /* iterating backwards, so each one we see becomes the current default server */
528 ic->server = s;
585 /* XXX: this treats 0.0.0.0 as a "default" server which matches no-exact-match for IPv6 */
589 if (ic && sar->host_port == ic->sar->host_port) { /* we're a match for an existing "default server" */
596 /* No default server, or we found a default server but
612 /* No matching server, or we found a matching server but
657 "Failed to resolve server name "
935 * a header "Host: host:port", would it map to r->server? It's more
947 s = r->server;
961 * Suppose r->server is v2, and we're asked to match "10.1.1.1". We'll say
1010 * whose ports may not match. Also each server may appear more than
1014 * server, fortunately we know that all the VirtualHost addresses for
1015 * a single server are adjacent to each other.
1029 s = src->server;
1032 * server, do them now.
1062 /* s is the first matching server, we're done */
1063 r->server = s;
1093 s = src->server;
1103 r->server = s;
1144 core_server_config *conf = ap_get_core_module_config(r->server->module_config);
1220 s = src->server;
1244 * new connection is assumed to have conn->server == main server.
1257 conn->base_server = trav->server;
1261 /* maybe there's a default server or wildcard name-based vhost
1269 conn->base_server = trav->server;
1273 /* otherwise we're stuck with just the main server