Definition:
request_rec *ap_sub_req_lookup_uri(const char *new_file, const request_rec *r);
Usage example:
No examples available.
Processes the URI new_file to produce a new request_rec, which is processed up to the point where the new request handler would be called. If the URI is relative, it is processed relative to the URI of r.
Returns the new request_rec, whose status member contains any error code.
Previous: ap_sub_req_lookup_file
Next: ap_sub_req_method_uri
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)