Jump to content

Velvet Elvis

Clients
  • Posts

    306
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Velvet Elvis

  1. I'm also running APC.

    Memcached is not the same thing as an opcode cache. It directly caches database queries, more like mysql's query cache.

    I installed the package from the debian archive with 'sudo aptitude install memcached.' I kept all the default settings in /etc/memcached.conf. If you have buckets of memory to spare you might want to consider raising the value for -m, but otherwise I'd leave everything as is. I added the following to conf_global.php in the IPB root directory.

    $INFO['use_memcache'] = 1;
    $INFO['memcache_server_1'] = "127.0.0.1";
    $INFO[memcache_port_1'] = "11211";

  2. FWIW, all distros backport security fixes so even if you have 5.2.6 rest assured that you have the latest security patches.

    I think CentOS and RHEL backport fixes across years.

    The latest release just means it's more likely to have undetected bugs.

    I've been running nothing but debian stable since sarge.

    Don't forget about memcached btw.

×
×
  • Create New...