Re: Super noob question: memcached?

2010-11-19 Thread Mail Team
Whoops, I'm a dummy. memcached was there, just not set up to run with launchd, it's working now. My site is used by other stuff than ReviewBoard and has a CacheEnable mem / directive, should I add a CacheDisable /ReviewBoard directive so that Apache doesn't try to defeat memcached? Ian On Wed,

Re: Super noob question: memcached?

2010-11-17 Thread Christian Hammond
Hi Ian, If memcached is properly installed and running, you should see a memcached daemon process running in the process list. If you installed python-memcached before creating your Review Board site, and chose memcached during 'rb-site install', then rb-site verified that you have memcached

Re: Super noob question: memcached?

2010-11-17 Thread Scott Quesnelle
Admin interface, right hand side under server information should show server cache. Click it and it will show memcached stats. You should see a memcached if you do ps -ef Scott Quesnelle On Wed, Nov 17, 2010 at 4:30 PM, Ian email@gmail.com wrote: OK, I feel dumb even asking this, but how