• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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