Lines Matching refs:host
291 char *user, *password, *host, *path, *parms, *strp, sport[7];
308 err = ap_proxy_canon_netloc(p, &url, &user, &password, &host, &port);
362 if (ap_strchr_c(host, ':')) { /* if literal IPv6 address */
363 host = apr_pstrcat(p, "[", host, "]", NULL);
368 (user != NULL) ? "@" : "", host, sport, "/", path,
525 /* print "ftp://host/" */
920 * ftp://user@host part of the reqest (sans password -if supplied but invalid-)
1025 * Break up the URL to determine the host to connect to
1032 /* We break the URL into host, port, path-search */
1131 /* do a DNS lookup for the destination host */
1153 /* check if ProxyBlock directive on this host */
1445 "EPSV contacting remote host on port %d", data_port);
1561 "PASV contacting host %d.%d.%d.%d:%d",
1796 * queries like: ftp://user@host/apache/src/server/http_*.c
1988 * @@@ FIXME (e.g., for ftp://user@host/file*.tar.gz,
2035 * We do not do SSL over the data connection, even if the virtual host we