On 3/6/00 8:37 AM Stephen Turner ([EMAIL PROTECTED]) wrote:
>On Sat, 4 Mar 2000, Jason Linhart wrote:
>> 
>> Second, Analog doesn't understand the '%<r', it is expecting '%r' and 
>> doesn't know what to make of the '<'. Try:
>
>What does %<r mean anyway? As far as I can see from the Apache docs, this
>isn't even legal syntax. Which is why analog doesn't understand it.

The documentation hasn't been updated in a while. The '<' and '>' 
modifiers have to do with internal redirection. You can put a '<' on any 
item to indicate that it should report that value as of the response to 
the original request. You can put a '>' on any item to indicate that it 
should report that value as of the response to the request as it appears 
after all internal redirections have completed.

So, '%<r' means the request as it originaly came in, instead of the 
request after the rewrite rules have changed it. Actualy, as far as I can 
tell %r and %<r are the same by default. You can change the default 
however, which means that %<r is a more portable form.

Most of the time there aren't any internal redirections at all. When 
someone starts using the rewrite engine or has custom modules loaded that 
rewrite URLs, there start to be differences in the meaning of before and 
after. Internaly Apache is handling a request, checking for an internal 
redirect and starting over handling the request as if it was a new 
request, but transparently to the client.

Jason

-----------------
[EMAIL PROTECTED]
-----------------
Dr. Seuss books . . . can be read and enjoyed on several levels. For
example, 'One Fish Two Fish, Red Fish Blue Fish' can be deconstructed
as a searing indictment of the narrow-minded binary counting system.
  -- Peter van der Linden, Expert C Programming, Deep C Secrets


------------------------------------------------------------------------
This is the analog-help mailing list. To unsubscribe from this
mailing list, send mail to [EMAIL PROTECTED]
with "unsubscribe" in the main BODY OF THE MESSAGE.
List archived at http://www.mail-archive.com/[email protected]/
------------------------------------------------------------------------

Reply via email to