You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by "Lyudmila L. Balakireva" <lu...@lanl.gov> on 2010/05/06 19:28:25 UTC

[users@httpd] url of internal redirect

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: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org