Lines Matching defs:location
61 const char *location; /* target URL */
365 const char *location;
395 location = apr_table_get(r->err_headers_out, conf->sendfile);
396 if (!location) {
398 location = apr_table_get(r->headers_out, conf->sendfile);
400 if (location) {
405 conf->sendfile, location);
413 req_conf->location = location;
429 location = apr_table_get(r->err_headers_out, location_header);
430 if (!location) {
432 location = apr_table_get(r->headers_out, location_header);
434 if (location && *location == '/') {
445 req_conf->location = location;
474 "Internal redirect to %s", req_conf->location);
483 ap_internal_redirect_handler(req_conf->location, r);
489 "File subrequest to %s", req_conf->location);
493 rr = ap_sub_req_lookup_file(req_conf->location, r,
507 req_conf->location, rr->status,