• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Switch from fcgi to fastcgi in Plesk 11.5.30

MiguelG

Basic Pleskian
Hello all, right now Plesk is using mod_fcgi in PHP and i need to change to mod_fastcgi to enable opcode cache (x-cache). Does anyone know how can i do this? Can the default fcgi mod be changed to fastcgi to allow shared memory between processes?

Many thanks in advance,
 
Why not APC Cache?
APC works great with PHP-FPM and fcgi...

Well i can also use APC cache, but problem is the same, can't switch to mod_fastcgi. Without mod_fastcgi you can't have a real opcode cache; mod_fcgi doesn't allow this. Also i'm not using PHP-FPM, so i need to use it with PHP FastCGI.
 
Back
Top