Forum Moderators: phranque

Message Too Old, No Replies

Meaning of (6) ... in RewriteLog

         

maggi

8:57 am on Feb 23, 2004 (gmt 0)

10+ Year Member



I see in the RewriteLog codes as (3),(6), ...
What is the meaning ot them?
I am thinking it might be a reference to the flow diagram in mod_rewrite docs?
Thank you for your help, Maggi
[rid#8248e60/initial] (3) applying pattern
[rid#8248e60/initial] (6) cache lookup FAILED
[rid#8248e60/initial] (5) map lookup OK:
[rid#8248e60/initial] (3) split uri=/cgi-bin

jdMorgan

4:11 am on Feb 24, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Maggi,

This message comes from the dbm RewriteMap function in mod_rewrite. I believe it just means that the needed data was not available from cache, and so must be fetched from main memory. As long as it is not followed by a "(5) map lookup failed" message, you're OK. If you're truly determined to figure this out, here's the source [opensource.apple.com].

Jim