• 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

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