Get the most out of your Centmin Mod LEMP stack
Become a Member

Memcached 123.07beta21 - memcache

Discussion in 'Centmin Mod Insights' started by dorobo, Jun 11, 2014.

  1. dorobo

    dorobo Active Member

    420
    104
    43
    Jun 6, 2014
    Ratings:
    +162
    Local Time:
    7:05 AM
    latest
    latest
    # php -m | grep memcache
    memcache
    memcached


    centminmod still installed memcache and memcached despite these settings in centmin.sh

    Note: UNATTENDED='y'

    MEMCACHED_DISABLED=y
    MEMCACHED_INSTALL=n
     
  2. eva2000

    eva2000 Administrator Staff Member

    54,526
    12,211
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,780
    Local Time:
    9:05 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    UNATTENDED='y' will override MEMCACHED_INSTALL=n for MEMCACHED_INSTALL=y right now as it's installed by default regardless.

    MEMCACHED_DISABLED=y will just disable Memcached server from running after Centmin Mod install. But PHP do still get compiled with memcache/memcached support as Memcached server is installed but not running (disabled). So not a bug :)