[PATCH] Enabling wiki cache for ticket 1795

Mike McGrath mmcgrath at redhat.com
Mon Nov 16 20:28:08 UTC 2009


On Mon, 16 Nov 2009, Ricky Zhou wrote:

> On 2009-11-16 01:08:24 PM, Mike McGrath wrote:
> > ---
> >  modules/fedora-web/files/cache.conf |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/modules/fedora-web/files/cache.conf b/modules/fedora-web/files/cache.conf
> > index fdd4f9e..2f11448 100644
> > --- a/modules/fedora-web/files/cache.conf
> > +++ b/modules/fedora-web/files/cache.conf
> > @@ -1,7 +1,7 @@
> >  <IfModule mod_disk_cache.c>
> >    CacheRoot /srv/cache/mod_cache
> >    # Disabled for normal use, to be enabled on release days
> > -  #CacheEnable disk /wiki/
> > +  CacheEnable disk /wiki/
> >
> >    CacheEnable disk /static/
> >    CacheEnable disk /wiki/Image:
> > --
> > 1.6.2.5
> +1, but isn't this adding another layer on top of the caching that
> mediawiki already has?  I remember having some trouble remembering to
> flush all of those caches in the past.
>

This caches at the proxy layer which is much closer to the user and much
less likely to get overwhelmed then the app layer since the proxy layer
doesn't do much.

	-Mike




More information about the infrastructure mailing list