Hi,
I have output filter at AP_FTYPE_CONNECTION - 1 moment :
ap_register_output_filter("MY_TA_OUT3", ta_out_filter3,NULL,
AP_FTYPE_CONNECTION - 1);
and I determine the url of request as
const char *uri = r->unparsed_uri;
but we have site with does redirect from www.company.org/ to
www.company.org/index.htm
the url I am getting is www.company.org/ not www.company.org/index.htm
inside the filter.
Is it possible to record final uri of serving?
Thank you,
Luda
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [email protected]
" from the digest: [email protected]
For additional commands, e-mail: [email protected]