Author Topic: how can install MemCached ? thanks  (Read 50231 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
Re: how can install MemCached ? thanks
« Reply #15 on: June 22, 2018, 12:16:01 PM »
Hello,

I m new to this CWP Pro.

I installed it and using Varnish cache with PHP 7.2

I m getting every 1hr memcached email

Time:         Wed Jun 20 23:00:23 2018 -0500
Account:      memcached
Resource:     Process Time
Exceeded:     1356295 > 1800 (seconds)

Can you members please guide me what to do for this and why this is coming.

I need to run PHP websites and Wordpress websites hosting on this.

Thanks,
VPul.

Offline
*
Re: how can install MemCached ? thanks
« Reply #16 on: September 06, 2018, 06:02:47 AM »
If you need it, do the following wich works perfectly on my CentOS Server with cwp.

Quote
yum install memcached libevent libevent-devel nc -y
cd /usr/src/
wget http://pecl.php.net/get/memcached-2.2.0.tgz
tar -zxvf memcached-2.2.0.tgz
cd memcached-2.2.0/
phpize
./configure
make && make install

open /usr/local/php/php.ini and add: "extension=/usr/src/memcached-2.2.0/modules/memcached.so"
service httpd reload
Thank you for sharing this key information as it was really helpful.

Offline
*****
Re: how can install MemCached ? thanks
« Reply #17 on: September 06, 2018, 02:48:17 PM »
you can install directly from php switcher

Offline
**
Re: how can install MemCached ? thanks
« Reply #18 on: November 07, 2019, 03:20:53 AM »
PROBLEM SOLVED

Hi, i discovered a great website https://www.mysterydata.com/ with a great administrator where you can find many guides for CWP and more, also by registering for free on the forum i found the solution to this problem thanks to the courtesy and extreme availability of the administrator.

SOLUTION:

https://forum.mysterydata.com/topic/4/cwp-help-to-install-memcached

Good day and good work to all !


« Stay hungry, stay foolish. »