RE: RE: Clearing cache selectively on Apache + mod_cache

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Yeah in this instance there are 2 interfaces on the box. I'll use the internal interface, which is not accessible from the Internet anyway...so

<VirtualHost internal-ip>
CacheIgnoreCacheControl Off
</VirtualHost>

Let's see how that works.

-----Original Message-----
From: Eric Covener [mailto:covener@xxxxxxxxx]
Sent: Monday, December 01, 2008 3:50 PM
To: users@xxxxxxxxxxxxxxxx
Subject: Re:  RE: Clearing cache selectively on Apache + mod_cache

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


---------------------------------------------------------------------
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



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux