Hi there. Since the last couple of weeks I've been playing around with Traffic Server. I've compiled and installed the 2.1.5 unstable version and started to learn more about it. I'm more interested in caching video being sent via HTTP than any other media, so I wrote this into my cache.config:
dest_ip=0.0.0.0-255.255.255.255 sufix=.gif action=never-cache dest_ip=0.0.0.0-255.255.255.255 sufix=.jpg action=never-cache url_regex=.mp4? revalidate=6h The thing that puzzles me the most however is that the cache seems to be kept lock down in this cache.db file. I could check that some videos must be there since the Cache Inspector utility gives me a hit when I try something with a regular expression like "mp4". But I would really like to check it out myself. So, is there any way to inspect more closely this cache.db file? by the name I would say it looks like a sqlite3 database, but I must be wrong. Thanks Nelson