On Mon, Dec 1, 2008 at 8:42 AM, Tamer Embaby <Tamer.Embaby@xxxxxxxxxx> wrote: > Eric, > > So using 2 vhosts would be: > > # External vhost > <VirtualHost *:80> > ServerName www.example.com > CacheRoot /path/to/cache > Cache disk /url > CacheIgnoreCacheControl On > CacheMaxExpire 86400 > CacheDefaultExpire 86400 > </VirtualHost> > > # Internal vhost > <VirtualHost *:80> > ServerName cache-internal.example.com > CacheRoot /path/to/cache > Cache disk /url > CacheMaxExpire 86400 > CacheDefaultExpire 86400 > </VirtualHost> > > And then when requiring a "push" when the content changes we access > the internal http://cache-internal.example.com/url/path/to/invalidate > with "Cache-Control" HTTP header set to "max-age=0,must-revalidate"? Yes, with the caveat some might prefer to have it only respond on a different interface (even though I said name vhost before) or maybe even require authentication of some kind. -- Eric Covener covener@xxxxxxxxx --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx