• 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

PHP fastcgi configuration

Madness

Basic Pleskian
Hi guys could you tell me where the file that holds PHP fastcgi configuration is located. I was told its here but it's not
/etc/nginx/conf.d/*.conf.
 
FastCGI - also known as FPM ( FastCGI Process Manager ), is located at "/etc/php5/fpm" . The configuraition files for each domain and for the global apache configuration ( www.conf ) are located at: "/etc/php5/fpm/pool.d".

Be aware, that Plesk might overwrite changes, that you make in standard configuration files. If you would like to avoid this, rename the files in "/etc/php5/fpm/pool.d" to non-standard names like: zzz.www.conf
 
FastCGI - also known as FPM ( FastCGI Process Manager ), is located at "/etc/php5/fpm" . The configuraition files for each domain and for the global apache configuration ( www.conf ) are located at: "/etc/php5/fpm/pool.d".

Be aware, that Plesk might overwrite changes, that you make in standard configuration files. If you would like to avoid this, rename the files in "/etc/php5/fpm/pool.d" to non-standard names like: zzz.www.conf

i have no php5 folder buddy server is nginx if that helps?
 
Well no... that doesn't help, nginx itself has got nothing to do with your php - installation.

locate fpm/php.ini

... over the command line with give you the location you need. If you have NO output with that search, it is not installed.
 
Back
Top