• 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.

Question Default php.ini

Do you mean php.ini of domains? In this case, go to subscription->PHP Settings and set all parameters to Default state.
 
This php.ini file is a part of plesk-php pacahge. For example, for PHP 7.0 it is

# rpm -qf /opt/plesk/php/7.0/etc/php.ini
plesk-php70-7.0.24-centos7.17092912.x86_64

So you can just extract this file from corresponding package or just re-install PHP X.X through Plesk installer.
 
Thank you very much Igor
One more question php.ini are different for debian, centos in Plesk?
 
Size of file is different at least:

Plesk 17.5.3 MU#24 CentOS 7.2:

# ll /opt/plesk/php/7.0/etc/php.ini
-rw-r--r-- 1 root root 70655 Sep 29 11:49 /opt/plesk/php/7.0/etc/php.ini

Plesk 17.5.3 MU#24 Debian 8:

# ls -la /opt/plesk/php/7.0/etc/php.ini
-rw-r--r-- 1 root root 70657 Jul 6 17:52 /opt/plesk/php/7.0/etc/php.ini
 
Back
Top