• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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