Skip to main content

EasyApache 4 install of memcache and memcached what else should I do?

Comments

4 comments

  • Jcats
    That is just the PHP extension, you need to install the daemon itself. yum -y install memcached.x86_64 chkconfig memcached on service memcached start
    Should do it
    0
  • cPanelLauren
    Let us know if you run into any trouble with what @Jcats suggested, that should be all you need to do.
    0
  • Billyqureshi
    That is just the PHP extension, you need to install the daemon itself. yum -y install memcached.x86_64 chkconfig memcached on service memcached start
    Should do it

    can I just ask - if enable all the extensions in EA4, do I have to run all the other commands that 3awh ran, or just start the daemon like jcats says? If I reboot the vps do I need to start the daemon again or is it automatic? Thanks.
    0
  • cPRex Jurassic Moderator
    The extensions available in EasyApache are just that - the PHP extensions. They aren't the actual server-side daemon as those are different tools. If you want the daemon running, you'd need to run the earlier commands mentioned. With the daemon added to chkconfig I would expect it to also start normally after a reboot.
    0

Please sign in to leave a comment.