• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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