Just sending this while I remember ...

A while back there was long discussion on constructing a URL for location redirect. While digging through Apache stuff, I stumbled across the function:

  ap_construct_url()

This takes an absolute path and constructs a full URL based on information
Apache knows about request.

Does this Apache function perhaps do what was wanted, or is it going to
have the same issues as was discussed before whereby certain cases
wouldn't work?

If it works, just need to expose it in the request object.

See notes about thus function in:

  http://www.kuzbass.ru/docs/apache_c_mod_perl/158.htm

Graham


Reply via email to