> Interesting. What is the ATSINTERNAL string in that example config? Is that > just something you add to add some entropy to the cache key?
It's just something to make it clear that it's a rewritten cache key and to guarantee it won't clash with a real url by mistake. Those examples were taken from a similar feature in squid where they had SQUIDINTERNAL as part of the cache key. It's not really necessary.
