https://bz.apache.org/bugzilla/show_bug.cgi?id=64117

--- Comment #3 from Eric Covener <cove...@gmail.com> ---
(In reply to Michal Ambroz from comment #2)
> Hello Eric.
> I do not think I follow you with setting the  envvar?
> Some example please?

In your rewriterule something like [PT,E=ORIG_URL:$0]

> 
> My understanding is that %<U should preserve the original url as received
> from the client.

```
The modifiers "<" and ">" can be used for requests that have been internally
redirected to choose whether the original or final (respectively) request
should be consulted.
```

It is specifically for internal redirects (which are a type of "sub-request").
Anything that just modifies the main/original request will not generate an
internal redirect, so there is no separate "original"/"final" request.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to