Searched defs:host_header (Results 1 - 1 of 1) sorted by relevance

/httpd/server/
H A Dvhost.c814 static int fix_hostname(request_rec *r, const char *host_header, argument
826 src = host_header ? host_header : r->hostname;
851 if (host_header) {
864 if (host_header[0] == '[')
1145 const char *host_header = apr_table_get(r->headers_in, "Host"); local
1157 else if (host_header != NULL) {
1158 is_v6literal = fix_hostname(r, host_header, conf->http_conformance);
1170 if (have_hostname_from_url && host_header != NULL) {
1179 "'%s'", info, host_header, ne
[all...]

Completed in 624 milliseconds