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

Overwrote /usr/local/psa/admin/conf/php.ini

P

pjpeter

Guest
Can anyone type the default settings for the php.ini file located at /usr/local/psa/admin/conf/php.ini
I'm a n00b and stupidly overwrote it during two SSH sessions.
 
short_open_tag = On
y2k_compliance = Off
output_buffering = Off
allow_call_time_pass_reference = On
max_execution_time = 600
max_input_time = 600
memory_limit = 128M

error_reporting = E_ALL & ~E_NOTICE
log_errors = On
display_errors = Off
warn_plus_overloading = Off

variables_order = "ECGPS"
register_argc_argv = On
auto_globals_jit = Off
post_max_size = 2147483647
magic_quotes_gpc = On
magic_quotes_runtime = Off

include_path = "/opt/psa/admin/plib:/opt/psa/admin/javascripts:/opt/psa/admin/plib/locales:/opt/psa/admin/auto_prepend:/opt/psa/admin/htdocs/domains/databases/phpMyAdmin:/opt/psa/admin/htdocs/domains/databases/phpPgAdmin"
upload_tmp_dir = "/tmp"
upload_max_filesize = 2147483647

apc.stat = 0
apc.shm_size = 40
apc.include_once_override = 1

swkey.repository_dir = "/etc/sw/keys"
 
Back
Top