• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

php7 and memcached

Franco

Regular Pleskian
Hello,

I think I managed to install memcached on the server (CentOs 6.7), at least it shows it's running with

#ps aux | grep memcached

and then I tried to get memcache configured for php7, but I cannot see it under the Plesk 12.5 php handlers. I followed a few tutorials and https://devblog.plesk.com/2015/08/adding-custom-php-modules-in-plesk/ in particular, while adapting the various commands and replacing 5.6 with 7.0.

All seems fine till almost the end, but "# plesk bin php_handler --reread" never comes back. How long one should wait?

What am I missing, please?

Regards
Franco
 
For example. on my test server I see:

[root@ppu12-5 ~]# time plesk bin php_handler --reread

real 0m29.996s
user 0m1.095s
sys 0m1.362s

never comes back
Logs should be checked here or just enable debugging mode in Plesk and check output of this command.
 
Back
Top