[phpa] phpa_cache_admin -r (Re: Re: flus-phpa-cache)
- From: "Nick Lindridge" <nick@xxxxxxxxxxxxxxxxxxxxx>
- To: <lb@xxxxxxxxxxxxx>
- Date: Thu, 23 May 2002 17:51:29 -0000 ()
> Thank you Nick,
> I was looking for it because I was going to configure PHHPA and in
> config.inc.php there's:
> DEFINE(CACHE_FLUSH,'/usr/bin/flush-phpa-cache');
>
> Should I just replace it with
> DEFINE(CACHE_FLUSH,'/usr/bin/phpa_cache_admin -D');
yeah, that should do it. Or you might want to use -r. -D actually removes
the cache (as the flush script did0 - and that renders phpa useless. -r
will reinitialise the cache when all active requests are complete, but
keeps phpa active.
------------------------------------------------------------------------
www.php-accelerator.co.uk Home of the free PHP Accelerator
To post, send email to phpa@xxxxxxxxxxxxx
To unsubscribe, email phpa-request@xxxxxxxxxxxxx with subject unsubscribe
Other related posts:
- » [phpa] phpa_cache_admin -r (Re: Re: flus-phpa-cache)