[PATCH] Enabling wiki cache for ticket 1795

Mike McGrath mmcgrath at redhat.com
Mon Nov 16 20:27:39 UTC 2009


On Mon, 16 Nov 2009, Stephen John Smoogen wrote:

> On Mon, Nov 16, 2009 at 12:08 PM, Mike McGrath <mmcgrath at redhat.com> 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:
>
> A couple of questions before my answer....
>
> *) What are the steps for clearing/cleaning the cache?

from proxyX; rm -rf /srv/cache/mod_cache/*

> *) What does this cache gain us and how does it affect dynamic content.
>

We can serve far more people during this time.  As far as dynamic content,
it depends on what you mean by that.  On the wiki we don't really have
dynamic content any more then the non-wiki site does.  Someone has to go
in and make a change.  This will delay that change which is why we don't
use it under normal conditions, only on release days.

	-Mike

> Thanks.
>
>
>
> --
> Stephen J Smoogen.
>
> Ah, but a man's reach should exceed his grasp. Or what's a heaven for?
> -- Robert Browning
>
> _______________________________________________
> Fedora-infrastructure-list mailing list
> Fedora-infrastructure-list at redhat.com
> https://www.redhat.com/mailman/listinfo/fedora-infrastructure-list
>


More information about the infrastructure mailing list