Searched refs:vhost (Results 1 - 10 of 10) sorted by relevance
| /httpd/support/ |
| H A D | split-logfile.in | 40 my ($vhost) = split (/\s/, $log_line); 47 $vhost = lc ($vhost) || "access"; 49 # if the vhost contains a "/" or "\", it is illegal so just use 52 if ($vhost =~ m#[/\\]#) { $vhost = "access" } 57 if (! $log_file{$vhost}) { 58 open $log_file{$vhost}, ">>${vhost}.log" 59 or die ("Can't open ${vhost} [all...] |
| /httpd/modules/echo/ |
| H A D | mod_echo.c | 115 apr_cpystrn(ws->vhost, c->base_server->server_hostname, 116 sizeof(ws->vhost));
|
| /httpd/server/ |
| H A D | scoreboard.c | 499 apr_snprintf(ws->vhost, sizeof(ws->vhost), "%s:%d", 508 ws->vhost[0]='\0'; 602 dest->vhost[sizeof(dest->vhost) - 1] = '\0';
|
| /httpd/include/ |
| H A D | scoreboard.h | 117 char vhost[32]; /* What virtual host is being accessed? */ member in struct:worker_score
|
| /httpd/modules/generators/ |
| H A D | mod_status.c | 786 ws_record->vhost)); 868 ws_record->vhost),
|
| /httpd/test/ |
| H A D | make_sni.sh | 41 echo "Syntax: $0 [-f] [-a IPaddress] [-d outdir] [-D domain ] [two or more vhost names ]" 47 echo " [names] List of optional vhost names (default is $NAMES)" 85 echo "Aborted - just specifing one vhost makes no sense for SNI testing. Go wild !" 365 for each vhost configured and a concluding warning:
|
| /httpd/modules/proxy/ |
| H A D | mod_proxy_balancer.c | 1514 if (balancer->s->vhost && *(balancer->s->vhost)) { 1515 ap_rvputs(r, balancer->s->vhost, " -> ", NULL);
|
| H A D | mod_proxy.h | 431 char vhost[PROXY_BALANCER_MAX_HOSTNAME_SIZE]; member in struct:__anon286 719 * Update the balancer's vhost related fields 722 * @param url url to find vhost info
|
| H A D | proxy_util.c | 1130 if (puri.hostname && PROXY_STRNCPY(balancer->s->vhost, puri.hostname) != APR_SUCCESS) { 1131 return apr_psprintf(p, "balancer %s front-end vhost name (%s) too long", 3448 * so we use the proxy vhost's name instead.
|
| /httpd/modules/lua/ |
| H A D | lua_request.c | 1318 lua_pushstring(L, "vhost"); 1319 lua_pushstring(L, ws_record->vhost);
|
Completed in 58 milliseconds