Thank you for the reply.
I have a filter context that uses a particular API call ap_parse_uri().
There are known issues with this particular call and in my case i am facing
issues with this call while i have proxy enabled with Rewrite rule. If i am
able to detect that Rwrite Rule  is configured then i can handle the faulty
API call accordingly.
Any hint on how can i use the rewrite log.

Waiting for reply.

Thanx and Regards

sonia


On 6/20/07, Joshua Slive <[EMAIL PROTECTED]> wrote:

On 6/20/07, sonia mukherjee <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> could any one give me information on whether any Api call is present
with
> Apche 2.2 that gives indication that Rwrite Rule is configured for a
> particular URL. And if possible with full info on what are the flags
that
> are set (flags like L,P,QSA...)

Perhaps you could tell us exactly why you need this and that would
help us understand better how to help you.

There is no direct API where you can supply a URL and get that exact
information. But you can run a sub-request and see if mod_rewrite
grabs it. There is also the ever-helpful RewriteLog.

Joshua.

Reply via email to