Searched refs:target_host (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/ruby-106/ruby/lib/
H A Dopen-uri.rb278 target_host = target.hostname
283 target_host = proxy_uri.hostname
291 http = proxy ? klass.new(target_host, target_port) : klass.new(target_host, target_port, nil)
/macosx-10.10/apache-793/httpd/modules/proxy/
H A Dproxy_util.c51 const char *target_host; /* Target hostname */ member in struct:__anon6361
2210 forward->target_host = apr_pstrdup(conn->pool, uri->hostname);
2399 forward->target_host, forward->target_port,
2404 forward->target_host, forward->target_port);
2700 forward->target_host, forward->target_port,

Completed in 91 milliseconds