Searched refs:vhost (Results 1 - 10 of 10) sorted by relevance

/httpd/support/
H A Dsplit-logfile.in40 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 Dmod_echo.c115 apr_cpystrn(ws->vhost, c->base_server->server_hostname,
116 sizeof(ws->vhost));
/httpd/server/
H A Dscoreboard.c499 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 Dscoreboard.h117 char vhost[32]; /* What virtual host is being accessed? */ member in struct:worker_score
/httpd/modules/generators/
H A Dmod_status.c786 ws_record->vhost));
868 ws_record->vhost),
/httpd/test/
H A Dmake_sni.sh41 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 Dmod_proxy_balancer.c1514 if (balancer->s->vhost && *(balancer->s->vhost)) {
1515 ap_rvputs(r, balancer->s->vhost, " -> ", NULL);
H A Dmod_proxy.h431 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 Dproxy_util.c1130 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 Dlua_request.c1318 lua_pushstring(L, "vhost");
1319 lua_pushstring(L, ws_record->vhost);

Completed in 38 milliseconds