Brian Akins wrote:

Some pseudo match configs and code:

It looks like you want an extreme level of flexibility for making caching decisions based on characteristics of the request. Why not piggy-back on mod_rewrite, which already has an absurdly complex matching capability.

As in
RewriteCond {REMOTE_ADDR} =127.0.0.1
RewriteRule /path.* - [cacheenable=disk]

(Of course, the simpler directives would be kept for people who don't need the added flexibility.)

Joshua.

Reply via email to