Hi, MarkThanks your sharing, I have some queries about cacheurl.config, Could
you explan moare about what supoort to do for this file?This meas that evey
modified url you want to cached you have to write into this file?For example, i
have a url like http://example.com/a.jpg?id=xxx, if i want cache this object,
does mean i have to wirte patterns/replacements in cacheurl.config?it's
possible use your plugin to catche some unforeseeable modified url ?Thanks
> From: [email protected]
> Date: Wed, 23 Mar 2011 11:06:28 -0400
> Subject: Re: how to cache object with different urls (with question mark)
> just once?
> To: [email protected]
>
> I have the plugin working with 2.1.7 and it is currently available at
> http://ats-cache-proxy.googlecode.com/svn/trunk/trafficserver_cacheurl/
> .
>
> It builds with tsxs (tsxs -c cacheurl.c -o cacheurl.so).
>
> To enable it, add cacheurl.so to your plugin.config file. You will
> also need to create a cacheurl.config file which goes in the plugin
> directory (libexec usually) that contains patterns/replacements - one
> per line. Comments are allowed using '#'.
>
> An example config file is available here:
> http://ats-cache-proxy.googlecode.com/svn/trunk/install/cacheurl.config
>
> Let me know if there are any issues getting things working,
>
> Mark