| 1166 | } |
| 1167 | |
| 1168 | AP_DECLARE(void) ap_update_vhost_from_headers(request_rec *r) |
| 1169 | { |
| 1170 | ap_update_vhost_from_headers_ex(r, 0); |
| 1171 | } |
| 1172 | |
| 1173 | AP_DECLARE(int) ap_update_vhost_from_headers_ex(request_rec *r, int require_match) |
| 1174 | { |
no test coverage detected