• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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