• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • 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.

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