• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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