Execution
Date
22 Jul 2025 15:47:49 +0100
Duration
00:00:28.26
Controller
ssh-gw-4.layershift.com
User
root
Versions
Ansible
2.16.11
ara
1.7.2 / 1.7.2
Python
3.10.10
Summary
16
Hosts
1
Tasks
16
Results
1
Plays
1
Files
0
Records
Task result details
-
StatusCHANGED
-
Duration00:00:05.12
-
PlayAnsible Ad-Hoc
-
Taskshell
-
Date22 Jul 2025 15:47:55 +0100
-
Module / Actionshell (Ad-Hoc: shell: plesk bin admin --update -manage_server_phpmyadmin true:1)
| Field | Value |
|---|---|
| changed |
True |
| cmd |
plesk bin admin --update -manage_server_phpmyadmin true |
| delta |
0:00:04.461721 |
| end |
2025-07-22 14:47:55.167903 |
| invocation |
{ "module_args": { "_raw_params": "plesk bin admin --update -manage_server_phpmyadmin true", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": null, "expand_argument_vars": true, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } } |
| msg |
|
| rc |
0 |
| start |
2025-07-22 14:47:50.706182 |
| stderr |
[2025-07-22 14:47:51.234] 1270320:687fa4973903b DEBUG [util_exec] [8416f21a93b8600a614e73e2d75591eb-0] Starting: osdetect, stdin:
[2025-07-22 14:47:51.249] 1270320:687fa4973903b DEBUG [util_exec] [8416f21a93b8600a614e73e2d75591eb-0] Finished in 0.01281s, Error code: 0, stdout: {"name":"AlmaLinux","version":"8.10","short-version":"8","arch":"x86_64","pkgtype":"rpm"}
, stderr:
[2025-07-22 14:47:51.340] 1270320:687fa4973903b DEBUG [util_exec] Starting with task-manager: /usr/local/psa/admin/bin/php -f /usr/local/psa/admin/plib/scripts/interface_async_executor.php -- EventListener /usr/local/psa/admin/plib/modules/ls-sftp-access/library/EventListener.php handleEvent admin, stdin: {"0":"admin","1":1,"2":"admin_update","3":{"Client Type":"admin","Login Name":"admin","COMP_PERM_MANAGE_PHOSTING_SSI":"false","COMP_PERM_MANAGE_PHOSTING_PHP":"false","COMP_PERM_MANAGE_PHOSTING_CGI":"false","COMP_PERM_MANAGE_PHOSTING_PERL":"false","COMP_PERM_MANAGE_PHOSTING_PYTHON":"false","COMP_PERM_MANAGE_PHOSTING_FASTCGI":"false","COMP_PERM_MANAGE_PHOSTING_ASP":"false","COMP_PERM_MANAGE_PHOSTING_ASP_DOT_NET":"false","COMP_PERM_MANAGE_PERFORMANCE_BANDWIDTH":"false","COMP_PERM_MANAGE_PERFORMANCE_CONNECTIONS":"false","COMP_PERM_MANAGE_PHOSTING_ERRDOCS":"false","COMP_PERM_MANAGE_PHOSTING_SSL":"false","COMP_PERM_MANAGE_PHOSTING_WEBDEPLOY":"false","Client GUID":"0c1e61ad-dd4a-11ee-8c76-525400f9f56e"},"4":{"Client Type":"admin","Login Name":"admin","COMP_PERM_MANAGE_PHOSTING_SSI":"true","COMP_PERM_MANAGE_PHOSTING_PHP":"true","COMP_PERM_MANAGE_PHOSTING_CGI":"true","COMP_PERM_MANAGE_PHOSTING_PERL":"true","COMP_PERM_MANAGE_PHOSTING_PYTHON":"true","COMP_PERM_MANAGE_PHOSTING_FASTCGI":"true","COMP_PERM_MANAGE_PHOSTING_ASP":"true","COMP_PERM_MANAGE_PHOSTING_ASP_DOT_NET":"true","COMP_PERM_MANAGE_PERFORMANCE_BANDWIDTH":"true","COMP_PERM_MANAGE_PERFORMANCE_CONNECTIONS":"true","COMP_PERM_MANAGE_PHOSTING_ERRDOCS":"true","COMP_PERM_MANAGE_PHOSTING_SSL":"true","COMP_PERM_MANAGE_PHOSTING_WEBDEPLOY":"true","Client GUID":"0c1e61ad-dd4a-11ee-8c76-525400f9f56e"},"enableNotifications":true,"_SERVER":{"SSH_CONNECTION":"109.109.128.239 36926 87.239.18.246 2233","MODULES_RUN_QUARANTINE":"LD_LIBRARY_PATH LD_PRELOAD","_":"\/usr\/sbin\/plesk","LANG":"en_US.UTF-8","HISTTIMEFORMAT":"[%F %T] ","DOTNET_ROOT":"\/usr\/lib64\/dotnet","S_COLORS":"auto","which_declare":"declare -f","XDG_SESSION_ID":"339244","MODULES_CMD":"\/usr\/share\/Modules\/libexec\/modulecmd.tcl","DOTNET_BUNDLE_EXTRACT_BASE_DIR":"\/root\/.cache\/dotnet_bundle_extract","USER":"root","PWD":"\/root","HOME":"\/root","SSH_CLIENT":"109.109.128.239 36926 2233","HISTFILE":"\/root\/.bash_eternal_history","LOADEDMODULES":"","SHELL":"\/bin\/bash","SHLVL":"3","MANPATH":":","MODULEPATH":"\/etc\/scl\/modulefiles:\/usr\/share\/Modules\/modulefiles:\/etc\/modulefiles:\/usr\/share\/modulefiles","LOGNAME":"root","DBUS_SESSION_BUS_ADDRESS":"unix:path=\/run\/user\/0\/bus","XDG_RUNTIME_DIR":"\/run\/user\/0","MODULEPATH_modshare":"\/usr\/share\/Modules\/modulefiles:2:\/etc\/modulefiles:2:\/usr\/share\/modulefiles:2","PATH":"\/root\/.local\/bin:\/usr\/share\/Modules\/bin:\/usr\/local\/sbin:\/usr\/local\/bin:\/usr\/sbin:\/usr\/bin:\/root\/.dotnet\/tools:\/opt\/ls_tools","DEBUGINFOD_URLS":"https:\/\/debuginfod.centos.org\/ ","MODULESHOME":"\/usr\/share\/Modules","HISTSIZE":"200000","HISTFILESIZE":"200000","LESSOPEN":"||\/usr\/bin\/lesspipe.sh %s","BASH_FUNC_which%%":"() { ( alias;\n eval ${which_declare} ) | \/usr\/bin\/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\n}","BASH_FUNC_module%%":"() { unset _mlshdbg;\n if [ \"${MODULES_SILENT_SHELL_DEBUG:-0}\" = '1' ]; then\n case \"$-\" in \n *v*x*)\n set +vx;\n _mlshdbg='vx'\n ;;\n *v*)\n set +v;\n _mlshdbg='v'\n ;;\n *x*)\n set +x;\n _mlshdbg='x'\n ;;\n *)\n _mlshdbg=''\n ;;\n esac;\n fi;\n unset _mlre _mlIFS;\n if [ -n \"${IFS+x}\" ]; then\n _mlIFS=$IFS;\n fi;\n IFS=' ';\n for _mlv in ${MODULES_RUN_QUARANTINE:-};\n do\n if [ \"${_mlv}\" = \"${_mlv##*[!A-Za-z0-9_]}\" -a \"${_mlv}\" = \"${_mlv#[0-9]}\" ]; then\n if [ -n \"`eval 'echo ${'$_mlv'+x}'`\" ]; then\n _mlre=\"${_mlre:-}${_mlv}_modquar='`eval 'echo ${'$_mlv'}'`' \";\n fi;\n _mlrv=\"MODULES_RUNENV_${_mlv}\";\n _mlre=\"${_mlre:-}${_mlv}='`eval 'echo ${'$_mlrv':-}'`' \";\n fi;\n done;\n if [ -n \"${_mlre:-}\" ]; then\n eval `eval ${_mlre} \/usr\/bin\/tclsh \/usr\/share\/Modules\/libexec\/modulecmd.tcl bash '\"$@\"'`;\n else\n eval `\/usr\/bin\/tclsh \/usr\/share\/Modules\/libexec\/modulecmd.tcl bash \"$@\"`;\n fi;\n _mlstatus=$?;\n if [ -n \"${_mlIFS+x}\" ]; then\n IFS=$_mlIFS;\n else\n unset IFS;\n fi;\n unset _mlre _mlv _mlrv _mlIFS;\n if [ -n \"${_mlshdbg:-}\" ]; then\n set -$_mlshdbg;\n fi;\n unset _mlshdbg;\n return $_mlstatus\n}","BASH_FUNC_switchml%%":"() { typeset swfound=1;\n if [ \"${MODULES_USE_COMPAT_VERSION:-0}\" = '1' ]; then\n typeset swname='main';\n if [ -e \/usr\/share\/Modules\/libexec\/modulecmd.tcl ]; then\n typeset swfound=0;\n unset MODULES_USE_COMPAT_VERSION;\n fi;\n else\n typeset swname='compatibility';\n if [ -e \/usr\/share\/Modules\/libexec\/modulecmd-compat ]; then\n typeset swfound=0;\n MODULES_USE_COMPAT_VERSION=1;\n export MODULES_USE_COMPAT_VERSION;\n fi;\n fi;\n if [ $swfound -eq 0 ]; then\n echo \"Switching to Modules $swname version\";\n source \/usr\/share\/Modules\/init\/bash;\n else\n echo \"Cannot switch to Modules $swname version, command not found\";\n return 1;\n fi\n}","BASH_FUNC_scl%%":"() { if [ \"$1\" = \"load\" -o \"$1\" = \"unload\" ]; then\n eval \"module $@\";\n else\n \/usr\/bin\/scl \"$@\";\n fi\n}","BASH_FUNC_ml%%":"() { module ml \"$@\"\n}","PHP_SELF":"\/usr\/local\/psa\/bin\/admin","SCRIPT_NAME":"\/usr\/local\/psa\/bin\/admin","SCRIPT_FILENAME":"\/usr\/local\/psa\/bin\/admin","PATH_TRANSLATED":"\/usr\/local\/psa\/bin\/admin","DOCUMENT_ROOT":"","REQUEST_TIME_FLOAT":1753195670.776206,"REQUEST_TIME":1753195670,"argv":["\/usr\/local\/psa\/bin\/admin","--update","-manage_server_phpmyadmin","true"],"argc":4}}
[2025-07-22 14:47:51.363] 1270320:687fa4973903b DEBUG [util_exec] Starting with task-manager: /usr/local/psa/admin/bin/php -f /usr/local/psa/admin/plib/scripts/interface_async_executor.php -- EventListener /usr/local/psa/admin/plib/modules/ls-sftp-access/library/EventListener.php handleEvent admin, stdin: {"0":"template_admin","1":1,"2":"template_admin_update","3":{"Admin template":1},"4":{"Admin template":1},"enableNotifications":true,"_SERVER":{"SSH_CONNECTION":"109.109.128.239 36926 87.239.18.246 2233","MODULES_RUN_QUARANTINE":"LD_LIBRARY_PATH LD_PRELOAD","_":"\/usr\/sbin\/plesk","LANG":"en_US.UTF-8","HISTTIMEFORMAT":"[%F %T] ","DOTNET_ROOT":"\/usr\/lib64\/dotnet","S_COLORS":"auto","which_declare":"declare -f","XDG_SESSION_ID":"339244","MODULES_CMD":"\/usr\/share\/Modules\/libexec\/modulecmd.tcl","DOTNET_BUNDLE_EXTRACT_BASE_DIR":"\/root\/.cache\/dotnet_bundle_extract","USER":"root","PWD":"\/root","HOME":"\/root","SSH_CLIENT":"109.109.128.239 36926 2233","HISTFILE":"\/root\/.bash_eternal_history","LOADEDMODULES":"","SHELL":"\/bin\/bash","SHLVL":"3","MANPATH":":","MODULEPATH":"\/etc\/scl\/modulefiles:\/usr\/share\/Modules\/modulefiles:\/etc\/modulefiles:\/usr\/share\/modulefiles","LOGNAME":"root","DBUS_SESSION_BUS_ADDRESS":"unix:path=\/run\/user\/0\/bus","XDG_RUNTIME_DIR":"\/run\/user\/0","MODULEPATH_modshare":"\/usr\/share\/Modules\/modulefiles:2:\/etc\/modulefiles:2:\/usr\/share\/modulefiles:2","PATH":"\/root\/.local\/bin:\/usr\/share\/Modules\/bin:\/usr\/local\/sbin:\/usr\/local\/bin:\/usr\/sbin:\/usr\/bin:\/root\/.dotnet\/tools:\/opt\/ls_tools","DEBUGINFOD_URLS":"https:\/\/debuginfod.centos.org\/ ","MODULESHOME":"\/usr\/share\/Modules","HISTSIZE":"200000","HISTFILESIZE":"200000","LESSOPEN":"||\/usr\/bin\/lesspipe.sh %s","BASH_FUNC_which%%":"() { ( alias;\n eval ${which_declare} ) | \/usr\/bin\/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\n}","BASH_FUNC_module%%":"() { unset _mlshdbg;\n if [ \"${MODULES_SILENT_SHELL_DEBUG:-0}\" = '1' ]; then\n case \"$-\" in \n *v*x*)\n set +vx;\n _mlshdbg='vx'\n ;;\n *v*)\n set +v;\n _mlshdbg='v'\n ;;\n *x*)\n set +x;\n _mlshdbg='x'\n ;;\n *)\n _mlshdbg=''\n ;;\n esac;\n fi;\n unset _mlre _mlIFS;\n if [ -n \"${IFS+x}\" ]; then\n _mlIFS=$IFS;\n fi;\n IFS=' ';\n for _mlv in ${MODULES_RUN_QUARANTINE:-};\n do\n if [ \"${_mlv}\" = \"${_mlv##*[!A-Za-z0-9_]}\" -a \"${_mlv}\" = \"${_mlv#[0-9]}\" ]; then\n if [ -n \"`eval 'echo ${'$_mlv'+x}'`\" ]; then\n _mlre=\"${_mlre:-}${_mlv}_modquar='`eval 'echo ${'$_mlv'}'`' \";\n fi;\n _mlrv=\"MODULES_RUNENV_${_mlv}\";\n _mlre=\"${_mlre:-}${_mlv}='`eval 'echo ${'$_mlrv':-}'`' \";\n fi;\n done;\n if [ -n \"${_mlre:-}\" ]; then\n eval `eval ${_mlre} \/usr\/bin\/tclsh \/usr\/share\/Modules\/libexec\/modulecmd.tcl bash '\"$@\"'`;\n else\n eval `\/usr\/bin\/tclsh \/usr\/share\/Modules\/libexec\/modulecmd.tcl bash \"$@\"`;\n fi;\n _mlstatus=$?;\n if [ -n \"${_mlIFS+x}\" ]; then\n IFS=$_mlIFS;\n else\n unset IFS;\n fi;\n unset _mlre _mlv _mlrv _mlIFS;\n if [ -n \"${_mlshdbg:-}\" ]; then\n set -$_mlshdbg;\n fi;\n unset _mlshdbg;\n return $_mlstatus\n}","BASH_FUNC_switchml%%":"() { typeset swfound=1;\n if [ \"${MODULES_USE_COMPAT_VERSION:-0}\" = '1' ]; then\n typeset swname='main';\n if [ -e \/usr\/share\/Modules\/libexec\/modulecmd.tcl ]; then\n typeset swfound=0;\n unset MODULES_USE_COMPAT_VERSION;\n fi;\n else\n typeset swname='compatibility';\n if [ -e \/usr\/share\/Modules\/libexec\/modulecmd-compat ]; then\n typeset swfound=0;\n MODULES_USE_COMPAT_VERSION=1;\n export MODULES_USE_COMPAT_VERSION;\n fi;\n fi;\n if [ $swfound -eq 0 ]; then\n echo \"Switching to Modules $swname version\";\n source \/usr\/share\/Modules\/init\/bash;\n else\n echo \"Cannot switch to Modules $swname version, command not found\";\n return 1;\n fi\n}","BASH_FUNC_scl%%":"() { if [ \"$1\" = \"load\" -o \"$1\" = \"unload\" ]; then\n eval \"module $@\";\n else\n \/usr\/bin\/scl \"$@\";\n fi\n}","BASH_FUNC_ml%%":"() { module ml \"$@\"\n}","PHP_SELF":"\/usr\/local\/psa\/bin\/admin","SCRIPT_NAME":"\/usr\/local\/psa\/bin\/admin","SCRIPT_FILENAME":"\/usr\/local\/psa\/bin\/admin","PATH_TRANSLATED":"\/usr\/local\/psa\/bin\/admin","DOCUMENT_ROOT":"","REQUEST_TIME_FLOAT":1753195670.776206,"REQUEST_TIME":1753195670,"argv":["\/usr\/local\/psa\/bin\/admin","--update","-manage_server_phpmyadmin","true"],"argc":4}}
[2025-07-22 14:47:51.503] 1270320:687fa4973903b DEBUG [panel] Skip synchronization of performance PHP settings as subscription has 'manage_performance' permission
[2025-07-22 14:47:51.504] 1270320:687fa4973903b DEBUG [panel] Skip synchronization of general PHP settings as subscription has 'manage_php_settings' permission
[2025-07-22 14:47:51.515] 1270320:687fa4973903b DEBUG [panel] Domain_PhpSettings::savePhpSettings notifies webservice about changes in PHP settings
[2025-07-22 14:47:51.522] 1270320:687fa4973903b DEBUG [util_exec] [88732de48416c647577fc1df3befa2a8-0] Starting: resctrl --set-default-limits --user=sweet-napier_nacqttfcjw9, stdin:
[2025-07-22 14:47:51.597] 1270320:687fa4973903b DEBUG [util_exec] [88732de48416c647577fc1df3befa2a8-0] Finished in 0.07438s, Error code: 0, stdout: , stderr:
[2025-07-22 14:47:51.597] 1270320:687fa4973903b DEBUG [util_exec] [2b2f93aeb94009f7ddedf9a1596c47b0-0] Starting: resctrl --set-default-limits --user=sweet-napier_nacqttfcjw9, stdin:
[2025-07-22 14:47:51.677] 1270320:687fa4973903b DEBUG [util_exec] [2b2f93aeb94009f7ddedf9a1596c47b0-0] Finished in 0.07966s, Error code: 0, stdout: , stderr:
[2025-07-22 14:47:51.679] 1270320:687fa4973903b DEBUG [util_exec] [314ccb1d11334e9d5bdd4c1ff87be883-0] Starting: collectdmng user-threshold-stdin, stdin: {"threshold":[{"user":"sweet-napier_nacqttfcjw9","mem":{"warn_usage":1085325,"time_sec":300},"cpu":{"warn_pct_usage":120000,"time_sec":300},"disk":[{"warn_read_bytes_per_sec":104857600,"warn_write_bytes_per_sec":104857600,"read_time_sec":300,"write_time_sec":300,"vhosts":true}]}]}
[2025-07-22 14:47:52.005] 1270320:687fa4973903b DEBUG [util_exec] [314ccb1d11334e9d5bdd4c1ff87be883-0] Finished in 0.32598s, Error code: 0, stdout: , stderr:
[2025-07-22 14:47:52.041] 1270320:687fa4973903b INFO [extension/sslit] Check notifications which already sent in interval since 1753109272 to 1753195672.
[2025-07-22 14:47:52.069] 1270320:687fa4973903b DEBUG [panel] Skip synchronization of performance PHP settings as subscription has 'manage_performance' permission
[2025-07-22 14:47:52.069] 1270320:687fa4973903b DEBUG [panel] Skip synchronization of general PHP settings as subscription has 'manage_php_settings' permission
[2025-07-22 14:47:52.091] 1270320:687fa4973903b DEBUG [util_exec] [28bd6aeff9bae96e39e7e7cf58f9ea22-0] Starting: crontabmng get sweet-napier_nacqttfcjw9, stdin:
[2025-07-22 14:47:52.104] 1270320:687fa4973903b DEBUG [util_exec] [28bd6aeff9bae96e39e7e7cf58f9ea22-0] Finished in 0.01231s, Error code: 0, stdout:
, stderr:
[2025-07-22 14:47:52.105] 1270320:687fa4973903b DEBUG [panel] Writing configuration for PHP settings for sweet-napier.87-239-18-246.plesk.page
[2025-07-22 14:47:52.105] 1270320:687fa4973903b DEBUG [panel] Run phpiniconfig utility for sweet-napier.87-239-18-246.plesk.page
[2025-07-22 14:47:52.115] 1270320:687fa4973903b DEBUG [util_exec] [ae4c4e91a953605a882cb84eada709af-0] Starting: phpinimng --virtual-host sweet-napier.87-239-18-246.plesk.page --override /var/www/vhosts/system/sweet-napier.87-239-18-246.plesk.page/conf/php.ini --type fpm --global-config /opt/plesk/php/8.2/etc/php.ini --cgi-bin /opt/plesk/php/8.2/sbin/php-fpm --sysuser sweet-napier_nacqttfcjw9 --service-name plesk-php82-fpm --poold /opt/plesk/php/8.2/etc/php-fpm.d --no-reload, stdin: ;
; This is an automatically generated PHP configuration file
; for 'sweet-napier.87-239-18-246.plesk.page'.
;
[PHP]
; General settings
include_path = ".:/usr/share/pear/:/var/www/vhosts/sweet-napier.87-239-18-246.plesk.page/:/tmp/"
open_basedir = "/var/www/vhosts/sweet-napier.87-239-18-246.plesk.page/:/tmp/"
error_reporting = 22519
display_errors = off
log_errors = on
short_open_tag = on
; Performance and security settings
memory_limit = 64M
max_execution_time = 120
max_input_time = 120
post_max_size = 32M
upload_max_filesize = 32M
disable_functions = "exec,proc_open,passthru,system,pcntl_exec,shell_exec"
; PHP-FPM settings directives
[php-fpm-pool-settings]
pm.max_children = 10
pm.max_requests = 0
pm = ondemand
pm.start_servers = 1
pm.min_spare_servers = 1
pm.max_spare_servers = 1
; Additional directives
[PHP]
realpath_cache_size = 32k
realpath_cache_ttl = 120
[2025-07-22 14:47:52.453] 1270320:687fa4973903b DEBUG [util_exec] [ae4c4e91a953605a882cb84eada709af-0] Finished in 0.33832s, Error code: 0, stdout: , stderr:
[2025-07-22 14:47:52.454] 1270320:687fa4973903b DEBUG [util_exec] [3690e1ecbabe812c7dfee5c4613f1fac-0] Starting: phpinimng --virtual-host sweet-napier.87-239-18-246.plesk.page --override /var/www/vhosts/system/sweet-napier.87-239-18-246.plesk.page/conf/php.ini --type cgi --global-config /opt/plesk/php/8.2/etc/php.ini, stdin: ;
; This is an automatically generated PHP configuration file
; for 'sweet-napier.87-239-18-246.plesk.page'.
;
[PHP]
; General settings
include_path = ".:/usr/share/pear/:/var/www/vhosts/sweet-napier.87-239-18-246.plesk.page/:/tmp/"
open_basedir = "/var/www/vhosts/sweet-napier.87-239-18-246.plesk.page/:/tmp/"
error_reporting = 22519
display_errors = off
log_errors = on
short_open_tag = on
; Performance and security settings
memory_limit = 64M
max_execution_time = 120
max_input_time = 120
post_max_size = 32M
upload_max_filesize = 32M
disable_functions = "exec,proc_open,passthru,system,pcntl_exec,shell_exec"
; PHP-FPM settings directives
[php-fpm-pool-settings]
pm.max_children = 10
pm.max_requests = 0
pm = ondemand
pm.start_servers = 1
pm.min_spare_servers = 1
pm.max_spare_servers = 1
; Additional directives
[PHP]
realpath_cache_size = 32k
realpath_cache_ttl = 120
[2025-07-22 14:47:52.709] 1270320:687fa4973903b DEBUG [util_exec] [3690e1ecbabe812c7dfee5c4613f1fac-0] Finished in 0.25534s, Error code: 0, stdout: , stderr:
[2025-07-22 14:47:52.713] 1270320:687fa4973903b DEBUG [util_exec] [0a8eb0337f8babe3dd54084f9ec5b098-0] Starting: filemng sweet-napier_nacqttfcjw9 rm -f /var/www/vhosts/sweet-napier.87-239-18-246.plesk.page/.php-version, stdin:
[2025-07-22 14:47:52.734] 1270320:687fa4973903b DEBUG [util_exec] [0a8eb0337f8babe3dd54084f9ec5b098-0] Finished in 0.0207s, Error code: 0, stdout: , stderr:
[2025-07-22 14:47:52.734] 1270320:687fa4973903b DEBUG [util_exec] [c13c8b699d5324e1a9b811177fd8d9d3-0] Starting: filemng sweet-napier_nacqttfcjw9 rm -f /var/www/vhosts/sweet-napier.87-239-18-246.plesk.page/.php-ini, stdin:
[2025-07-22 14:47:52.752] 1270320:687fa4973903b DEBUG [util_exec] [c13c8b699d5324e1a9b811177fd8d9d3-0] Finished in 0.01792s, Error code: 0, stdout: , stderr:
[2025-07-22 14:47:52.761] 1270320:687fa4973903b DEBUG [util_exec] [6afea83662ce97136ecfc4aa915cd3b7-0] Starting: proftpd-config -w /etc/proftpd.d/50-plesk.conf, stdin: #ATTENTION!
#
#DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY,
#SO ALL YOUR CHANGES WILL BE LOST THE NEXT TIME THE FILE IS GENERATED.
# Global section
<Global>
RequireValidShell off
<IfModule mod_tls.c>
TLSEngine on
TLSRequired on
</IfModule>
</Global>
[2025-07-22 14:47:52.779] 1270320:687fa4973903b DEBUG [util_exec] [6afea83662ce97136ecfc4aa915cd3b7-0] Finished in 0.01754s, Error code: 0, stdout: , stderr:
[2025-07-22 14:47:52.808] 1270320:687fa4973903b DEBUG [util_exec] [39d7e8d06f631d34826ec3b3f5d88209-0] Starting: websrvmng --remove-configs=apache ip_default/sweet-napier.87-239-18-246.plesk.page.conf ip_default/sweet-napier.87-239-18-246.plesk.page_httpd_ip_default.conf, stdin:
[2025-07-22 14:47:52.818] 1270320:687fa4973903b DEBUG [util_exec] [39d7e8d06f631d34826ec3b3f5d88209-0] Finished in 0.00994s, Error code: 0, stdout: , stderr:
[2025-07-22 14:47:52.825] 1270320:687fa4973903b DEBUG [util_exec] [8ab333289fccc41de66588ae7f1ef06a-0] Starting: websrvmng --remove-configs=nginx ip_default/sweet-napier.87-239-18-246.plesk.page.conf ip_default/sweet-napier.87-239-18-246.plesk.page_nginx_ip_default.conf, stdin:
[2025-07-22 14:47:52.835] 1270320:687fa4973903b DEBUG [util_exec] [8ab333289fccc41de66588ae7f1ef06a-0] Finished in 0.00919s, Error code: 0, stdout: , stderr:
[2025-07-22 14:47:52.848] 1270320:687fa4973903b DEBUG [util_exec] Starting with task-manager: /usr/local/psa/admin/bin/php -f /usr/local/psa/admin/plib/scripts/interface_async_executor.php -- EventListener /usr/local/psa/admin/plib/modules/ls-sftp-access/library/EventListener.php handleEvent admin, stdin: {"0":"domain_limits","1":42,"2":"domain_limits_update","3":{"Domain Name":"sweet-napier.87-239-18-246.plesk.page","Domain GUID":"8262ef40-bc05-4abb-8149-0cd334477328","Client GUID":"0c1e61ad-dd4a-11ee-8c76-525400f9f56e"},"4":{"Domain Name":"sweet-napier.87-239-18-246.plesk.page","Domain GUID":"8262ef40-bc05-4abb-8149-0cd334477328","Client GUID":"0c1e61ad-dd4a-11ee-8c76-525400f9f56e"},"enableNotifications":true,"_SERVER":{"SSH_CONNECTION":"109.109.128.239 36926 87.239.18.246 2233","MODULES_RUN_QUARANTINE":"LD_LIBRARY_PATH LD_PRELOAD","_":"\/usr\/sbin\/plesk","LANG":"en_US.UTF-8","HISTTIMEFORMAT":"[%F %T] ","DOTNET_ROOT":"\/usr\/lib64\/dotnet","S_COLORS":"auto","which_declare":"declare -f","XDG_SESSION_ID":"339244","MODULES_CMD":"\/usr\/share\/Modules\/libexec\/modulecmd.tcl","DOTNET_BUNDLE_EXTRACT_BASE_DIR":"\/root\/.cache\/dotnet_bundle_extract","USER":"root","PWD":"\/root","HOME":"\/root","SSH_CLIENT":"109.109.128.239 36926 2233","HISTFILE":"\/root\/.bash_eternal_history","LOADEDMODULES":"","SHELL":"\/bin\/bash","SHLVL":"3","MANPATH":":","MODULEPATH":"\/etc\/scl\/modulefiles:\/usr\/share\/Modules\/modulefiles:\/etc\/modulefiles:\/usr\/share\/modulefiles","LOGNAME":"root","DBUS_SESSION_BUS_ADDRESS":"unix:path=\/run\/user\/0\/bus","XDG_RUNTIME_DIR":"\/run\/user\/0","MODULEPATH_modshare":"\/usr\/share\/Modules\/modulefiles:2:\/etc\/modulefiles:2:\/usr\/share\/modulefiles:2","PATH":"\/root\/.local\/bin:\/usr\/share\/Modules\/bin:\/usr\/local\/sbin:\/usr\/local\/bin:\/usr\/sbin:\/usr\/bin:\/root\/.dotnet\/tools:\/opt\/ls_tools","DEBUGINFOD_URLS":"https:\/\/debuginfod.centos.org\/ ","MODULESHOME":"\/usr\/share\/Modules","HISTSIZE":"200000","HISTFILESIZE":"200000","LESSOPEN":"||\/usr\/bin\/lesspipe.sh %s","BASH_FUNC_which%%":"() { ( alias;\n eval ${which_declare} ) | \/usr\/bin\/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\n}","BASH_FUNC_module%%":"() { unset _mlshdbg;\n if [ \"${MODULES_SILENT_SHELL_DEBUG:-0}\" = '1' ]; then\n case \"$-\" in \n *v*x*)\n set +vx;\n _mlshdbg='vx'\n ;;\n *v*)\n set +v;\n _mlshdbg='v'\n ;;\n *x*)\n set +x;\n _mlshdbg='x'\n ;;\n *)\n _mlshdbg=''\n ;;\n esac;\n fi;\n unset _mlre _mlIFS;\n if [ -n \"${IFS+x}\" ]; then\n _mlIFS=$IFS;\n fi;\n IFS=' ';\n for _mlv in ${MODULES_RUN_QUARANTINE:-};\n do\n if [ \"${_mlv}\" = \"${_mlv##*[!A-Za-z0-9_]}\" -a \"${_mlv}\" = \"${_mlv#[0-9]}\" ]; then\n if [ -n \"`eval 'echo ${'$_mlv'+x}'`\" ]; then\n _mlre=\"${_mlre:-}${_mlv}_modquar='`eval 'echo ${'$_mlv'}'`' \";\n fi;\n _mlrv=\"MODULES_RUNENV_${_mlv}\";\n _mlre=\"${_mlre:-}${_mlv}='`eval 'echo ${'$_mlrv':-}'`' \";\n fi;\n done;\n if [ -n \"${_mlre:-}\" ]; then\n eval `eval ${_mlre} \/usr\/bin\/tclsh \/usr\/share\/Modules\/libexec\/modulecmd.tcl bash '\"$@\"'`;\n else\n eval `\/usr\/bin\/tclsh \/usr\/share\/Modules\/libexec\/modulecmd.tcl bash \"$@\"`;\n fi;\n _mlstatus=$?;\n if [ -n \"${_mlIFS+x}\" ]; then\n IFS=$_mlIFS;\n else\n unset IFS;\n fi;\n unset _mlre _mlv _mlrv _mlIFS;\n if [ -n \"${_mlshdbg:-}\" ]; then\n set -$_mlshdbg;\n fi;\n unset _mlshdbg;\n return $_mlstatus\n}","BASH_FUNC_switchml%%":"() { typeset swfound=1;\n if [ \"${MODULES_USE_COMPAT_VERSION:-0}\" = '1' ]; then\n typeset swname='main';\n if [ -e \/usr\/share\/Modules\/libexec\/modulecmd.tcl ]; then\n typeset swfound=0;\n unset MODULES_USE_COMPAT_VERSION;\n fi;\n else\n typeset swname='compatibility';\n if [ -e \/usr\/share\/Modules\/libexec\/modulecmd-compat ]; then\n typeset swfound=0;\n MODULES_USE_COMPAT_VERSION=1;\n export MODULES_USE_COMPAT_VERSION;\n fi;\n fi;\n if [ $swfound -eq 0 ]; then\n echo \"Switching to Modules $swname version\";\n source \/usr\/share\/Modules\/init\/bash;\n else\n echo \"Cannot switch to Modules $swname version, command not found\";\n return 1;\n fi\n}","BASH_FUNC_scl%%":"() { if [ \"$1\" = \"load\" -o \"$1\" = \"unload\" ]; then\n eval \"module $@\";\n else\n \/usr\/bin\/scl \"$@\";\n fi\n}","BASH_FUNC_ml%%":"() { module ml \"$@\"\n}","PHP_SELF":"\/usr\/local\/psa\/bin\/admin","SCRIPT_NAME":"\/usr\/local\/psa\/bin\/admin","SCRIPT_FILENAME":"\/usr\/local\/psa\/bin\/admin","PATH_TRANSLATED":"\/usr\/local\/psa\/bin\/admin","DOCUMENT_ROOT":"","REQUEST_TIME_FLOAT":1753195670.776206,"REQUEST_TIME":1753195670,"argv":["\/usr\/local\/psa\/bin\/admin","--update","-manage_server_phpmyadmin","true"],"argc":4}}
[2025-07-22 14:47:52.861] 1270320:687fa4973903b DEBUG [util_exec] Starting with task-manager: /usr/local/psa/admin/bin/php -f /usr/local/psa/admin/plib/scripts/interface_async_executor.php -- EventListener /usr/local/psa/admin/plib/modules/ls-sftp-access/library/EventListener.php handleEvent admin, stdin: {"0":"domain_limits","1":42,"2":"domain_limits_update","3":{"Domain Name":"sweet-napier.87-239-18-246.plesk.page","Domain GUID":"8262ef40-bc05-4abb-8149-0cd334477328","Client GUID":"0c1e61ad-dd4a-11ee-8c76-525400f9f56e"},"4":{"Domain Name":"sweet-napier.87-239-18-246.plesk.page","Domain GUID":"8262ef40-bc05-4abb-8149-0cd334477328","Client GUID":"0c1e61ad-dd4a-11ee-8c76-525400f9f56e"},"enableNotifications":true,"_SERVER":{"SSH_CONNECTION":"109.109.128.239 36926 87.239.18.246 2233","MODULES_RUN_QUARANTINE":"LD_LIBRARY_PATH LD_PRELOAD","_":"\/usr\/sbin\/plesk","LANG":"en_US.UTF-8","HISTTIMEFORMAT":"[%F %T] ","DOTNET_ROOT":"\/usr\/lib64\/dotnet","S_COLORS":"auto","which_declare":"declare -f","XDG_SESSION_ID":"339244","MODULES_CMD":"\/usr\/share\/Modules\/libexec\/modulecmd.tcl","DOTNET_BUNDLE_EXTRACT_BASE_DIR":"\/root\/.cache\/dotnet_bundle_extract","USER":"root","PWD":"\/root","HOME":"\/root","SSH_CLIENT":"109.109.128.239 36926 2233","HISTFILE":"\/root\/.bash_eternal_history","LOADEDMODULES":"","SHELL":"\/bin\/bash","SHLVL":"3","MANPATH":":","MODULEPATH":"\/etc\/scl\/modulefiles:\/usr\/share\/Modules\/modulefiles:\/etc\/modulefiles:\/usr\/share\/modulefiles","LOGNAME":"root","DBUS_SESSION_BUS_ADDRESS":"unix:path=\/run\/user\/0\/bus","XDG_RUNTIME_DIR":"\/run\/user\/0","MODULEPATH_modshare":"\/usr\/share\/Modules\/modulefiles:2:\/etc\/modulefiles:2:\/usr\/share\/modulefiles:2","PATH":"\/root\/.local\/bin:\/usr\/share\/Modules\/bin:\/usr\/local\/sbin:\/usr\/local\/bin:\/usr\/sbin:\/usr\/bin:\/root\/.dotnet\/tools:\/opt\/ls_tools","DEBUGINFOD_URLS":"https:\/\/debuginfod.centos.org\/ ","MODULESHOME":"\/usr\/share\/Modules","HISTSIZE":"200000","HISTFILESIZE":"200000","LESSOPEN":"||\/usr\/bin\/lesspipe.sh %s","BASH_FUNC_which%%":"() { ( alias;\n eval ${which_declare} ) | \/usr\/bin\/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\n}","BASH_FUNC_module%%":"() { unset _mlshdbg;\n if [ \"${MODULES_SILENT_SHELL_DEBUG:-0}\" = '1' ]; then\n case \"$-\" in \n *v*x*)\n set +vx;\n _mlshdbg='vx'\n ;;\n *v*)\n set +v;\n _mlshdbg='v'\n ;;\n *x*)\n set +x;\n _mlshdbg='x'\n ;;\n *)\n _mlshdbg=''\n ;;\n esac;\n fi;\n unset _mlre _mlIFS;\n if [ -n \"${IFS+x}\" ]; then\n _mlIFS=$IFS;\n fi;\n IFS=' ';\n for _mlv in ${MODULES_RUN_QUARANTINE:-};\n do\n if [ \"${_mlv}\" = \"${_mlv##*[!A-Za-z0-9_]}\" -a \"${_mlv}\" = \"${_mlv#[0-9]}\" ]; then\n if [ -n \"`eval 'echo ${'$_mlv'+x}'`\" ]; then\n _mlre=\"${_mlre:-}${_mlv}_modquar='`eval 'echo ${'$_mlv'}'`' \";\n fi;\n _mlrv=\"MODULES_RUNENV_${_mlv}\";\n _mlre=\"${_mlre:-}${_mlv}='`eval 'echo ${'$_mlrv':-}'`' \";\n fi;\n done;\n if [ -n \"${_mlre:-}\" ]; then\n eval `eval ${_mlre} \/usr\/bin\/tclsh \/usr\/share\/Modules\/libexec\/modulecmd.tcl bash '\"$@\"'`;\n else\n eval `\/usr\/bin\/tclsh \/usr\/share\/Modules\/libexec\/modulecmd.tcl bash \"$@\"`;\n fi;\n _mlstatus=$?;\n if [ -n \"${_mlIFS+x}\" ]; then\n IFS=$_mlIFS;\n else\n unset IFS;\n fi;\n unset _mlre _mlv _mlrv _mlIFS;\n if [ -n \"${_mlshdbg:-}\" ]; then\n set -$_mlshdbg;\n fi;\n unset _mlshdbg;\n return $_mlstatus\n}","BASH_FUNC_switchml%%":"() { typeset swfound=1;\n if [ \"${MODULES_USE_COMPAT_VERSION:-0}\" = '1' ]; then\n typeset swname='main';\n if [ -e \/usr\/share\/Modules\/libexec\/modulecmd.tcl ]; then\n typeset swfound=0;\n unset MODULES_USE_COMPAT_VERSION;\n fi;\n else\n typeset swname='compatibility';\n if [ -e \/usr\/share\/Modules\/libexec\/modulecmd-compat ]; then\n typeset swfound=0;\n MODULES_USE_COMPAT_VERSION=1;\n export MODULES_USE_COMPAT_VERSION;\n fi;\n fi;\n if [ $swfound -eq 0 ]; then\n echo \"Switching to Modules $swname version\";\n source \/usr\/share\/Modules\/init\/bash;\n else\n echo \"Cannot switch to Modules $swname version, command not found\";\n return 1;\n fi\n}","BASH_FUNC_scl%%":"() { if [ \"$1\" = \"load\" -o \"$1\" = \"unload\" ]; then\n eval \"module $@\";\n else\n \/usr\/bin\/scl \"$@\";\n fi\n}","BASH_FUNC_ml%%":"() { module ml \"$@\"\n}","PHP_SELF":"\/usr\/local\/psa\/bin\/admin","SCRIPT_NAME":"\/usr\/local\/psa\/bin\/admin","SCRIPT_FILENAME":"\/usr\/local\/psa\/bin\/admin","PATH_TRANSLATED":"\/usr\/local\/psa\/bin\/admin","DOCUMENT_ROOT":"","REQUEST_TIME_FLOAT":1753195670.776206,"REQUEST_TIME":1753195670,"argv":["\/usr\/local\/psa\/bin\/admin","--update","-manage_server_phpmyadmin","true"],"argc":4}}
[2025-07-22 14:47:52.876] 1270320:687fa4973903b DEBUG [util_exec] [72aeb77d547801d5c53236e02a3a5278-0] Starting: phpinimng --type fpm --service-name plesk-php82-fpm --poold /opt/plesk/php/8.2/etc/php-fpm.d --restart, stdin:
[2025-07-22 14:47:55.075] 1270320:687fa4973903b DEBUG [util_exec] [72aeb77d547801d5c53236e02a3a5278-0] Finished in 2.19867s, Error code: 0, stdout: , stderr:
[2025-07-22 14:47:55.076] 1270320:687fa4973903b DEBUG [util_exec] Starting with task-manager: /usr/local/psa/admin/bin/httpdmng --reconfigure-batch -, stdin: a:2:{i:0;a:5:{s:5:"rowId";i:210;s:7:"rowType";s:33:"Db_Table_Row_Configuration_Domain";s:8:"template";s:11:"domainVhost";s:8:"metainfo";a:2:{s:8:"domainId";i:42;s:17:"domainDisplayName";s:37:"sweet-napier.87-239-18-246.plesk.page";}s:6:"action";s:17:"writeConfigAction";}i:1;a:5:{s:5:"rowId";i:208;s:7:"rowType";s:33:"Db_Table_Row_Configuration_Domain";s:8:"template";s:13:"domainWebmail";s:8:"metainfo";a:2:{s:8:"domainId";i:42;s:17:"domainDisplayName";s:37:"sweet-napier.87-239-18-246.plesk.page";}s:6:"action";s:17:"writeConfigAction";}}
[2025-07-22 14:47:55.084] 1270320:687fa4973903b DEBUG [util_exec] Starting with task-manager: /usr/local/psa/admin/bin/nginxmng --reconfigure-batch -, stdin: a:3:{i:0;a:5:{s:5:"rowId";i:211;s:7:"rowType";s:38:"Db_Table_Row_Configuration_NginxDomain";s:8:"template";s:22:"nginxDomainModSecurity";s:8:"metainfo";a:2:{s:8:"domainId";i:42;s:17:"domainDisplayName";s:37:"sweet-napier.87-239-18-246.plesk.page";}s:6:"action";s:17:"writeConfigAction";}i:1;a:5:{s:5:"rowId";i:212;s:7:"rowType";s:38:"Db_Table_Row_Configuration_NginxDomain";s:8:"template";s:16:"nginxDomainVhost";s:8:"metainfo";a:2:{s:8:"domainId";i:42;s:17:"domainDisplayName";s:37:"sweet-napier.87-239-18-246.plesk.page";}s:6:"action";s:17:"writeConfigAction";}i:2;a:5:{s:5:"rowId";i:209;s:7:"rowType";s:38:"Db_Table_Row_Configuration_NginxDomain";s:8:"template";s:18:"nginxDomainWebmail";s:8:"metainfo";a:2:{s:8:"domainId";i:42;s:17:"domainDisplayName";s:37:"sweet-napier.87-239-18-246.plesk.page";}s:6:"action";s:17:"writeConfigAction";}}
[2025-07-22 14:47:55.093] 1270320:687fa4973903b DEBUG [util_exec] Starting with task-manager: /usr/local/psa/admin/bin/php -f /usr/local/psa/admin/plib/scripts/interface_async_executor.php -- EventListener /usr/local/psa/admin/plib/modules/advisor/library/EventListener.php handleEvent admin, stdin: {"0":"phosting","1":42,"2":"phys_hosting_update","3":{"System User Home":"\/var\/www\/vhosts\/sweet-napier.87-239-18-246.plesk.page","System User":"sweet-napier_nacqttfcjw9","System User Password":"","System Shell":"\/bin\/false","Hard Disk Quota":0,"SSL Support":"true","Web Statistics":"webalizer","Apache Error Documents":"false","IP Address":"87.239.18.246","IPv6 Address":"","WWW Root":"\/var\/www\/vhosts\/sweet-napier.87-239-18-246.plesk.page\/httpdocs","Relative WWW Root":"httpdocs","PHP Handler":"plesk-php82-fpm","Domain Name":"sweet-napier.87-239-18-246.plesk.page","Preferred domain":"none","Permanent SEO-safe 301 redirect from HTTP to HTTPS":true,"SSI Support":"false","PHP Support":"true","CGI Support":"false","Mod Perl Support":"false","Mod Python Support":"false","Mod FastCGI Support":"true","Domain GUID":"8262ef40-bc05-4abb-8149-0cd334477328","Client GUID":"0c1e61ad-dd4a-11ee-8c76-525400f9f56e"},"4":{"System User Home":"\/var\/www\/vhosts\/sweet-napier.87-239-18-246.plesk.page","System User":"sweet-napier_nacqttfcjw9","System User Password":"******","System Shell":"\/bin\/false","Hard Disk Quota":0,"SSL Support":"true","Web Statistics":"webalizer","Apache Error Documents":"false","IP Address":"87.239.18.246","IPv6 Address":"","WWW Root":"\/var\/www\/vhosts\/sweet-napier.87-239-18-246.plesk.page\/httpdocs","Relative WWW Root":"httpdocs","PHP Handler":"plesk-php82-fpm","Domain Name":"sweet-napier.87-239-18-246.plesk.page","Preferred domain":"none","Permanent SEO-safe 301 redirect from HTTP to HTTPS":true,"SSI Support":"false","PHP Support":"true","CGI Support":"false","Mod Perl Support":"false","Mod Python Support":"false","Mod FastCGI Support":"true","Domain GUID":"8262ef40-bc05-4abb-8149-0cd334477328","Client GUID":"0c1e61ad-dd4a-11ee-8c76-525400f9f56e"},"enableNotifications":true,"_SERVER":{"SSH_CONNECTION":"109.109.128.239 36926 87.239.18.246 2233","MODULES_RUN_QUARANTINE":"LD_LIBRARY_PATH LD_PRELOAD","_":"\/usr\/sbin\/plesk","LANG":"en_US.UTF-8","HISTTIMEFORMAT":"[%F %T] ","DOTNET_ROOT":"\/usr\/lib64\/dotnet","S_COLORS":"auto","which_declare":"declare -f","XDG_SESSION_ID":"339244","MODULES_CMD":"\/usr\/share\/Modules\/libexec\/modulecmd.tcl","DOTNET_BUNDLE_EXTRACT_BASE_DIR":"\/root\/.cache\/dotnet_bundle_extract","USER":"root","PWD":"\/root","HOME":"\/root","SSH_CLIENT":"109.109.128.239 36926 2233","HISTFILE":"\/root\/.bash_eternal_history","LOADEDMODULES":"","SHELL":"\/bin\/bash","SHLVL":"3","MANPATH":":","MODULEPATH":"\/etc\/scl\/modulefiles:\/usr\/share\/Modules\/modulefiles:\/etc\/modulefiles:\/usr\/share\/modulefiles","LOGNAME":"root","DBUS_SESSION_BUS_ADDRESS":"unix:path=\/run\/user\/0\/bus","XDG_RUNTIME_DIR":"\/run\/user\/0","MODULEPATH_modshare":"\/usr\/share\/Modules\/modulefiles:2:\/etc\/modulefiles:2:\/usr\/share\/modulefiles:2","PATH":"\/root\/.local\/bin:\/usr\/share\/Modules\/bin:\/usr\/local\/sbin:\/usr\/local\/bin:\/usr\/sbin:\/usr\/bin:\/root\/.dotnet\/tools:\/opt\/ls_tools","DEBUGINFOD_URLS":"https:\/\/debuginfod.centos.org\/ ","MODULESHOME":"\/usr\/share\/Modules","HISTSIZE":"200000","HISTFILESIZE":"200000","LESSOPEN":"||\/usr\/bin\/lesspipe.sh %s","BASH_FUNC_which%%":"() { ( alias;\n eval ${which_declare} ) | \/usr\/bin\/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\n}","BASH_FUNC_module%%":"() { unset _mlshdbg;\n if [ \"${MODULES_SILENT_SHELL_DEBUG:-0}\" = '1' ]; then\n case \"$-\" in \n *v*x*)\n set +vx;\n _mlshdbg='vx'\n ;;\n *v*)\n set +v;\n _mlshdbg='v'\n ;;\n *x*)\n set +x;\n _mlshdbg='x'\n ;;\n *)\n _mlshdbg=''\n ;;\n esac;\n fi;\n unset _mlre _mlIFS;\n if [ -n \"${IFS+x}\" ]; then\n _mlIFS=$IFS;\n fi;\n IFS=' ';\n for _mlv in ${MODULES_RUN_QUARANTINE:-};\n do\n if [ \"${_mlv}\" = \"${_mlv##*[!A-Za-z0-9_]}\" -a \"${_mlv}\" = \"${_mlv#[0-9]}\" ]; then\n if [ -n \"`eval 'echo ${'$_mlv'+x}'`\" ]; then\n _mlre=\"${_mlre:-}${_mlv}_modquar='`eval 'echo ${'$_mlv'}'`' \";\n fi;\n _mlrv=\"MODULES_RUNENV_${_mlv}\";\n _mlre=\"${_mlre:-}${_mlv}='`eval 'echo ${'$_mlrv':-}'`' \";\n fi;\n done;\n if [ -n \"${_mlre:-}\" ]; then\n eval `eval ${_mlre} \/usr\/bin\/tclsh \/usr\/share\/Modules\/libexec\/modulecmd.tcl bash '\"$@\"'`;\n else\n eval `\/usr\/bin\/tclsh \/usr\/share\/Modules\/libexec\/modulecmd.tcl bash \"$@\"`;\n fi;\n _mlstatus=$?;\n if [ -n \"${_mlIFS+x}\" ]; then\n IFS=$_mlIFS;\n else\n unset IFS;\n fi;\n unset _mlre _mlv _mlrv _mlIFS;\n if [ -n \"${_mlshdbg:-}\" ]; then\n set -$_mlshdbg;\n fi;\n unset _mlshdbg;\n return $_mlstatus\n}","BASH_FUNC_switchml%%":"() { typeset swfound=1;\n if [ \"${MODULES_USE_COMPAT_VERSION:-0}\" = '1' ]; then\n typeset swname='main';\n if [ -e \/usr\/share\/Modules\/libexec\/modulecmd.tcl ]; then\n typeset swfound=0;\n unset MODULES_USE_COMPAT_VERSION;\n fi;\n else\n typeset swname='compatibility';\n if [ -e \/usr\/share\/Modules\/libexec\/modulecmd-compat ]; then\n typeset swfound=0;\n MODULES_USE_COMPAT_VERSION=1;\n export MODULES_USE_COMPAT_VERSION;\n fi;\n fi;\n if [ $swfound -eq 0 ]; then\n echo \"Switching to Modules $swname version\";\n source \/usr\/share\/Modules\/init\/bash;\n else\n echo \"Cannot switch to Modules $swname version, command not found\";\n return 1;\n fi\n}","BASH_FUNC_scl%%":"() { if [ \"$1\" = \"load\" -o \"$1\" = \"unload\" ]; then\n eval \"module $@\";\n else\n \/usr\/bin\/scl \"$@\";\n fi\n}","BASH_FUNC_ml%%":"() { module ml \"$@\"\n}","PHP_SELF":"\/usr\/local\/psa\/bin\/admin","SCRIPT_NAME":"\/usr\/local\/psa\/bin\/admin","SCRIPT_FILENAME":"\/usr\/local\/psa\/bin\/admin","PATH_TRANSLATED":"\/usr\/local\/psa\/bin\/admin","DOCUMENT_ROOT":"","REQUEST_TIME_FLOAT":1753195670.776206,"REQUEST_TIME":1753195670,"argv":["\/usr\/local\/psa\/bin\/admin","--update","-manage_server_phpmyadmin","true"],"argc":4}}
[2025-07-22 14:47:55.101] 1270320:687fa4973903b DEBUG [util_exec] Starting with task-manager: /usr/local/psa/admin/bin/php -f /usr/local/psa/admin/plib/scripts/interface_async_executor.php -- EventListener /usr/local/psa/admin/plib/modules/composer/library/EventListener.php handleEvent admin, stdin: {"0":"phosting","1":42,"2":"phys_hosting_update","3":{"System User Home":"\/var\/www\/vhosts\/sweet-napier.87-239-18-246.plesk.page","System User":"sweet-napier_nacqttfcjw9","System User Password":"","System Shell":"\/bin\/false","Hard Disk Quota":0,"SSL Support":"true","Web Statistics":"webalizer","Apache Error Documents":"false","IP Address":"87.239.18.246","IPv6 Address":"","WWW Root":"\/var\/www\/vhosts\/sweet-napier.87-239-18-246.plesk.page\/httpdocs","Relative WWW Root":"httpdocs","PHP Handler":"plesk-php82-fpm","Domain Name":"sweet-napier.87-239-18-246.plesk.page","Preferred domain":"none","Permanent SEO-safe 301 redirect from HTTP to HTTPS":true,"SSI Support":"false","PHP Support":"true","CGI Support":"false","Mod Perl Support":"false","Mod Python Support":"false","Mod FastCGI Support":"true","Domain GUID":"8262ef40-bc05-4abb-8149-0cd334477328","Client GUID":"0c1e61ad-dd4a-11ee-8c76-525400f9f56e"},"4":{"System User Home":"\/var\/www\/vhosts\/sweet-napier.87-239-18-246.plesk.page","System User":"sweet-napier_nacqttfcjw9","System User Password":"******","System Shell":"\/bin\/false","Hard Disk Quota":0,"SSL Support":"true","Web Statistics":"webalizer","Apache Error Documents":"false","IP Address":"87.239.18.246","IPv6 Address":"","WWW Root":"\/var\/www\/vhosts\/sweet-napier.87-239-18-246.plesk.page\/httpdocs","Relative WWW Root":"httpdocs","PHP Handler":"plesk-php82-fpm","Domain Name":"sweet-napier.87-239-18-246.plesk.page","Preferred domain":"none","Permanent SEO-safe 301 redirect from HTTP to HTTPS":true,"SSI Support":"false","PHP Support":"true","CGI Support":"false","Mod Perl Support":"false","Mod Python Support":"false","Mod FastCGI Support":"true","Domain GUID":"8262ef40-bc05-4abb-8149-0cd334477328","Client GUID":"0c1e61ad-dd4a-11ee-8c76-525400f9f56e"},"enableNotifications":true,"_SERVER":{"SSH_CONNECTION":"109.109.128.239 36926 87.239.18.246 2233","MODULES_RUN_QUARANTINE":"LD_LIBRARY_PATH LD_PRELOAD","_":"\/usr\/sbin\/plesk","LANG":"en_US.UTF-8","HISTTIMEFORMAT":"[%F %T] ","DOTNET_ROOT":"\/usr\/lib64\/dotnet","S_COLORS":"auto","which_declare":"declare -f","XDG_SESSION_ID":"339244","MODULES_CMD":"\/usr\/share\/Modules\/libexec\/modulecmd.tcl","DOTNET_BUNDLE_EXTRACT_BASE_DIR":"\/root\/.cache\/dotnet_bundle_extract","USER":"root","PWD":"\/root","HOME":"\/root","SSH_CLIENT":"109.109.128.239 36926 2233","HISTFILE":"\/root\/.bash_eternal_history","LOADEDMODULES":"","SHELL":"\/bin\/bash","SHLVL":"3","MANPATH":":","MODULEPATH":"\/etc\/scl\/modulefiles:\/usr\/share\/Modules\/modulefiles:\/etc\/modulefiles:\/usr\/share\/modulefiles","LOGNAME":"root","DBUS_SESSION_BUS_ADDRESS":"unix:path=\/run\/user\/0\/bus","XDG_RUNTIME_DIR":"\/run\/user\/0","MODULEPATH_modshare":"\/usr\/share\/Modules\/modulefiles:2:\/etc\/modulefiles:2:\/usr\/share\/modulefiles:2","PATH":"\/root\/.local\/bin:\/usr\/share\/Modules\/bin:\/usr\/local\/sbin:\/usr\/local\/bin:\/usr\/sbin:\/usr\/bin:\/root\/.dotnet\/tools:\/opt\/ls_tools","DEBUGINFOD_URLS":"https:\/\/debuginfod.centos.org\/ ","MODULESHOME":"\/usr\/share\/Modules","HISTSIZE":"200000","HISTFILESIZE":"200000","LESSOPEN":"||\/usr\/bin\/lesspipe.sh %s","BASH_FUNC_which%%":"() { ( alias;\n eval ${which_declare} ) | \/usr\/bin\/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\n}","BASH_FUNC_module%%":"() { unset _mlshdbg;\n if [ \"${MODULES_SILENT_SHELL_DEBUG:-0}\" = '1' ]; then\n case \"$-\" in \n *v*x*)\n set +vx;\n _mlshdbg='vx'\n ;;\n *v*)\n set +v;\n _mlshdbg='v'\n ;;\n *x*)\n set +x;\n _mlshdbg='x'\n ;;\n *)\n _mlshdbg=''\n ;;\n esac;\n fi;\n unset _mlre _mlIFS;\n if [ -n \"${IFS+x}\" ]; then\n _mlIFS=$IFS;\n fi;\n IFS=' ';\n for _mlv in ${MODULES_RUN_QUARANTINE:-};\n do\n if [ \"${_mlv}\" = \"${_mlv##*[!A-Za-z0-9_]}\" -a \"${_mlv}\" = \"${_mlv#[0-9]}\" ]; then\n if [ -n \"`eval 'echo ${'$_mlv'+x}'`\" ]; then\n _mlre=\"${_mlre:-}${_mlv}_modquar='`eval 'echo ${'$_mlv'}'`' \";\n fi;\n _mlrv=\"MODULES_RUNENV_${_mlv}\";\n _mlre=\"${_mlre:-}${_mlv}='`eval 'echo ${'$_mlrv':-}'`' \";\n fi;\n done;\n if [ -n \"${_mlre:-}\" ]; then\n eval `eval ${_mlre} \/usr\/bin\/tclsh \/usr\/share\/Modules\/libexec\/modulecmd.tcl bash '\"$@\"'`;\n else\n eval `\/usr\/bin\/tclsh \/usr\/share\/Modules\/libexec\/modulecmd.tcl bash \"$@\"`;\n fi;\n _mlstatus=$?;\n if [ -n \"${_mlIFS+x}\" ]; then\n IFS=$_mlIFS;\n else\n unset IFS;\n fi;\n unset _mlre _mlv _mlrv _mlIFS;\n if [ -n \"${_mlshdbg:-}\" ]; then\n set -$_mlshdbg;\n fi;\n unset _mlshdbg;\n return $_mlstatus\n}","BASH_FUNC_switchml%%":"() { typeset swfound=1;\n if [ \"${MODULES_USE_COMPAT_VERSION:-0}\" = '1' ]; then\n typeset swname='main';\n if [ -e \/usr\/share\/Modules\/libexec\/modulecmd.tcl ]; then\n typeset swfound=0;\n unset MODULES_USE_COMPAT_VERSION;\n fi;\n else\n typeset swname='compatibility';\n if [ -e \/usr\/share\/Modules\/libexec\/modulecmd-compat ]; then\n typeset swfound=0;\n MODULES_USE_COMPAT_VERSION=1;\n export MODULES_USE_COMPAT_VERSION;\n fi;\n fi;\n if [ $swfound -eq 0 ]; then\n echo \"Switching to Modules $swname version\";\n source \/usr\/share\/Modules\/init\/bash;\n else\n echo \"Cannot switch to Modules $swname version, command not found\";\n return 1;\n fi\n}","BASH_FUNC_scl%%":"() { if [ \"$1\" = \"load\" -o \"$1\" = \"unload\" ]; then\n eval \"module $@\";\n else\n \/usr\/bin\/scl \"$@\";\n fi\n}","BASH_FUNC_ml%%":"() { module ml \"$@\"\n}","PHP_SELF":"\/usr\/local\/psa\/bin\/admin","SCRIPT_NAME":"\/usr\/local\/psa\/bin\/admin","SCRIPT_FILENAME":"\/usr\/local\/psa\/bin\/admin","PATH_TRANSLATED":"\/usr\/local\/psa\/bin\/admin","DOCUMENT_ROOT":"","REQUEST_TIME_FLOAT":1753195670.776206,"REQUEST_TIME":1753195670,"argv":["\/usr\/local\/psa\/bin\/admin","--update","-manage_server_phpmyadmin","true"],"argc":4}}
[2025-07-22 14:47:55.108] 1270320:687fa4973903b DEBUG [util_exec] Starting with task-manager: /usr/local/psa/admin/bin/php -f /usr/local/psa/admin/plib/scripts/interface_async_executor.php -- EventListener /usr/local/psa/admin/plib/modules/git/library/EventListener.php handleEvent admin, stdin: {"0":"phosting","1":42,"2":"phys_hosting_update","3":{"System User Home":"\/var\/www\/vhosts\/sweet-napier.87-239-18-246.plesk.page","System User":"sweet-napier_nacqttfcjw9","System User Password":"","System Shell":"\/bin\/false","Hard Disk Quota":0,"SSL Support":"true","Web Statistics":"webalizer","Apache Error Documents":"false","IP Address":"87.239.18.246","IPv6 Address":"","WWW Root":"\/var\/www\/vhosts\/sweet-napier.87-239-18-246.plesk.page\/httpdocs","Relative WWW Root":"httpdocs","PHP Handler":"plesk-php82-fpm","Domain Name":"sweet-napier.87-239-18-246.plesk.page","Preferred domain":"none","Permanent SEO-safe 301 redirect from HTTP to HTTPS":true,"SSI Support":"false","PHP Support":"true","CGI Support":"false","Mod Perl Support":"false","Mod Python Support":"false","Mod FastCGI Support":"true","Domain GUID":"8262ef40-bc05-4abb-8149-0cd334477328","Client GUID":"0c1e61ad-dd4a-11ee-8c76-525400f9f56e"},"4":{"System User Home":"\/var\/www\/vhosts\/sweet-napier.87-239-18-246.plesk.page","System User":"sweet-napier_nacqttfcjw9","System User Password":"******","System Shell":"\/bin\/false","Hard Disk Quota":0,"SSL Support":"true","Web Statistics":"webalizer","Apache Error Documents":"false","IP Address":"87.239.18.246","IPv6 Address":"","WWW Root":"\/var\/www\/vhosts\/sweet-napier.87-239-18-246.plesk.page\/httpdocs","Relative WWW Root":"httpdocs","PHP Handler":"plesk-php82-fpm","Domain Name":"sweet-napier.87-239-18-246.plesk.page","Preferred domain":"none","Permanent SEO-safe 301 redirect from HTTP to HTTPS":true,"SSI Support":"false","PHP Support":"true","CGI Support":"false","Mod Perl Support":"false","Mod Python Support":"false","Mod FastCGI Support":"true","Domain GUID":"8262ef40-bc05-4abb-8149-0cd334477328","Client GUID":"0c1e61ad-dd4a-11ee-8c76-525400f9f56e"},"enableNotifications":true,"_SERVER":{"SSH_CONNECTION":"109.109.128.239 36926 87.239.18.246 2233","MODULES_RUN_QUARANTINE":"LD_LIBRARY_PATH LD_PRELOAD","_":"\/usr\/sbin\/plesk","LANG":"en_US.UTF-8","HISTTIMEFORMAT":"[%F %T] ","DOTNET_ROOT":"\/usr\/lib64\/dotnet","S_COLORS":"auto","which_declare":"declare -f","XDG_SESSION_ID":"339244","MODULES_CMD":"\/usr\/share\/Modules\/libexec\/modulecmd.tcl","DOTNET_BUNDLE_EXTRACT_BASE_DIR":"\/root\/.cache\/dotnet_bundle_extract","USER":"root","PWD":"\/root","HOME":"\/root","SSH_CLIENT":"109.109.128.239 36926 2233","HISTFILE":"\/root\/.bash_eternal_history","LOADEDMODULES":"","SHELL":"\/bin\/bash","SHLVL":"3","MANPATH":":","MODULEPATH":"\/etc\/scl\/modulefiles:\/usr\/share\/Modules\/modulefiles:\/etc\/modulefiles:\/usr\/share\/modulefiles","LOGNAME":"root","DBUS_SESSION_BUS_ADDRESS":"unix:path=\/run\/user\/0\/bus","XDG_RUNTIME_DIR":"\/run\/user\/0","MODULEPATH_modshare":"\/usr\/share\/Modules\/modulefiles:2:\/etc\/modulefiles:2:\/usr\/share\/modulefiles:2","PATH":"\/root\/.local\/bin:\/usr\/share\/Modules\/bin:\/usr\/local\/sbin:\/usr\/local\/bin:\/usr\/sbin:\/usr\/bin:\/root\/.dotnet\/tools:\/opt\/ls_tools","DEBUGINFOD_URLS":"https:\/\/debuginfod.centos.org\/ ","MODULESHOME":"\/usr\/share\/Modules","HISTSIZE":"200000","HISTFILESIZE":"200000","LESSOPEN":"||\/usr\/bin\/lesspipe.sh %s","BASH_FUNC_which%%":"() { ( alias;\n eval ${which_declare} ) | \/usr\/bin\/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\n}","BASH_FUNC_module%%":"() { unset _mlshdbg;\n if [ \"${MODULES_SILENT_SHELL_DEBUG:-0}\" = '1' ]; then\n case \"$-\" in \n *v*x*)\n set +vx;\n _mlshdbg='vx'\n ;;\n *v*)\n set +v;\n _mlshdbg='v'\n ;;\n *x*)\n set +x;\n _mlshdbg='x'\n ;;\n *)\n _mlshdbg=''\n ;;\n esac;\n fi;\n unset _mlre _mlIFS;\n if [ -n \"${IFS+x}\" ]; then\n _mlIFS=$IFS;\n fi;\n IFS=' ';\n for _mlv in ${MODULES_RUN_QUARANTINE:-};\n do\n if [ \"${_mlv}\" = \"${_mlv##*[!A-Za-z0-9_]}\" -a \"${_mlv}\" = \"${_mlv#[0-9]}\" ]; then\n if [ -n \"`eval 'echo ${'$_mlv'+x}'`\" ]; then\n _mlre=\"${_mlre:-}${_mlv}_modquar='`eval 'echo ${'$_mlv'}'`' \";\n fi;\n _mlrv=\"MODULES_RUNENV_${_mlv}\";\n _mlre=\"${_mlre:-}${_mlv}='`eval 'echo ${'$_mlrv':-}'`' \";\n fi;\n done;\n if [ -n \"${_mlre:-}\" ]; then\n eval `eval ${_mlre} \/usr\/bin\/tclsh \/usr\/share\/Modules\/libexec\/modulecmd.tcl bash '\"$@\"'`;\n else\n eval `\/usr\/bin\/tclsh \/usr\/share\/Modules\/libexec\/modulecmd.tcl bash \"$@\"`;\n fi;\n _mlstatus=$?;\n if [ -n \"${_mlIFS+x}\" ]; then\n IFS=$_mlIFS;\n else\n unset IFS;\n fi;\n unset _mlre _mlv _mlrv _mlIFS;\n if [ -n \"${_mlshdbg:-}\" ]; then\n set -$_mlshdbg;\n fi;\n unset _mlshdbg;\n return $_mlstatus\n}","BASH_FUNC_switchml%%":"() { typeset swfound=1;\n if [ \"${MODULES_USE_COMPAT_VERSION:-0}\" = '1' ]; then\n typeset swname='main';\n if [ -e \/usr\/share\/Modules\/libexec\/modulecmd.tcl ]; then\n typeset swfound=0;\n unset MODULES_USE_COMPAT_VERSION;\n fi;\n else\n typeset swname='compatibility';\n if [ -e \/usr\/share\/Modules\/libexec\/modulecmd-compat ]; then\n typeset swfound=0;\n MODULES_USE_COMPAT_VERSION=1;\n export MODULES_USE_COMPAT_VERSION;\n fi;\n fi;\n if [ $swfound -eq 0 ]; then\n echo \"Switching to Modules $swname version\";\n source \/usr\/share\/Modules\/init\/bash;\n else\n echo \"Cannot switch to Modules $swname version, command not found\";\n return 1;\n fi\n}","BASH_FUNC_scl%%":"() { if [ \"$1\" = \"load\" -o \"$1\" = \"unload\" ]; then\n eval \"module $@\";\n else\n \/usr\/bin\/scl \"$@\";\n fi\n}","BASH_FUNC_ml%%":"() { module ml \"$@\"\n}","PHP_SELF":"\/usr\/local\/psa\/bin\/admin","SCRIPT_NAME":"\/usr\/local\/psa\/bin\/admin","SCRIPT_FILENAME":"\/usr\/local\/psa\/bin\/admin","PATH_TRANSLATED":"\/usr\/local\/psa\/bin\/admin","DOCUMENT_ROOT":"","REQUEST_TIME_FLOAT":1753195670.776206,"REQUEST_TIME":1753195670,"argv":["\/usr\/local\/psa\/bin\/admin","--update","-manage_server_phpmyadmin","true"],"argc":4}}
[2025-07-22 14:47:55.110] 1270320:687fa4973903b DEBUG [util_exec] Starting with task-manager: /usr/local/psa/admin/bin/php -f /usr/local/psa/admin/plib/scripts/interface_async_executor.php -- EventListener /usr/local/psa/admin/plib/modules/laravel/library/EventListener.php handleEvent admin, stdin: {"0":"phosting","1":42,"2":"phys_hosting_update","3":{"System User Home":"\/var\/www\/vhosts\/sweet-napier.87-239-18-246.plesk.page","System User":"sweet-napier_nacqttfcjw9","System User Password":"","System Shell":"\/bin\/false","Hard Disk Quota":0,"SSL Support":"true","Web Statistics":"webalizer","Apache Error Documents":"false","IP Address":"87.239.18.246","IPv6 Address":"","WWW Root":"\/var\/www\/vhosts\/sweet-napier.87-239-18-246.plesk.page\/httpdocs","Relative WWW Root":"httpdocs","PHP Handler":"plesk-php82-fpm","Domain Name":"sweet-napier.87-239-18-246.plesk.page","Preferred domain":"none","Permanent SEO-safe 301 redirect from HTTP to HTTPS":true,"SSI Support":"false","PHP Support":"true","CGI Support":"false","Mod Perl Support":"false","Mod Python Support":"false","Mod FastCGI Support":"true","Domain GUID":"8262ef40-bc05-4abb-8149-0cd334477328","Client GUID":"0c1e61ad-dd4a-11ee-8c76-525400f9f56e"},"4":{"System User Home":"\/var\/www\/vhosts\/sweet-napier.87-239-18-246.plesk.page","System User":"sweet-napier_nacqttfcjw9","System User Password":"******","System Shell":"\/bin\/false","Hard Disk Quota":0,"SSL Support":"true","Web Statistics":"webalizer","Apache Error Documents":"false","IP Address":"87.239.18.246","IPv6 Address":"","WWW Root":"\/var\/www\/vhosts\/sweet-napier.87-239-18-246.plesk.page\/httpdocs","Relative WWW Root":"httpdocs","PHP Handler":"plesk-php82-fpm","Domain Name":"sweet-napier.87-239-18-246.plesk.page","Preferred domain":"none","Permanent SEO-safe 301 redirect from HTTP to HTTPS":true,"SSI Support":"false","PHP Support":"true","CGI Support":"false","Mod Perl Support":"false","Mod Python Support":"false","Mod FastCGI Support":"true","Domain GUID":"8262ef40-bc05-4abb-8149-0cd334477328","Client GUID":"0c1e61ad-dd4a-11ee-8c76-525400f9f56e"},"enableNotifications":true,"_SERVER":{"SSH_CONNECTION":"109.109.128.239 36926 87.239.18.246 2233","MODULES_RUN_QUARANTINE":"LD_LIBRARY_PATH LD_PRELOAD","_":"\/usr\/sbin\/plesk","LANG":"en_US.UTF-8","HISTTIMEFORMAT":"[%F %T] ","DOTNET_ROOT":"\/usr\/lib64\/dotnet","S_COLORS":"auto","which_declare":"declare -f","XDG_SESSION_ID":"339244","MODULES_CMD":"\/usr\/share\/Modules\/libexec\/modulecmd.tcl","DOTNET_BUNDLE_EXTRACT_BASE_DIR":"\/root\/.cache\/dotnet_bundle_extract","USER":"root","PWD":"\/root","HOME":"\/root","SSH_CLIENT":"109.109.128.239 36926 2233","HISTFILE":"\/root\/.bash_eternal_history","LOADEDMODULES":"","SHELL":"\/bin\/bash","SHLVL":"3","MANPATH":":","MODULEPATH":"\/etc\/scl\/modulefiles:\/usr\/share\/Modules\/modulefiles:\/etc\/modulefiles:\/usr\/share\/modulefiles","LOGNAME":"root","DBUS_SESSION_BUS_ADDRESS":"unix:path=\/run\/user\/0\/bus","XDG_RUNTIME_DIR":"\/run\/user\/0","MODULEPATH_modshare":"\/usr\/share\/Modules\/modulefiles:2:\/etc\/modulefiles:2:\/usr\/share\/modulefiles:2","PATH":"\/root\/.local\/bin:\/usr\/share\/Modules\/bin:\/usr\/local\/sbin:\/usr\/local\/bin:\/usr\/sbin:\/usr\/bin:\/root\/.dotnet\/tools:\/opt\/ls_tools","DEBUGINFOD_URLS":"https:\/\/debuginfod.centos.org\/ ","MODULESHOME":"\/usr\/share\/Modules","HISTSIZE":"200000","HISTFILESIZE":"200000","LESSOPEN":"||\/usr\/bin\/lesspipe.sh %s","BASH_FUNC_which%%":"() { ( alias;\n eval ${which_declare} ) | \/usr\/bin\/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\n}","BASH_FUNC_module%%":"() { unset _mlshdbg;\n if [ \"${MODULES_SILENT_SHELL_DEBUG:-0}\" = '1' ]; then\n case \"$-\" in \n *v*x*)\n set +vx;\n _mlshdbg='vx'\n ;;\n *v*)\n set +v;\n _mlshdbg='v'\n ;;\n *x*)\n set +x;\n _mlshdbg='x'\n ;;\n *)\n _mlshdbg=''\n ;;\n esac;\n fi;\n unset _mlre _mlIFS;\n if [ -n \"${IFS+x}\" ]; then\n _mlIFS=$IFS;\n fi;\n IFS=' ';\n for _mlv in ${MODULES_RUN_QUARANTINE:-};\n do\n if [ \"${_mlv}\" = \"${_mlv##*[!A-Za-z0-9_]}\" -a \"${_mlv}\" = \"${_mlv#[0-9]}\" ]; then\n if [ -n \"`eval 'echo ${'$_mlv'+x}'`\" ]; then\n _mlre=\"${_mlre:-}${_mlv}_modquar='`eval 'echo ${'$_mlv'}'`' \";\n fi;\n _mlrv=\"MODULES_RUNENV_${_mlv}\";\n _mlre=\"${_mlre:-}${_mlv}='`eval 'echo ${'$_mlrv':-}'`' \";\n fi;\n done;\n if [ -n \"${_mlre:-}\" ]; then\n eval `eval ${_mlre} \/usr\/bin\/tclsh \/usr\/share\/Modules\/libexec\/modulecmd.tcl bash '\"$@\"'`;\n else\n eval `\/usr\/bin\/tclsh \/usr\/share\/Modules\/libexec\/modulecmd.tcl bash \"$@\"`;\n fi;\n _mlstatus=$?;\n if [ -n \"${_mlIFS+x}\" ]; then\n IFS=$_mlIFS;\n else\n unset IFS;\n fi;\n unset _mlre _mlv _mlrv _mlIFS;\n if [ -n \"${_mlshdbg:-}\" ]; then\n set -$_mlshdbg;\n fi;\n unset _mlshdbg;\n return $_mlstatus\n}","BASH_FUNC_switchml%%":"() { typeset swfound=1;\n if [ \"${MODULES_USE_COMPAT_VERSION:-0}\" = '1' ]; then\n typeset swname='main';\n if [ -e \/usr\/share\/Modules\/libexec\/modulecmd.tcl ]; then\n typeset swfound=0;\n unset MODULES_USE_COMPAT_VERSION;\n fi;\n else\n typeset swname='compatibility';\n if [ -e \/usr\/share\/Modules\/libexec\/modulecmd-compat ]; then\n typeset swfound=0;\n MODULES_USE_COMPAT_VERSION=1;\n export MODULES_USE_COMPAT_VERSION;\n fi;\n fi;\n if [ $swfound -eq 0 ]; then\n echo \"Switching to Modules $swname version\";\n source \/usr\/share\/Modules\/init\/bash;\n else\n echo \"Cannot switch to Modules $swname version, command not found\";\n return 1;\n fi\n}","BASH_FUNC_scl%%":"() { if [ \"$1\" = \"load\" -o \"$1\" = \"unload\" ]; then\n eval \"module $@\";\n else\n \/usr\/bin\/scl \"$@\";\n fi\n}","BASH_FUNC_ml%%":"() { module ml \"$@\"\n}","PHP_SELF":"\/usr\/local\/psa\/bin\/admin","SCRIPT_NAME":"\/usr\/local\/psa\/bin\/admin","SCRIPT_FILENAME":"\/usr\/local\/psa\/bin\/admin","PATH_TRANSLATED":"\/usr\/local\/psa\/bin\/admin","DOCUMENT_ROOT":"","REQUEST_TIME_FLOAT":1753195670.776206,"REQUEST_TIME":1753195670,"argv":["\/usr\/local\/psa\/bin\/admin","--update","-manage_server_phpmyadmin","true"],"argc":4}}
[2025-07-22 14:47:55.115] 1270320:687fa4973903b DEBUG [util_exec] Starting with task-manager: /usr/local/psa/admin/bin/php -f /usr/local/psa/admin/plib/scripts/interface_async_executor.php -- EventListener /usr/local/psa/admin/plib/modules/ls-sftp-access/library/EventListener.php handleEvent admin, stdin: {"0":"phosting","1":42,"2":"phys_hosting_update","3":{"System User Home":"\/var\/www\/vhosts\/sweet-napier.87-239-18-246.plesk.page","System User":"sweet-napier_nacqttfcjw9","System User Password":"","System Shell":"\/bin\/false","Hard Disk Quota":0,"SSL Support":"true","Web Statistics":"webalizer","Apache Error Documents":"false","IP Address":"87.239.18.246","IPv6 Address":"","WWW Root":"\/var\/www\/vhosts\/sweet-napier.87-239-18-246.plesk.page\/httpdocs","Relative WWW Root":"httpdocs","PHP Handler":"plesk-php82-fpm","Domain Name":"sweet-napier.87-239-18-246.plesk.page","Preferred domain":"none","Permanent SEO-safe 301 redirect from HTTP to HTTPS":true,"SSI Support":"false","PHP Support":"true","CGI Support":"false","Mod Perl Support":"false","Mod Python Support":"false","Mod FastCGI Support":"true","Domain GUID":"8262ef40-bc05-4abb-8149-0cd334477328","Client GUID":"0c1e61ad-dd4a-11ee-8c76-525400f9f56e"},"4":{"System User Home":"\/var\/www\/vhosts\/sweet-napier.87-239-18-246.plesk.page","System User":"sweet-napier_nacqttfcjw9","System User Password":"******","System Shell":"\/bin\/false","Hard Disk Quota":0,"SSL Support":"true","Web Statistics":"webalizer","Apache Error Documents":"false","IP Address":"87.239.18.246","IPv6 Address":"","WWW Root":"\/var\/www\/vhosts\/sweet-napier.87-239-18-246.plesk.page\/httpdocs","Relative WWW Root":"httpdocs","PHP Handler":"plesk-php82-fpm","Domain Name":"sweet-napier.87-239-18-246.plesk.page","Preferred domain":"none","Permanent SEO-safe 301 redirect from HTTP to HTTPS":true,"SSI Support":"false","PHP Support":"true","CGI Support":"false","Mod Perl Support":"false","Mod Python Support":"false","Mod FastCGI Support":"true","Domain GUID":"8262ef40-bc05-4abb-8149-0cd334477328","Client GUID":"0c1e61ad-dd4a-11ee-8c76-525400f9f56e"},"enableNotifications":true,"_SERVER":{"SSH_CONNECTION":"109.109.128.239 36926 87.239.18.246 2233","MODULES_RUN_QUARANTINE":"LD_LIBRARY_PATH LD_PRELOAD","_":"\/usr\/sbin\/plesk","LANG":"en_US.UTF-8","HISTTIMEFORMAT":"[%F %T] ","DOTNET_ROOT":"\/usr\/lib64\/dotnet","S_COLORS":"auto","which_declare":"declare -f","XDG_SESSION_ID":"339244","MODULES_CMD":"\/usr\/share\/Modules\/libexec\/modulecmd.tcl","DOTNET_BUNDLE_EXTRACT_BASE_DIR":"\/root\/.cache\/dotnet_bundle_extract","USER":"root","PWD":"\/root","HOME":"\/root","SSH_CLIENT":"109.109.128.239 36926 2233","HISTFILE":"\/root\/.bash_eternal_history","LOADEDMODULES":"","SHELL":"\/bin\/bash","SHLVL":"3","MANPATH":":","MODULEPATH":"\/etc\/scl\/modulefiles:\/usr\/share\/Modules\/modulefiles:\/etc\/modulefiles:\/usr\/share\/modulefiles","LOGNAME":"root","DBUS_SESSION_BUS_ADDRESS":"unix:path=\/run\/user\/0\/bus","XDG_RUNTIME_DIR":"\/run\/user\/0","MODULEPATH_modshare":"\/usr\/share\/Modules\/modulefiles:2:\/etc\/modulefiles:2:\/usr\/share\/modulefiles:2","PATH":"\/root\/.local\/bin:\/usr\/share\/Modules\/bin:\/usr\/local\/sbin:\/usr\/local\/bin:\/usr\/sbin:\/usr\/bin:\/root\/.dotnet\/tools:\/opt\/ls_tools","DEBUGINFOD_URLS":"https:\/\/debuginfod.centos.org\/ ","MODULESHOME":"\/usr\/share\/Modules","HISTSIZE":"200000","HISTFILESIZE":"200000","LESSOPEN":"||\/usr\/bin\/lesspipe.sh %s","BASH_FUNC_which%%":"() { ( alias;\n eval ${which_declare} ) | \/usr\/bin\/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\n}","BASH_FUNC_module%%":"() { unset _mlshdbg;\n if [ \"${MODULES_SILENT_SHELL_DEBUG:-0}\" = '1' ]; then\n case \"$-\" in \n *v*x*)\n set +vx;\n _mlshdbg='vx'\n ;;\n *v*)\n set +v;\n _mlshdbg='v'\n ;;\n *x*)\n set +x;\n _mlshdbg='x'\n ;;\n *)\n _mlshdbg=''\n ;;\n esac;\n fi;\n unset _mlre _mlIFS;\n if [ -n \"${IFS+x}\" ]; then\n _mlIFS=$IFS;\n fi;\n IFS=' ';\n for _mlv in ${MODULES_RUN_QUARANTINE:-};\n do\n if [ \"${_mlv}\" = \"${_mlv##*[!A-Za-z0-9_]}\" -a \"${_mlv}\" = \"${_mlv#[0-9]}\" ]; then\n if [ -n \"`eval 'echo ${'$_mlv'+x}'`\" ]; then\n _mlre=\"${_mlre:-}${_mlv}_modquar='`eval 'echo ${'$_mlv'}'`' \";\n fi;\n _mlrv=\"MODULES_RUNENV_${_mlv}\";\n _mlre=\"${_mlre:-}${_mlv}='`eval 'echo ${'$_mlrv':-}'`' \";\n fi;\n done;\n if [ -n \"${_mlre:-}\" ]; then\n eval `eval ${_mlre} \/usr\/bin\/tclsh \/usr\/share\/Modules\/libexec\/modulecmd.tcl bash '\"$@\"'`;\n else\n eval `\/usr\/bin\/tclsh \/usr\/share\/Modules\/libexec\/modulecmd.tcl bash \"$@\"`;\n fi;\n _mlstatus=$?;\n if [ -n \"${_mlIFS+x}\" ]; then\n IFS=$_mlIFS;\n else\n unset IFS;\n fi;\n unset _mlre _mlv _mlrv _mlIFS;\n if [ -n \"${_mlshdbg:-}\" ]; then\n set -$_mlshdbg;\n fi;\n unset _mlshdbg;\n return $_mlstatus\n}","BASH_FUNC_switchml%%":"() { typeset swfound=1;\n if [ \"${MODULES_USE_COMPAT_VERSION:-0}\" = '1' ]; then\n typeset swname='main';\n if [ -e \/usr\/share\/Modules\/libexec\/modulecmd.tcl ]; then\n typeset swfound=0;\n unset MODULES_USE_COMPAT_VERSION;\n fi;\n else\n typeset swname='compatibility';\n if [ -e \/usr\/share\/Modules\/libexec\/modulecmd-compat ]; then\n typeset swfound=0;\n MODULES_USE_COMPAT_VERSION=1;\n export MODULES_USE_COMPAT_VERSION;\n fi;\n fi;\n if [ $swfound -eq 0 ]; then\n echo \"Switching to Modules $swname version\";\n source \/usr\/share\/Modules\/init\/bash;\n else\n echo \"Cannot switch to Modules $swname version, command not found\";\n return 1;\n fi\n}","BASH_FUNC_scl%%":"() { if [ \"$1\" = \"load\" -o \"$1\" = \"unload\" ]; then\n eval \"module $@\";\n else\n \/usr\/bin\/scl \"$@\";\n fi\n}","BASH_FUNC_ml%%":"() { module ml \"$@\"\n}","PHP_SELF":"\/usr\/local\/psa\/bin\/admin","SCRIPT_NAME":"\/usr\/local\/psa\/bin\/admin","SCRIPT_FILENAME":"\/usr\/local\/psa\/bin\/admin","PATH_TRANSLATED":"\/usr\/local\/psa\/bin\/admin","DOCUMENT_ROOT":"","REQUEST_TIME_FLOAT":1753195670.776206,"REQUEST_TIME":1753195670,"argv":["\/usr\/local\/psa\/bin\/admin","--update","-manage_server_phpmyadmin","true"],"argc":4}}
[2025-07-22 14:47:55.119] 1270320:687fa4973903b DEBUG [util_exec] Starting with task-manager: /usr/local/psa/admin/bin/php -f /usr/local/psa/admin/plib/scripts/interface_async_executor.php -- EventListener /usr/local/psa/admin/plib/modules/monitoring/library/EventListener.php handleEvent admin, stdin: {"0":"phosting","1":42,"2":"phys_hosting_update","3":{"System User Home":"\/var\/www\/vhosts\/sweet-napier.87-239-18-246.plesk.page","System User":"sweet-napier_nacqttfcjw9","System User Password":"","System Shell":"\/bin\/false","Hard Disk Quota":0,"SSL Support":"true","Web Statistics":"webalizer","Apache Error Documents":"false","IP Address":"87.239.18.246","IPv6 Address":"","WWW Root":"\/var\/www\/vhosts\/sweet-napier.87-239-18-246.plesk.page\/httpdocs","Relative WWW Root":"httpdocs","PHP Handler":"plesk-php82-fpm","Domain Name":"sweet-napier.87-239-18-246.plesk.page","Preferred domain":"none","Permanent SEO-safe 301 redirect from HTTP to HTTPS":true,"SSI Support":"false","PHP Support":"true","CGI Support":"false","Mod Perl Support":"false","Mod Python Support":"false","Mod FastCGI Support":"true","Domain GUID":"8262ef40-bc05-4abb-8149-0cd334477328","Client GUID":"0c1e61ad-dd4a-11ee-8c76-525400f9f56e"},"4":{"System User Home":"\/var\/www\/vhosts\/sweet-napier.87-239-18-246.plesk.page","System User":"sweet-napier_nacqttfcjw9","System User Password":"******","System Shell":"\/bin\/false","Hard Disk Quota":0,"SSL Support":"true","Web Statistics":"webalizer","Apache Error Documents":"false","IP Address":"87.239.18.246","IPv6 Address":"","WWW Root":"\/var\/www\/vhosts\/sweet-napier.87-239-18-246.plesk.page\/httpdocs","Relative WWW Root":"httpdocs","PHP Handler":"plesk-php82-fpm","Domain Name":"sweet-napier.87-239-18-246.plesk.page","Preferred domain":"none","Permanent SEO-safe 301 redirect from HTTP to HTTPS":true,"SSI Support":"false","PHP Support":"true","CGI Support":"false","Mod Perl Support":"false","Mod Python Support":"false","Mod FastCGI Support":"true","Domain GUID":"8262ef40-bc05-4abb-8149-0cd334477328","Client GUID":"0c1e61ad-dd4a-11ee-8c76-525400f9f56e"},"enableNotifications":true,"_SERVER":{"SSH_CONNECTION":"109.109.128.239 36926 87.239.18.246 2233","MODULES_RUN_QUARANTINE":"LD_LIBRARY_PATH LD_PRELOAD","_":"\/usr\/sbin\/plesk","LANG":"en_US.UTF-8","HISTTIMEFORMAT":"[%F %T] ","DOTNET_ROOT":"\/usr\/lib64\/dotnet","S_COLORS":"auto","which_declare":"declare -f","XDG_SESSION_ID":"339244","MODULES_CMD":"\/usr\/share\/Modules\/libexec\/modulecmd.tcl","DOTNET_BUNDLE_EXTRACT_BASE_DIR":"\/root\/.cache\/dotnet_bundle_extract","USER":"root","PWD":"\/root","HOME":"\/root","SSH_CLIENT":"109.109.128.239 36926 2233","HISTFILE":"\/root\/.bash_eternal_history","LOADEDMODULES":"","SHELL":"\/bin\/bash","SHLVL":"3","MANPATH":":","MODULEPATH":"\/etc\/scl\/modulefiles:\/usr\/share\/Modules\/modulefiles:\/etc\/modulefiles:\/usr\/share\/modulefiles","LOGNAME":"root","DBUS_SESSION_BUS_ADDRESS":"unix:path=\/run\/user\/0\/bus","XDG_RUNTIME_DIR":"\/run\/user\/0","MODULEPATH_modshare":"\/usr\/share\/Modules\/modulefiles:2:\/etc\/modulefiles:2:\/usr\/share\/modulefiles:2","PATH":"\/root\/.local\/bin:\/usr\/share\/Modules\/bin:\/usr\/local\/sbin:\/usr\/local\/bin:\/usr\/sbin:\/usr\/bin:\/root\/.dotnet\/tools:\/opt\/ls_tools","DEBUGINFOD_URLS":"https:\/\/debuginfod.centos.org\/ ","MODULESHOME":"\/usr\/share\/Modules","HISTSIZE":"200000","HISTFILESIZE":"200000","LESSOPEN":"||\/usr\/bin\/lesspipe.sh %s","BASH_FUNC_which%%":"() { ( alias;\n eval ${which_declare} ) | \/usr\/bin\/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\n}","BASH_FUNC_module%%":"() { unset _mlshdbg;\n if [ \"${MODULES_SILENT_SHELL_DEBUG:-0}\" = '1' ]; then\n case \"$-\" in \n *v*x*)\n set +vx;\n _mlshdbg='vx'\n ;;\n *v*)\n set +v;\n _mlshdbg='v'\n ;;\n *x*)\n set +x;\n _mlshdbg='x'\n ;;\n *)\n _mlshdbg=''\n ;;\n esac;\n fi;\n unset _mlre _mlIFS;\n if [ -n \"${IFS+x}\" ]; then\n _mlIFS=$IFS;\n fi;\n IFS=' ';\n for _mlv in ${MODULES_RUN_QUARANTINE:-};\n do\n if [ \"${_mlv}\" = \"${_mlv##*[!A-Za-z0-9_]}\" -a \"${_mlv}\" = \"${_mlv#[0-9]}\" ]; then\n if [ -n \"`eval 'echo ${'$_mlv'+x}'`\" ]; then\n _mlre=\"${_mlre:-}${_mlv}_modquar='`eval 'echo ${'$_mlv'}'`' \";\n fi;\n _mlrv=\"MODULES_RUNENV_${_mlv}\";\n _mlre=\"${_mlre:-}${_mlv}='`eval 'echo ${'$_mlrv':-}'`' \";\n fi;\n done;\n if [ -n \"${_mlre:-}\" ]; then\n eval `eval ${_mlre} \/usr\/bin\/tclsh \/usr\/share\/Modules\/libexec\/modulecmd.tcl bash '\"$@\"'`;\n else\n eval `\/usr\/bin\/tclsh \/usr\/share\/Modules\/libexec\/modulecmd.tcl bash \"$@\"`;\n fi;\n _mlstatus=$?;\n if [ -n \"${_mlIFS+x}\" ]; then\n IFS=$_mlIFS;\n else\n unset IFS;\n fi;\n unset _mlre _mlv _mlrv _mlIFS;\n if [ -n \"${_mlshdbg:-}\" ]; then\n set -$_mlshdbg;\n fi;\n unset _mlshdbg;\n return $_mlstatus\n}","BASH_FUNC_switchml%%":"() { typeset swfound=1;\n if [ \"${MODULES_USE_COMPAT_VERSION:-0}\" = '1' ]; then\n typeset swname='main';\n if [ -e \/usr\/share\/Modules\/libexec\/modulecmd.tcl ]; then\n typeset swfound=0;\n unset MODULES_USE_COMPAT_VERSION;\n fi;\n else\n typeset swname='compatibility';\n if [ -e \/usr\/share\/Modules\/libexec\/modulecmd-compat ]; then\n typeset swfound=0;\n MODULES_USE_COMPAT_VERSION=1;\n export MODULES_USE_COMPAT_VERSION;\n fi;\n fi;\n if [ $swfound -eq 0 ]; then\n echo \"Switching to Modules $swname version\";\n source \/usr\/share\/Modules\/init\/bash;\n else\n echo \"Cannot switch to Modules $swname version, command not found\";\n return 1;\n fi\n}","BASH_FUNC_scl%%":"() { if [ \"$1\" = \"load\" -o \"$1\" = \"unload\" ]; then\n eval \"module $@\";\n else\n \/usr\/bin\/scl \"$@\";\n fi\n}","BASH_FUNC_ml%%":"() { module ml \"$@\"\n}","PHP_SELF":"\/usr\/local\/psa\/bin\/admin","SCRIPT_NAME":"\/usr\/local\/psa\/bin\/admin","SCRIPT_FILENAME":"\/usr\/local\/psa\/bin\/admin","PATH_TRANSLATED":"\/usr\/local\/psa\/bin\/admin","DOCUMENT_ROOT":"","REQUEST_TIME_FLOAT":1753195670.776206,"REQUEST_TIME":1753195670,"argv":["\/usr\/local\/psa\/bin\/admin","--update","-manage_server_phpmyadmin","true"],"argc":4}}
[2025-07-22 14:47:55.122] 1270320:687fa4973903b DEBUG [util_exec] Starting with task-manager: /usr/local/psa/admin/bin/php -f /usr/local/psa/admin/plib/scripts/interface_async_executor.php -- EventListener /usr/local/psa/admin/plib/modules/performance-booster/library/EventListener.php handleEvent admin, stdin: {"0":"phosting","1":42,"2":"phys_hosting_update","3":{"System User Home":"\/var\/www\/vhosts\/sweet-napier.87-239-18-246.plesk.page","System User":"sweet-napier_nacqttfcjw9","System User Password":"","System Shell":"\/bin\/false","Hard Disk Quota":0,"SSL Support":"true","Web Statistics":"webalizer","Apache Error Documents":"false","IP Address":"87.239.18.246","IPv6 Address":"","WWW Root":"\/var\/www\/vhosts\/sweet-napier.87-239-18-246.plesk.page\/httpdocs","Relative WWW Root":"httpdocs","PHP Handler":"plesk-php82-fpm","Domain Name":"sweet-napier.87-239-18-246.plesk.page","Preferred domain":"none","Permanent SEO-safe 301 redirect from HTTP to HTTPS":true,"SSI Support":"false","PHP Support":"true","CGI Support":"false","Mod Perl Support":"false","Mod Python Support":"false","Mod FastCGI Support":"true","Domain GUID":"8262ef40-bc05-4abb-8149-0cd334477328","Client GUID":"0c1e61ad-dd4a-11ee-8c76-525400f9f56e"},"4":{"System User Home":"\/var\/www\/vhosts\/sweet-napier.87-239-18-246.plesk.page","System User":"sweet-napier_nacqttfcjw9","System User Password":"******","System Shell":"\/bin\/false","Hard Disk Quota":0,"SSL Support":"true","Web Statistics":"webalizer","Apache Error Documents":"false","IP Address":"87.239.18.246","IPv6 Address":"","WWW Root":"\/var\/www\/vhosts\/sweet-napier.87-239-18-246.plesk.page\/httpdocs","Relative WWW Root":"httpdocs","PHP Handler":"plesk-php82-fpm","Domain Name":"sweet-napier.87-239-18-246.plesk.page","Preferred domain":"none","Permanent SEO-safe 301 redirect from HTTP to HTTPS":true,"SSI Support":"false","PHP Support":"true","CGI Support":"false","Mod Perl Support":"false","Mod Python Support":"false","Mod FastCGI Support":"true","Domain GUID":"8262ef40-bc05-4abb-8149-0cd334477328","Client GUID":"0c1e61ad-dd4a-11ee-8c76-525400f9f56e"},"enableNotifications":true,"_SERVER":{"SSH_CONNECTION":"109.109.128.239 36926 87.239.18.246 2233","MODULES_RUN_QUARANTINE":"LD_LIBRARY_PATH LD_PRELOAD","_":"\/usr\/sbin\/plesk","LANG":"en_US.UTF-8","HISTTIMEFORMAT":"[%F %T] ","DOTNET_ROOT":"\/usr\/lib64\/dotnet","S_COLORS":"auto","which_declare":"declare -f","XDG_SESSION_ID":"339244","MODULES_CMD":"\/usr\/share\/Modules\/libexec\/modulecmd.tcl","DOTNET_BUNDLE_EXTRACT_BASE_DIR":"\/root\/.cache\/dotnet_bundle_extract","USER":"root","PWD":"\/root","HOME":"\/root","SSH_CLIENT":"109.109.128.239 36926 2233","HISTFILE":"\/root\/.bash_eternal_history","LOADEDMODULES":"","SHELL":"\/bin\/bash","SHLVL":"3","MANPATH":":","MODULEPATH":"\/etc\/scl\/modulefiles:\/usr\/share\/Modules\/modulefiles:\/etc\/modulefiles:\/usr\/share\/modulefiles","LOGNAME":"root","DBUS_SESSION_BUS_ADDRESS":"unix:path=\/run\/user\/0\/bus","XDG_RUNTIME_DIR":"\/run\/user\/0","MODULEPATH_modshare":"\/usr\/share\/Modules\/modulefiles:2:\/etc\/modulefiles:2:\/usr\/share\/modulefiles:2","PATH":"\/root\/.local\/bin:\/usr\/share\/Modules\/bin:\/usr\/local\/sbin:\/usr\/local\/bin:\/usr\/sbin:\/usr\/bin:\/root\/.dotnet\/tools:\/opt\/ls_tools","DEBUGINFOD_URLS":"https:\/\/debuginfod.centos.org\/ ","MODULESHOME":"\/usr\/share\/Modules","HISTSIZE":"200000","HISTFILESIZE":"200000","LESSOPEN":"||\/usr\/bin\/lesspipe.sh %s","BASH_FUNC_which%%":"() { ( alias;\n eval ${which_declare} ) | \/usr\/bin\/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\n}","BASH_FUNC_module%%":"() { unset _mlshdbg;\n if [ \"${MODULES_SILENT_SHELL_DEBUG:-0}\" = '1' ]; then\n case \"$-\" in \n *v*x*)\n set +vx;\n _mlshdbg='vx'\n ;;\n *v*)\n set +v;\n _mlshdbg='v'\n ;;\n *x*)\n set +x;\n _mlshdbg='x'\n ;;\n *)\n _mlshdbg=''\n ;;\n esac;\n fi;\n unset _mlre _mlIFS;\n if [ -n \"${IFS+x}\" ]; then\n _mlIFS=$IFS;\n fi;\n IFS=' ';\n for _mlv in ${MODULES_RUN_QUARANTINE:-};\n do\n if [ \"${_mlv}\" = \"${_mlv##*[!A-Za-z0-9_]}\" -a \"${_mlv}\" = \"${_mlv#[0-9]}\" ]; then\n if [ -n \"`eval 'echo ${'$_mlv'+x}'`\" ]; then\n _mlre=\"${_mlre:-}${_mlv}_modquar='`eval 'echo ${'$_mlv'}'`' \";\n fi;\n _mlrv=\"MODULES_RUNENV_${_mlv}\";\n _mlre=\"${_mlre:-}${_mlv}='`eval 'echo ${'$_mlrv':-}'`' \";\n fi;\n done;\n if [ -n \"${_mlre:-}\" ]; then\n eval `eval ${_mlre} \/usr\/bin\/tclsh \/usr\/share\/Modules\/libexec\/modulecmd.tcl bash '\"$@\"'`;\n else\n eval `\/usr\/bin\/tclsh \/usr\/share\/Modules\/libexec\/modulecmd.tcl bash \"$@\"`;\n fi;\n _mlstatus=$?;\n if [ -n \"${_mlIFS+x}\" ]; then\n IFS=$_mlIFS;\n else\n unset IFS;\n fi;\n unset _mlre _mlv _mlrv _mlIFS;\n if [ -n \"${_mlshdbg:-}\" ]; then\n set -$_mlshdbg;\n fi;\n unset _mlshdbg;\n return $_mlstatus\n}","BASH_FUNC_switchml%%":"() { typeset swfound=1;\n if [ \"${MODULES_USE_COMPAT_VERSION:-0}\" = '1' ]; then\n typeset swname='main';\n if [ -e \/usr\/share\/Modules\/libexec\/modulecmd.tcl ]; then\n typeset swfound=0;\n unset MODULES_USE_COMPAT_VERSION;\n fi;\n else\n typeset swname='compatibility';\n if [ -e \/usr\/share\/Modules\/libexec\/modulecmd-compat ]; then\n typeset swfound=0;\n MODULES_USE_COMPAT_VERSION=1;\n export MODULES_USE_COMPAT_VERSION;\n fi;\n fi;\n if [ $swfound -eq 0 ]; then\n echo \"Switching to Modules $swname version\";\n source \/usr\/share\/Modules\/init\/bash;\n else\n echo \"Cannot switch to Modules $swname version, command not found\";\n return 1;\n fi\n}","BASH_FUNC_scl%%":"() { if [ \"$1\" = \"load\" -o \"$1\" = \"unload\" ]; then\n eval \"module $@\";\n else\n \/usr\/bin\/scl \"$@\";\n fi\n}","BASH_FUNC_ml%%":"() { module ml \"$@\"\n}","PHP_SELF":"\/usr\/local\/psa\/bin\/admin","SCRIPT_NAME":"\/usr\/local\/psa\/bin\/admin","SCRIPT_FILENAME":"\/usr\/local\/psa\/bin\/admin","PATH_TRANSLATED":"\/usr\/local\/psa\/bin\/admin","DOCUMENT_ROOT":"","REQUEST_TIME_FLOAT":1753195670.776206,"REQUEST_TIME":1753195670,"argv":["\/usr\/local\/psa\/bin\/admin","--update","-manage_server_phpmyadmin","true"],"argc":4}}
[2025-07-22 14:47:55.127] 1270320:687fa4973903b DEBUG [util_exec] Starting with task-manager: /usr/local/psa/admin/bin/php -f /usr/local/psa/admin/plib/scripts/interface_async_executor.php -- EventListener /usr/local/psa/admin/plib/modules/sslit/library/EventListener.php handleEvent admin, stdin: {"0":"phosting","1":42,"2":"phys_hosting_update","3":{"System User Home":"\/var\/www\/vhosts\/sweet-napier.87-239-18-246.plesk.page","System User":"sweet-napier_nacqttfcjw9","System User Password":"","System Shell":"\/bin\/false","Hard Disk Quota":0,"SSL Support":"true","Web Statistics":"webalizer","Apache Error Documents":"false","IP Address":"87.239.18.246","IPv6 Address":"","WWW Root":"\/var\/www\/vhosts\/sweet-napier.87-239-18-246.plesk.page\/httpdocs","Relative WWW Root":"httpdocs","PHP Handler":"plesk-php82-fpm","Domain Name":"sweet-napier.87-239-18-246.plesk.page","Preferred domain":"none","Permanent SEO-safe 301 redirect from HTTP to HTTPS":true,"SSI Support":"false","PHP Support":"true","CGI Support":"false","Mod Perl Support":"false","Mod Python Support":"false","Mod FastCGI Support":"true","Domain GUID":"8262ef40-bc05-4abb-8149-0cd334477328","Client GUID":"0c1e61ad-dd4a-11ee-8c76-525400f9f56e"},"4":{"System User Home":"\/var\/www\/vhosts\/sweet-napier.87-239-18-246.plesk.page","System User":"sweet-napier_nacqttfcjw9","System User Password":"******","System Shell":"\/bin\/false","Hard Disk Quota":0,"SSL Support":"true","Web Statistics":"webalizer","Apache Error Documents":"false","IP Address":"87.239.18.246","IPv6 Address":"","WWW Root":"\/var\/www\/vhosts\/sweet-napier.87-239-18-246.plesk.page\/httpdocs","Relative WWW Root":"httpdocs","PHP Handler":"plesk-php82-fpm","Domain Name":"sweet-napier.87-239-18-246.plesk.page","Preferred domain":"none","Permanent SEO-safe 301 redirect from HTTP to HTTPS":true,"SSI Support":"false","PHP Support":"true","CGI Support":"false","Mod Perl Support":"false","Mod Python Support":"false","Mod FastCGI Support":"true","Domain GUID":"8262ef40-bc05-4abb-8149-0cd334477328","Client GUID":"0c1e61ad-dd4a-11ee-8c76-525400f9f56e"},"enableNotifications":true,"_SERVER":{"SSH_CONNECTION":"109.109.128.239 36926 87.239.18.246 2233","MODULES_RUN_QUARANTINE":"LD_LIBRARY_PATH LD_PRELOAD","_":"\/usr\/sbin\/plesk","LANG":"en_US.UTF-8","HISTTIMEFORMAT":"[%F %T] ","DOTNET_ROOT":"\/usr\/lib64\/dotnet","S_COLORS":"auto","which_declare":"declare -f","XDG_SESSION_ID":"339244","MODULES_CMD":"\/usr\/share\/Modules\/libexec\/modulecmd.tcl","DOTNET_BUNDLE_EXTRACT_BASE_DIR":"\/root\/.cache\/dotnet_bundle_extract","USER":"root","PWD":"\/root","HOME":"\/root","SSH_CLIENT":"109.109.128.239 36926 2233","HISTFILE":"\/root\/.bash_eternal_history","LOADEDMODULES":"","SHELL":"\/bin\/bash","SHLVL":"3","MANPATH":":","MODULEPATH":"\/etc\/scl\/modulefiles:\/usr\/share\/Modules\/modulefiles:\/etc\/modulefiles:\/usr\/share\/modulefiles","LOGNAME":"root","DBUS_SESSION_BUS_ADDRESS":"unix:path=\/run\/user\/0\/bus","XDG_RUNTIME_DIR":"\/run\/user\/0","MODULEPATH_modshare":"\/usr\/share\/Modules\/modulefiles:2:\/etc\/modulefiles:2:\/usr\/share\/modulefiles:2","PATH":"\/root\/.local\/bin:\/usr\/share\/Modules\/bin:\/usr\/local\/sbin:\/usr\/local\/bin:\/usr\/sbin:\/usr\/bin:\/root\/.dotnet\/tools:\/opt\/ls_tools","DEBUGINFOD_URLS":"https:\/\/debuginfod.centos.org\/ ","MODULESHOME":"\/usr\/share\/Modules","HISTSIZE":"200000","HISTFILESIZE":"200000","LESSOPEN":"||\/usr\/bin\/lesspipe.sh %s","BASH_FUNC_which%%":"() { ( alias;\n eval ${which_declare} ) | \/usr\/bin\/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\n}","BASH_FUNC_module%%":"() { unset _mlshdbg;\n if [ \"${MODULES_SILENT_SHELL_DEBUG:-0}\" = '1' ]; then\n case \"$-\" in \n *v*x*)\n set +vx;\n _mlshdbg='vx'\n ;;\n *v*)\n set +v;\n _mlshdbg='v'\n ;;\n *x*)\n set +x;\n _mlshdbg='x'\n ;;\n *)\n _mlshdbg=''\n ;;\n esac;\n fi;\n unset _mlre _mlIFS;\n if [ -n \"${IFS+x}\" ]; then\n _mlIFS=$IFS;\n fi;\n IFS=' ';\n for _mlv in ${MODULES_RUN_QUARANTINE:-};\n do\n if [ \"${_mlv}\" = \"${_mlv##*[!A-Za-z0-9_]}\" -a \"${_mlv}\" = \"${_mlv#[0-9]}\" ]; then\n if [ -n \"`eval 'echo ${'$_mlv'+x}'`\" ]; then\n _mlre=\"${_mlre:-}${_mlv}_modquar='`eval 'echo ${'$_mlv'}'`' \";\n fi;\n _mlrv=\"MODULES_RUNENV_${_mlv}\";\n _mlre=\"${_mlre:-}${_mlv}='`eval 'echo ${'$_mlrv':-}'`' \";\n fi;\n done;\n if [ -n \"${_mlre:-}\" ]; then\n eval `eval ${_mlre} \/usr\/bin\/tclsh \/usr\/share\/Modules\/libexec\/modulecmd.tcl bash '\"$@\"'`;\n else\n eval `\/usr\/bin\/tclsh \/usr\/share\/Modules\/libexec\/modulecmd.tcl bash \"$@\"`;\n fi;\n _mlstatus=$?;\n if [ -n \"${_mlIFS+x}\" ]; then\n IFS=$_mlIFS;\n else\n unset IFS;\n fi;\n unset _mlre _mlv _mlrv _mlIFS;\n if [ -n \"${_mlshdbg:-}\" ]; then\n set -$_mlshdbg;\n fi;\n unset _mlshdbg;\n return $_mlstatus\n}","BASH_FUNC_switchml%%":"() { typeset swfound=1;\n if [ \"${MODULES_USE_COMPAT_VERSION:-0}\" = '1' ]; then\n typeset swname='main';\n if [ -e \/usr\/share\/Modules\/libexec\/modulecmd.tcl ]; then\n typeset swfound=0;\n unset MODULES_USE_COMPAT_VERSION;\n fi;\n else\n typeset swname='compatibility';\n if [ -e \/usr\/share\/Modules\/libexec\/modulecmd-compat ]; then\n typeset swfound=0;\n MODULES_USE_COMPAT_VERSION=1;\n export MODULES_USE_COMPAT_VERSION;\n fi;\n fi;\n if [ $swfound -eq 0 ]; then\n echo \"Switching to Modules $swname version\";\n source \/usr\/share\/Modules\/init\/bash;\n else\n echo \"Cannot switch to Modules $swname version, command not found\";\n return 1;\n fi\n}","BASH_FUNC_scl%%":"() { if [ \"$1\" = \"load\" -o \"$1\" = \"unload\" ]; then\n eval \"module $@\";\n else\n \/usr\/bin\/scl \"$@\";\n fi\n}","BASH_FUNC_ml%%":"() { module ml \"$@\"\n}","PHP_SELF":"\/usr\/local\/psa\/bin\/admin","SCRIPT_NAME":"\/usr\/local\/psa\/bin\/admin","SCRIPT_FILENAME":"\/usr\/local\/psa\/bin\/admin","PATH_TRANSLATED":"\/usr\/local\/psa\/bin\/admin","DOCUMENT_ROOT":"","REQUEST_TIME_FLOAT":1753195670.776206,"REQUEST_TIME":1753195670,"argv":["\/usr\/local\/psa\/bin\/admin","--update","-manage_server_phpmyadmin","true"],"argc":4}}
[2025-07-22 14:47:55.130] 1270320:687fa4973903b DEBUG [util_exec] Starting with task-manager: /usr/local/psa/admin/bin/php -f /usr/local/psa/admin/plib/scripts/interface_async_executor.php -- EventListener /usr/local/psa/admin/plib/modules/traffic-monitor/library/EventListener.php handleEvent admin, stdin: {"0":"phosting","1":42,"2":"phys_hosting_update","3":{"System User Home":"\/var\/www\/vhosts\/sweet-napier.87-239-18-246.plesk.page","System User":"sweet-napier_nacqttfcjw9","System User Password":"","System Shell":"\/bin\/false","Hard Disk Quota":0,"SSL Support":"true","Web Statistics":"webalizer","Apache Error Documents":"false","IP Address":"87.239.18.246","IPv6 Address":"","WWW Root":"\/var\/www\/vhosts\/sweet-napier.87-239-18-246.plesk.page\/httpdocs","Relative WWW Root":"httpdocs","PHP Handler":"plesk-php82-fpm","Domain Name":"sweet-napier.87-239-18-246.plesk.page","Preferred domain":"none","Permanent SEO-safe 301 redirect from HTTP to HTTPS":true,"SSI Support":"false","PHP Support":"true","CGI Support":"false","Mod Perl Support":"false","Mod Python Support":"false","Mod FastCGI Support":"true","Domain GUID":"8262ef40-bc05-4abb-8149-0cd334477328","Client GUID":"0c1e61ad-dd4a-11ee-8c76-525400f9f56e"},"4":{"System User Home":"\/var\/www\/vhosts\/sweet-napier.87-239-18-246.plesk.page","System User":"sweet-napier_nacqttfcjw9","System User Password":"******","System Shell":"\/bin\/false","Hard Disk Quota":0,"SSL Support":"true","Web Statistics":"webalizer","Apache Error Documents":"false","IP Address":"87.239.18.246","IPv6 Address":"","WWW Root":"\/var\/www\/vhosts\/sweet-napier.87-239-18-246.plesk.page\/httpdocs","Relative WWW Root":"httpdocs","PHP Handler":"plesk-php82-fpm","Domain Name":"sweet-napier.87-239-18-246.plesk.page","Preferred domain":"none","Permanent SEO-safe 301 redirect from HTTP to HTTPS":true,"SSI Support":"false","PHP Support":"true","CGI Support":"false","Mod Perl Support":"false","Mod Python Support":"false","Mod FastCGI Support":"true","Domain GUID":"8262ef40-bc05-4abb-8149-0cd334477328","Client GUID":"0c1e61ad-dd4a-11ee-8c76-525400f9f56e"},"enableNotifications":true,"_SERVER":{"SSH_CONNECTION":"109.109.128.239 36926 87.239.18.246 2233","MODULES_RUN_QUARANTINE":"LD_LIBRARY_PATH LD_PRELOAD","_":"\/usr\/sbin\/plesk","LANG":"en_US.UTF-8","HISTTIMEFORMAT":"[%F %T] ","DOTNET_ROOT":"\/usr\/lib64\/dotnet","S_COLORS":"auto","which_declare":"declare -f","XDG_SESSION_ID":"339244","MODULES_CMD":"\/usr\/share\/Modules\/libexec\/modulecmd.tcl","DOTNET_BUNDLE_EXTRACT_BASE_DIR":"\/root\/.cache\/dotnet_bundle_extract","USER":"root","PWD":"\/root","HOME":"\/root","SSH_CLIENT":"109.109.128.239 36926 2233","HISTFILE":"\/root\/.bash_eternal_history","LOADEDMODULES":"","SHELL":"\/bin\/bash","SHLVL":"3","MANPATH":":","MODULEPATH":"\/etc\/scl\/modulefiles:\/usr\/share\/Modules\/modulefiles:\/etc\/modulefiles:\/usr\/share\/modulefiles","LOGNAME":"root","DBUS_SESSION_BUS_ADDRESS":"unix:path=\/run\/user\/0\/bus","XDG_RUNTIME_DIR":"\/run\/user\/0","MODULEPATH_modshare":"\/usr\/share\/Modules\/modulefiles:2:\/etc\/modulefiles:2:\/usr\/share\/modulefiles:2","PATH":"\/root\/.local\/bin:\/usr\/share\/Modules\/bin:\/usr\/local\/sbin:\/usr\/local\/bin:\/usr\/sbin:\/usr\/bin:\/root\/.dotnet\/tools:\/opt\/ls_tools","DEBUGINFOD_URLS":"https:\/\/debuginfod.centos.org\/ ","MODULESHOME":"\/usr\/share\/Modules","HISTSIZE":"200000","HISTFILESIZE":"200000","LESSOPEN":"||\/usr\/bin\/lesspipe.sh %s","BASH_FUNC_which%%":"() { ( alias;\n eval ${which_declare} ) | \/usr\/bin\/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\n}","BASH_FUNC_module%%":"() { unset _mlshdbg;\n if [ \"${MODULES_SILENT_SHELL_DEBUG:-0}\" = '1' ]; then\n case \"$-\" in \n *v*x*)\n set +vx;\n _mlshdbg='vx'\n ;;\n *v*)\n set +v;\n _mlshdbg='v'\n ;;\n *x*)\n set +x;\n _mlshdbg='x'\n ;;\n *)\n _mlshdbg=''\n ;;\n esac;\n fi;\n unset _mlre _mlIFS;\n if [ -n \"${IFS+x}\" ]; then\n _mlIFS=$IFS;\n fi;\n IFS=' ';\n for _mlv in ${MODULES_RUN_QUARANTINE:-};\n do\n if [ \"${_mlv}\" = \"${_mlv##*[!A-Za-z0-9_]}\" -a \"${_mlv}\" = \"${_mlv#[0-9]}\" ]; then\n if [ -n \"`eval 'echo ${'$_mlv'+x}'`\" ]; then\n _mlre=\"${_mlre:-}${_mlv}_modquar='`eval 'echo ${'$_mlv'}'`' \";\n fi;\n _mlrv=\"MODULES_RUNENV_${_mlv}\";\n _mlre=\"${_mlre:-}${_mlv}='`eval 'echo ${'$_mlrv':-}'`' \";\n fi;\n done;\n if [ -n \"${_mlre:-}\" ]; then\n eval `eval ${_mlre} \/usr\/bin\/tclsh \/usr\/share\/Modules\/libexec\/modulecmd.tcl bash '\"$@\"'`;\n else\n eval `\/usr\/bin\/tclsh \/usr\/share\/Modules\/libexec\/modulecmd.tcl bash \"$@\"`;\n fi;\n _mlstatus=$?;\n if [ -n \"${_mlIFS+x}\" ]; then\n IFS=$_mlIFS;\n else\n unset IFS;\n fi;\n unset _mlre _mlv _mlrv _mlIFS;\n if [ -n \"${_mlshdbg:-}\" ]; then\n set -$_mlshdbg;\n fi;\n unset _mlshdbg;\n return $_mlstatus\n}","BASH_FUNC_switchml%%":"() { typeset swfound=1;\n if [ \"${MODULES_USE_COMPAT_VERSION:-0}\" = '1' ]; then\n typeset swname='main';\n if [ -e \/usr\/share\/Modules\/libexec\/modulecmd.tcl ]; then\n typeset swfound=0;\n unset MODULES_USE_COMPAT_VERSION;\n fi;\n else\n typeset swname='compatibility';\n if [ -e \/usr\/share\/Modules\/libexec\/modulecmd-compat ]; then\n typeset swfound=0;\n MODULES_USE_COMPAT_VERSION=1;\n export MODULES_USE_COMPAT_VERSION;\n fi;\n fi;\n if [ $swfound -eq 0 ]; then\n echo \"Switching to Modules $swname version\";\n source \/usr\/share\/Modules\/init\/bash;\n else\n echo \"Cannot switch to Modules $swname version, command not found\";\n return 1;\n fi\n}","BASH_FUNC_scl%%":"() { if [ \"$1\" = \"load\" -o \"$1\" = \"unload\" ]; then\n eval \"module $@\";\n else\n \/usr\/bin\/scl \"$@\";\n fi\n}","BASH_FUNC_ml%%":"() { module ml \"$@\"\n}","PHP_SELF":"\/usr\/local\/psa\/bin\/admin","SCRIPT_NAME":"\/usr\/local\/psa\/bin\/admin","SCRIPT_FILENAME":"\/usr\/local\/psa\/bin\/admin","PATH_TRANSLATED":"\/usr\/local\/psa\/bin\/admin","DOCUMENT_ROOT":"","REQUEST_TIME_FLOAT":1753195670.776206,"REQUEST_TIME":1753195670,"argv":["\/usr\/local\/psa\/bin\/admin","--update","-manage_server_phpmyadmin","true"],"argc":4}}
[2025-07-22 14:47:55.134] 1270320:687fa4973903b DEBUG [util_exec] Starting with task-manager: /usr/local/psa/admin/bin/php -f /usr/local/psa/admin/plib/scripts/interface_async_executor.php -- EventListener /usr/local/psa/admin/plib/modules/wp-toolkit/library/EventListener.php handleEvent admin, stdin: {"0":"phosting","1":42,"2":"phys_hosting_update","3":{"System User Home":"\/var\/www\/vhosts\/sweet-napier.87-239-18-246.plesk.page","System User":"sweet-napier_nacqttfcjw9","System User Password":"","System Shell":"\/bin\/false","Hard Disk Quota":0,"SSL Support":"true","Web Statistics":"webalizer","Apache Error Documents":"false","IP Address":"87.239.18.246","IPv6 Address":"","WWW Root":"\/var\/www\/vhosts\/sweet-napier.87-239-18-246.plesk.page\/httpdocs","Relative WWW Root":"httpdocs","PHP Handler":"plesk-php82-fpm","Domain Name":"sweet-napier.87-239-18-246.plesk.page","Preferred domain":"none","Permanent SEO-safe 301 redirect from HTTP to HTTPS":true,"SSI Support":"false","PHP Support":"true","CGI Support":"false","Mod Perl Support":"false","Mod Python Support":"false","Mod FastCGI Support":"true","Domain GUID":"8262ef40-bc05-4abb-8149-0cd334477328","Client GUID":"0c1e61ad-dd4a-11ee-8c76-525400f9f56e"},"4":{"System User Home":"\/var\/www\/vhosts\/sweet-napier.87-239-18-246.plesk.page","System User":"sweet-napier_nacqttfcjw9","System User Password":"******","System Shell":"\/bin\/false","Hard Disk Quota":0,"SSL Support":"true","Web Statistics":"webalizer","Apache Error Documents":"false","IP Address":"87.239.18.246","IPv6 Address":"","WWW Root":"\/var\/www\/vhosts\/sweet-napier.87-239-18-246.plesk.page\/httpdocs","Relative WWW Root":"httpdocs","PHP Handler":"plesk-php82-fpm","Domain Name":"sweet-napier.87-239-18-246.plesk.page","Preferred domain":"none","Permanent SEO-safe 301 redirect from HTTP to HTTPS":true,"SSI Support":"false","PHP Support":"true","CGI Support":"false","Mod Perl Support":"false","Mod Python Support":"false","Mod FastCGI Support":"true","Domain GUID":"8262ef40-bc05-4abb-8149-0cd334477328","Client GUID":"0c1e61ad-dd4a-11ee-8c76-525400f9f56e"},"enableNotifications":true,"_SERVER":{"SSH_CONNECTION":"109.109.128.239 36926 87.239.18.246 2233","MODULES_RUN_QUARANTINE":"LD_LIBRARY_PATH LD_PRELOAD","_":"\/usr\/sbin\/plesk","LANG":"en_US.UTF-8","HISTTIMEFORMAT":"[%F %T] ","DOTNET_ROOT":"\/usr\/lib64\/dotnet","S_COLORS":"auto","which_declare":"declare -f","XDG_SESSION_ID":"339244","MODULES_CMD":"\/usr\/share\/Modules\/libexec\/modulecmd.tcl","DOTNET_BUNDLE_EXTRACT_BASE_DIR":"\/root\/.cache\/dotnet_bundle_extract","USER":"root","PWD":"\/root","HOME":"\/root","SSH_CLIENT":"109.109.128.239 36926 2233","HISTFILE":"\/root\/.bash_eternal_history","LOADEDMODULES":"","SHELL":"\/bin\/bash","SHLVL":"3","MANPATH":":","MODULEPATH":"\/etc\/scl\/modulefiles:\/usr\/share\/Modules\/modulefiles:\/etc\/modulefiles:\/usr\/share\/modulefiles","LOGNAME":"root","DBUS_SESSION_BUS_ADDRESS":"unix:path=\/run\/user\/0\/bus","XDG_RUNTIME_DIR":"\/run\/user\/0","MODULEPATH_modshare":"\/usr\/share\/Modules\/modulefiles:2:\/etc\/modulefiles:2:\/usr\/share\/modulefiles:2","PATH":"\/root\/.local\/bin:\/usr\/share\/Modules\/bin:\/usr\/local\/sbin:\/usr\/local\/bin:\/usr\/sbin:\/usr\/bin:\/root\/.dotnet\/tools:\/opt\/ls_tools","DEBUGINFOD_URLS":"https:\/\/debuginfod.centos.org\/ ","MODULESHOME":"\/usr\/share\/Modules","HISTSIZE":"200000","HISTFILESIZE":"200000","LESSOPEN":"||\/usr\/bin\/lesspipe.sh %s","BASH_FUNC_which%%":"() { ( alias;\n eval ${which_declare} ) | \/usr\/bin\/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\n}","BASH_FUNC_module%%":"() { unset _mlshdbg;\n if [ \"${MODULES_SILENT_SHELL_DEBUG:-0}\" = '1' ]; then\n case \"$-\" in \n *v*x*)\n set +vx;\n _mlshdbg='vx'\n ;;\n *v*)\n set +v;\n _mlshdbg='v'\n ;;\n *x*)\n set +x;\n _mlshdbg='x'\n ;;\n *)\n _mlshdbg=''\n ;;\n esac;\n fi;\n unset _mlre _mlIFS;\n if [ -n \"${IFS+x}\" ]; then\n _mlIFS=$IFS;\n fi;\n IFS=' ';\n for _mlv in ${MODULES_RUN_QUARANTINE:-};\n do\n if [ \"${_mlv}\" = \"${_mlv##*[!A-Za-z0-9_]}\" -a \"${_mlv}\" = \"${_mlv#[0-9]}\" ]; then\n if [ -n \"`eval 'echo ${'$_mlv'+x}'`\" ]; then\n _mlre=\"${_mlre:-}${_mlv}_modquar='`eval 'echo ${'$_mlv'}'`' \";\n fi;\n _mlrv=\"MODULES_RUNENV_${_mlv}\";\n _mlre=\"${_mlre:-}${_mlv}='`eval 'echo ${'$_mlrv':-}'`' \";\n fi;\n done;\n if [ -n \"${_mlre:-}\" ]; then\n eval `eval ${_mlre} \/usr\/bin\/tclsh \/usr\/share\/Modules\/libexec\/modulecmd.tcl bash '\"$@\"'`;\n else\n eval `\/usr\/bin\/tclsh \/usr\/share\/Modules\/libexec\/modulecmd.tcl bash \"$@\"`;\n fi;\n _mlstatus=$?;\n if [ -n \"${_mlIFS+x}\" ]; then\n IFS=$_mlIFS;\n else\n unset IFS;\n fi;\n unset _mlre _mlv _mlrv _mlIFS;\n if [ -n \"${_mlshdbg:-}\" ]; then\n set -$_mlshdbg;\n fi;\n unset _mlshdbg;\n return $_mlstatus\n}","BASH_FUNC_switchml%%":"() { typeset swfound=1;\n if [ \"${MODULES_USE_COMPAT_VERSION:-0}\" = '1' ]; then\n typeset swname='main';\n if [ -e \/usr\/share\/Modules\/libexec\/modulecmd.tcl ]; then\n typeset swfound=0;\n unset MODULES_USE_COMPAT_VERSION;\n fi;\n else\n typeset swname='compatibility';\n if [ -e \/usr\/share\/Modules\/libexec\/modulecmd-compat ]; then\n typeset swfound=0;\n MODULES_USE_COMPAT_VERSION=1;\n export MODULES_USE_COMPAT_VERSION;\n fi;\n fi;\n if [ $swfound -eq 0 ]; then\n echo \"Switching to Modules $swname version\";\n source \/usr\/share\/Modules\/init\/bash;\n else\n echo \"Cannot switch to Modules $swname version, command not found\";\n return 1;\n fi\n}","BASH_FUNC_scl%%":"() { if [ \"$1\" = \"load\" -o \"$1\" = \"unload\" ]; then\n eval \"module $@\";\n else\n \/usr\/bin\/scl \"$@\";\n fi\n}","BASH_FUNC_ml%%":"() { module ml \"$@\"\n}","PHP_SELF":"\/usr\/local\/psa\/bin\/admin","SCRIPT_NAME":"\/usr\/local\/psa\/bin\/admin","SCRIPT_FILENAME":"\/usr\/local\/psa\/bin\/admin","PATH_TRANSLATED":"\/usr\/local\/psa\/bin\/admin","DOCUMENT_ROOT":"","REQUEST_TIME_FLOAT":1753195670.776206,"REQUEST_TIME":1753195670,"argv":["\/usr\/local\/psa\/bin\/admin","--update","-manage_server_phpmyadmin","true"],"argc":4}}
|
| stderr_lines |
[ "[2025-07-22 14:47:51.234] 1270320:687fa4973903b DEBUG [util_exec] [8416f21a93b8600a614e73e2d75591eb-0] Starting: osdetect, stdin: ", "[2025-07-22 14:47:51.249] 1270320:687fa4973903b DEBUG [util_exec] [8416f21a93b8600a614e73e2d75591eb-0] Finished in 0.01281s, Error code: 0, stdout: {\"name\":\"AlmaLinux\",\"version\":\"8.10\",\"short-version\":\"8\",\"arch\":\"x86_64\",\"pkgtype\":\"rpm\"}", ", stderr: ", "[2025-07-22 14:47:51.340] 1270320:687fa4973903b DEBUG [util_exec] Starting with task-manager: /usr/local/psa/admin/bin/php -f /usr/local/psa/admin/plib/scripts/interface_async_executor.php -- EventListener /usr/local/psa/admin/plib/modules/ls-sftp-access/library/EventListener.php handleEvent admin, stdin: {\"0\":\"admin\",\"1\":1,\"2\":\"admin_update\",\"3\":{\"Client Type\":\"admin\",\"Login Name\":\"admin\",\"COMP_PERM_MANAGE_PHOSTING_SSI\":\"false\",\"COMP_PERM_MANAGE_PHOSTING_PHP\":\"false\",\"COMP_PERM_MANAGE_PHOSTING_CGI\":\"false\",\"COMP_PERM_MANAGE_PHOSTING_PERL\":\"false\",\"COMP_PERM_MANAGE_PHOSTING_PYTHON\":\"false\",\"COMP_PERM_MANAGE_PHOSTING_FASTCGI\":\"false\",\"COMP_PERM_MANAGE_PHOSTING_ASP\":\"false\",\"COMP_PERM_MANAGE_PHOSTING_ASP_DOT_NET\":\"false\",\"COMP_PERM_MANAGE_PERFORMANCE_BANDWIDTH\":\"false\",\"COMP_PERM_MANAGE_PERFORMANCE_CONNECTIONS\":\"false\",\"COMP_PERM_MANAGE_PHOSTING_ERRDOCS\":\"false\",\"COMP_PERM_MANAGE_PHOSTING_SSL\":\"false\",\"COMP_PERM_MANAGE_PHOSTING_WEBDEPLOY\":\"false\",\"Client GUID\":\"0c1e61ad-dd4a-11ee-8c76-525400f9f56e\"},\"4\":{\"Client Type\":\"admin\",\"Login Name\":\"admin\",\"COMP_PERM_MANAGE_PHOSTING_SSI\":\"true\",\"COMP_PERM_MANAGE_PHOSTING_PHP\":\"true\",\"COMP_PERM_MANAGE_PHOSTING_CGI\":\"true\",\"COMP_PERM_MANAGE_PHOSTING_PERL\":\"true\",\"COMP_PERM_MANAGE_PHOSTING_PYTHON\":\"true\",\"COMP_PERM_MANAGE_PHOSTING_FASTCGI\":\"true\",\"COMP_PERM_MANAGE_PHOSTING_ASP\":\"true\",\"COMP_PERM_MANAGE_PHOSTING_ASP_DOT_NET\":\"true\",\"COMP_PERM_MANAGE_PERFORMANCE_BANDWIDTH\":\"true\",\"COMP_PERM_MANAGE_PERFORMANCE_CONNECTIONS\":\"true\",\"COMP_PERM_MANAGE_PHOSTING_ERRDOCS\":\"true\",\"COMP_PERM_MANAGE_PHOSTING_SSL\":\"true\",\"COMP_PERM_MANAGE_PHOSTING_WEBDEPLOY\":\"true\",\"Client GUID\":\"0c1e61ad-dd4a-11ee-8c76-525400f9f56e\"},\"enableNotifications\":true,\"_SERVER\":{\"SSH_CONNECTION\":\"109.109.128.239 36926 87.239.18.246 2233\",\"MODULES_RUN_QUARANTINE\":\"LD_LIBRARY_PATH LD_PRELOAD\",\"_\":\"\\/usr\\/sbin\\/plesk\",\"LANG\":\"en_US.UTF-8\",\"HISTTIMEFORMAT\":\"[%F %T] \",\"DOTNET_ROOT\":\"\\/usr\\/lib64\\/dotnet\",\"S_COLORS\":\"auto\",\"which_declare\":\"declare -f\",\"XDG_SESSION_ID\":\"339244\",\"MODULES_CMD\":\"\\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl\",\"DOTNET_BUNDLE_EXTRACT_BASE_DIR\":\"\\/root\\/.cache\\/dotnet_bundle_extract\",\"USER\":\"root\",\"PWD\":\"\\/root\",\"HOME\":\"\\/root\",\"SSH_CLIENT\":\"109.109.128.239 36926 2233\",\"HISTFILE\":\"\\/root\\/.bash_eternal_history\",\"LOADEDMODULES\":\"\",\"SHELL\":\"\\/bin\\/bash\",\"SHLVL\":\"3\",\"MANPATH\":\":\",\"MODULEPATH\":\"\\/etc\\/scl\\/modulefiles:\\/usr\\/share\\/Modules\\/modulefiles:\\/etc\\/modulefiles:\\/usr\\/share\\/modulefiles\",\"LOGNAME\":\"root\",\"DBUS_SESSION_BUS_ADDRESS\":\"unix:path=\\/run\\/user\\/0\\/bus\",\"XDG_RUNTIME_DIR\":\"\\/run\\/user\\/0\",\"MODULEPATH_modshare\":\"\\/usr\\/share\\/Modules\\/modulefiles:2:\\/etc\\/modulefiles:2:\\/usr\\/share\\/modulefiles:2\",\"PATH\":\"\\/root\\/.local\\/bin:\\/usr\\/share\\/Modules\\/bin:\\/usr\\/local\\/sbin:\\/usr\\/local\\/bin:\\/usr\\/sbin:\\/usr\\/bin:\\/root\\/.dotnet\\/tools:\\/opt\\/ls_tools\",\"DEBUGINFOD_URLS\":\"https:\\/\\/debuginfod.centos.org\\/ \",\"MODULESHOME\":\"\\/usr\\/share\\/Modules\",\"HISTSIZE\":\"200000\",\"HISTFILESIZE\":\"200000\",\"LESSOPEN\":\"||\\/usr\\/bin\\/lesspipe.sh %s\",\"BASH_FUNC_which%%\":\"() { ( alias;\\n eval ${which_declare} ) | \\/usr\\/bin\\/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}\",\"BASH_FUNC_module%%\":\"() { unset _mlshdbg;\\n if [ \\\"${MODULES_SILENT_SHELL_DEBUG:-0}\\\" = '1' ]; then\\n case \\\"$-\\\" in \\n *v*x*)\\n set +vx;\\n _mlshdbg='vx'\\n ;;\\n *v*)\\n set +v;\\n _mlshdbg='v'\\n ;;\\n *x*)\\n set +x;\\n _mlshdbg='x'\\n ;;\\n *)\\n _mlshdbg=''\\n ;;\\n esac;\\n fi;\\n unset _mlre _mlIFS;\\n if [ -n \\\"${IFS+x}\\\" ]; then\\n _mlIFS=$IFS;\\n fi;\\n IFS=' ';\\n for _mlv in ${MODULES_RUN_QUARANTINE:-};\\n do\\n if [ \\\"${_mlv}\\\" = \\\"${_mlv##*[!A-Za-z0-9_]}\\\" -a \\\"${_mlv}\\\" = \\\"${_mlv#[0-9]}\\\" ]; then\\n if [ -n \\\"`eval 'echo ${'$_mlv'+x}'`\\\" ]; then\\n _mlre=\\\"${_mlre:-}${_mlv}_modquar='`eval 'echo ${'$_mlv'}'`' \\\";\\n fi;\\n _mlrv=\\\"MODULES_RUNENV_${_mlv}\\\";\\n _mlre=\\\"${_mlre:-}${_mlv}='`eval 'echo ${'$_mlrv':-}'`' \\\";\\n fi;\\n done;\\n if [ -n \\\"${_mlre:-}\\\" ]; then\\n eval `eval ${_mlre} \\/usr\\/bin\\/tclsh \\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl bash '\\\"$@\\\"'`;\\n else\\n eval `\\/usr\\/bin\\/tclsh \\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl bash \\\"$@\\\"`;\\n fi;\\n _mlstatus=$?;\\n if [ -n \\\"${_mlIFS+x}\\\" ]; then\\n IFS=$_mlIFS;\\n else\\n unset IFS;\\n fi;\\n unset _mlre _mlv _mlrv _mlIFS;\\n if [ -n \\\"${_mlshdbg:-}\\\" ]; then\\n set -$_mlshdbg;\\n fi;\\n unset _mlshdbg;\\n return $_mlstatus\\n}\",\"BASH_FUNC_switchml%%\":\"() { typeset swfound=1;\\n if [ \\\"${MODULES_USE_COMPAT_VERSION:-0}\\\" = '1' ]; then\\n typeset swname='main';\\n if [ -e \\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl ]; then\\n typeset swfound=0;\\n unset MODULES_USE_COMPAT_VERSION;\\n fi;\\n else\\n typeset swname='compatibility';\\n if [ -e \\/usr\\/share\\/Modules\\/libexec\\/modulecmd-compat ]; then\\n typeset swfound=0;\\n MODULES_USE_COMPAT_VERSION=1;\\n export MODULES_USE_COMPAT_VERSION;\\n fi;\\n fi;\\n if [ $swfound -eq 0 ]; then\\n echo \\\"Switching to Modules $swname version\\\";\\n source \\/usr\\/share\\/Modules\\/init\\/bash;\\n else\\n echo \\\"Cannot switch to Modules $swname version, command not found\\\";\\n return 1;\\n fi\\n}\",\"BASH_FUNC_scl%%\":\"() { if [ \\\"$1\\\" = \\\"load\\\" -o \\\"$1\\\" = \\\"unload\\\" ]; then\\n eval \\\"module $@\\\";\\n else\\n \\/usr\\/bin\\/scl \\\"$@\\\";\\n fi\\n}\",\"BASH_FUNC_ml%%\":\"() { module ml \\\"$@\\\"\\n}\",\"PHP_SELF\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"SCRIPT_NAME\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"SCRIPT_FILENAME\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"PATH_TRANSLATED\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"DOCUMENT_ROOT\":\"\",\"REQUEST_TIME_FLOAT\":1753195670.776206,\"REQUEST_TIME\":1753195670,\"argv\":[\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"--update\",\"-manage_server_phpmyadmin\",\"true\"],\"argc\":4}}", "[2025-07-22 14:47:51.363] 1270320:687fa4973903b DEBUG [util_exec] Starting with task-manager: /usr/local/psa/admin/bin/php -f /usr/local/psa/admin/plib/scripts/interface_async_executor.php -- EventListener /usr/local/psa/admin/plib/modules/ls-sftp-access/library/EventListener.php handleEvent admin, stdin: {\"0\":\"template_admin\",\"1\":1,\"2\":\"template_admin_update\",\"3\":{\"Admin template\":1},\"4\":{\"Admin template\":1},\"enableNotifications\":true,\"_SERVER\":{\"SSH_CONNECTION\":\"109.109.128.239 36926 87.239.18.246 2233\",\"MODULES_RUN_QUARANTINE\":\"LD_LIBRARY_PATH LD_PRELOAD\",\"_\":\"\\/usr\\/sbin\\/plesk\",\"LANG\":\"en_US.UTF-8\",\"HISTTIMEFORMAT\":\"[%F %T] \",\"DOTNET_ROOT\":\"\\/usr\\/lib64\\/dotnet\",\"S_COLORS\":\"auto\",\"which_declare\":\"declare -f\",\"XDG_SESSION_ID\":\"339244\",\"MODULES_CMD\":\"\\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl\",\"DOTNET_BUNDLE_EXTRACT_BASE_DIR\":\"\\/root\\/.cache\\/dotnet_bundle_extract\",\"USER\":\"root\",\"PWD\":\"\\/root\",\"HOME\":\"\\/root\",\"SSH_CLIENT\":\"109.109.128.239 36926 2233\",\"HISTFILE\":\"\\/root\\/.bash_eternal_history\",\"LOADEDMODULES\":\"\",\"SHELL\":\"\\/bin\\/bash\",\"SHLVL\":\"3\",\"MANPATH\":\":\",\"MODULEPATH\":\"\\/etc\\/scl\\/modulefiles:\\/usr\\/share\\/Modules\\/modulefiles:\\/etc\\/modulefiles:\\/usr\\/share\\/modulefiles\",\"LOGNAME\":\"root\",\"DBUS_SESSION_BUS_ADDRESS\":\"unix:path=\\/run\\/user\\/0\\/bus\",\"XDG_RUNTIME_DIR\":\"\\/run\\/user\\/0\",\"MODULEPATH_modshare\":\"\\/usr\\/share\\/Modules\\/modulefiles:2:\\/etc\\/modulefiles:2:\\/usr\\/share\\/modulefiles:2\",\"PATH\":\"\\/root\\/.local\\/bin:\\/usr\\/share\\/Modules\\/bin:\\/usr\\/local\\/sbin:\\/usr\\/local\\/bin:\\/usr\\/sbin:\\/usr\\/bin:\\/root\\/.dotnet\\/tools:\\/opt\\/ls_tools\",\"DEBUGINFOD_URLS\":\"https:\\/\\/debuginfod.centos.org\\/ \",\"MODULESHOME\":\"\\/usr\\/share\\/Modules\",\"HISTSIZE\":\"200000\",\"HISTFILESIZE\":\"200000\",\"LESSOPEN\":\"||\\/usr\\/bin\\/lesspipe.sh %s\",\"BASH_FUNC_which%%\":\"() { ( alias;\\n eval ${which_declare} ) | \\/usr\\/bin\\/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}\",\"BASH_FUNC_module%%\":\"() { unset _mlshdbg;\\n if [ \\\"${MODULES_SILENT_SHELL_DEBUG:-0}\\\" = '1' ]; then\\n case \\\"$-\\\" in \\n *v*x*)\\n set +vx;\\n _mlshdbg='vx'\\n ;;\\n *v*)\\n set +v;\\n _mlshdbg='v'\\n ;;\\n *x*)\\n set +x;\\n _mlshdbg='x'\\n ;;\\n *)\\n _mlshdbg=''\\n ;;\\n esac;\\n fi;\\n unset _mlre _mlIFS;\\n if [ -n \\\"${IFS+x}\\\" ]; then\\n _mlIFS=$IFS;\\n fi;\\n IFS=' ';\\n for _mlv in ${MODULES_RUN_QUARANTINE:-};\\n do\\n if [ \\\"${_mlv}\\\" = \\\"${_mlv##*[!A-Za-z0-9_]}\\\" -a \\\"${_mlv}\\\" = \\\"${_mlv#[0-9]}\\\" ]; then\\n if [ -n \\\"`eval 'echo ${'$_mlv'+x}'`\\\" ]; then\\n _mlre=\\\"${_mlre:-}${_mlv}_modquar='`eval 'echo ${'$_mlv'}'`' \\\";\\n fi;\\n _mlrv=\\\"MODULES_RUNENV_${_mlv}\\\";\\n _mlre=\\\"${_mlre:-}${_mlv}='`eval 'echo ${'$_mlrv':-}'`' \\\";\\n fi;\\n done;\\n if [ -n \\\"${_mlre:-}\\\" ]; then\\n eval `eval ${_mlre} \\/usr\\/bin\\/tclsh \\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl bash '\\\"$@\\\"'`;\\n else\\n eval `\\/usr\\/bin\\/tclsh \\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl bash \\\"$@\\\"`;\\n fi;\\n _mlstatus=$?;\\n if [ -n \\\"${_mlIFS+x}\\\" ]; then\\n IFS=$_mlIFS;\\n else\\n unset IFS;\\n fi;\\n unset _mlre _mlv _mlrv _mlIFS;\\n if [ -n \\\"${_mlshdbg:-}\\\" ]; then\\n set -$_mlshdbg;\\n fi;\\n unset _mlshdbg;\\n return $_mlstatus\\n}\",\"BASH_FUNC_switchml%%\":\"() { typeset swfound=1;\\n if [ \\\"${MODULES_USE_COMPAT_VERSION:-0}\\\" = '1' ]; then\\n typeset swname='main';\\n if [ -e \\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl ]; then\\n typeset swfound=0;\\n unset MODULES_USE_COMPAT_VERSION;\\n fi;\\n else\\n typeset swname='compatibility';\\n if [ -e \\/usr\\/share\\/Modules\\/libexec\\/modulecmd-compat ]; then\\n typeset swfound=0;\\n MODULES_USE_COMPAT_VERSION=1;\\n export MODULES_USE_COMPAT_VERSION;\\n fi;\\n fi;\\n if [ $swfound -eq 0 ]; then\\n echo \\\"Switching to Modules $swname version\\\";\\n source \\/usr\\/share\\/Modules\\/init\\/bash;\\n else\\n echo \\\"Cannot switch to Modules $swname version, command not found\\\";\\n return 1;\\n fi\\n}\",\"BASH_FUNC_scl%%\":\"() { if [ \\\"$1\\\" = \\\"load\\\" -o \\\"$1\\\" = \\\"unload\\\" ]; then\\n eval \\\"module $@\\\";\\n else\\n \\/usr\\/bin\\/scl \\\"$@\\\";\\n fi\\n}\",\"BASH_FUNC_ml%%\":\"() { module ml \\\"$@\\\"\\n}\",\"PHP_SELF\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"SCRIPT_NAME\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"SCRIPT_FILENAME\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"PATH_TRANSLATED\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"DOCUMENT_ROOT\":\"\",\"REQUEST_TIME_FLOAT\":1753195670.776206,\"REQUEST_TIME\":1753195670,\"argv\":[\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"--update\",\"-manage_server_phpmyadmin\",\"true\"],\"argc\":4}}", "[2025-07-22 14:47:51.503] 1270320:687fa4973903b DEBUG [panel] Skip synchronization of performance PHP settings as subscription has 'manage_performance' permission", "[2025-07-22 14:47:51.504] 1270320:687fa4973903b DEBUG [panel] Skip synchronization of general PHP settings as subscription has 'manage_php_settings' permission", "[2025-07-22 14:47:51.515] 1270320:687fa4973903b DEBUG [panel] Domain_PhpSettings::savePhpSettings notifies webservice about changes in PHP settings", "[2025-07-22 14:47:51.522] 1270320:687fa4973903b DEBUG [util_exec] [88732de48416c647577fc1df3befa2a8-0] Starting: resctrl --set-default-limits --user=sweet-napier_nacqttfcjw9, stdin: ", "[2025-07-22 14:47:51.597] 1270320:687fa4973903b DEBUG [util_exec] [88732de48416c647577fc1df3befa2a8-0] Finished in 0.07438s, Error code: 0, stdout: , stderr: ", "[2025-07-22 14:47:51.597] 1270320:687fa4973903b DEBUG [util_exec] [2b2f93aeb94009f7ddedf9a1596c47b0-0] Starting: resctrl --set-default-limits --user=sweet-napier_nacqttfcjw9, stdin: ", "[2025-07-22 14:47:51.677] 1270320:687fa4973903b DEBUG [util_exec] [2b2f93aeb94009f7ddedf9a1596c47b0-0] Finished in 0.07966s, Error code: 0, stdout: , stderr: ", "[2025-07-22 14:47:51.679] 1270320:687fa4973903b DEBUG [util_exec] [314ccb1d11334e9d5bdd4c1ff87be883-0] Starting: collectdmng user-threshold-stdin, stdin: {\"threshold\":[{\"user\":\"sweet-napier_nacqttfcjw9\",\"mem\":{\"warn_usage\":1085325,\"time_sec\":300},\"cpu\":{\"warn_pct_usage\":120000,\"time_sec\":300},\"disk\":[{\"warn_read_bytes_per_sec\":104857600,\"warn_write_bytes_per_sec\":104857600,\"read_time_sec\":300,\"write_time_sec\":300,\"vhosts\":true}]}]}", "[2025-07-22 14:47:52.005] 1270320:687fa4973903b DEBUG [util_exec] [314ccb1d11334e9d5bdd4c1ff87be883-0] Finished in 0.32598s, Error code: 0, stdout: , stderr: ", "[2025-07-22 14:47:52.041] 1270320:687fa4973903b INFO [extension/sslit] Check notifications which already sent in interval since 1753109272 to 1753195672.", "[2025-07-22 14:47:52.069] 1270320:687fa4973903b DEBUG [panel] Skip synchronization of performance PHP settings as subscription has 'manage_performance' permission", "[2025-07-22 14:47:52.069] 1270320:687fa4973903b DEBUG [panel] Skip synchronization of general PHP settings as subscription has 'manage_php_settings' permission", "[2025-07-22 14:47:52.091] 1270320:687fa4973903b DEBUG [util_exec] [28bd6aeff9bae96e39e7e7cf58f9ea22-0] Starting: crontabmng get sweet-napier_nacqttfcjw9, stdin: ", "[2025-07-22 14:47:52.104] 1270320:687fa4973903b DEBUG [util_exec] [28bd6aeff9bae96e39e7e7cf58f9ea22-0] Finished in 0.01231s, Error code: 0, stdout: ", ", stderr: ", "[2025-07-22 14:47:52.105] 1270320:687fa4973903b DEBUG [panel] Writing configuration for PHP settings for sweet-napier.87-239-18-246.plesk.page", "[2025-07-22 14:47:52.105] 1270320:687fa4973903b DEBUG [panel] Run phpiniconfig utility for sweet-napier.87-239-18-246.plesk.page", "[2025-07-22 14:47:52.115] 1270320:687fa4973903b DEBUG [util_exec] [ae4c4e91a953605a882cb84eada709af-0] Starting: phpinimng --virtual-host sweet-napier.87-239-18-246.plesk.page --override /var/www/vhosts/system/sweet-napier.87-239-18-246.plesk.page/conf/php.ini --type fpm --global-config /opt/plesk/php/8.2/etc/php.ini --cgi-bin /opt/plesk/php/8.2/sbin/php-fpm --sysuser sweet-napier_nacqttfcjw9 --service-name plesk-php82-fpm --poold /opt/plesk/php/8.2/etc/php-fpm.d --no-reload, stdin: ;", "; This is an automatically generated PHP configuration file", "; for 'sweet-napier.87-239-18-246.plesk.page'.", ";", "", "[PHP]", "; General settings", "include_path = \".:/usr/share/pear/:/var/www/vhosts/sweet-napier.87-239-18-246.plesk.page/:/tmp/\"", "open_basedir = \"/var/www/vhosts/sweet-napier.87-239-18-246.plesk.page/:/tmp/\"", "error_reporting = 22519", "display_errors = off", "log_errors = on", "short_open_tag = on", "; Performance and security settings", "memory_limit = 64M", "max_execution_time = 120", "max_input_time = 120", "post_max_size = 32M", "upload_max_filesize = 32M", "disable_functions = \"exec,proc_open,passthru,system,pcntl_exec,shell_exec\"", "; PHP-FPM settings directives", "[php-fpm-pool-settings]", "pm.max_children = 10", "pm.max_requests = 0", "pm = ondemand", "pm.start_servers = 1", "pm.min_spare_servers = 1", "pm.max_spare_servers = 1", "; Additional directives", "[PHP]", "realpath_cache_size = 32k", "realpath_cache_ttl = 120", "", "[2025-07-22 14:47:52.453] 1270320:687fa4973903b DEBUG [util_exec] [ae4c4e91a953605a882cb84eada709af-0] Finished in 0.33832s, Error code: 0, stdout: , stderr: ", "[2025-07-22 14:47:52.454] 1270320:687fa4973903b DEBUG [util_exec] [3690e1ecbabe812c7dfee5c4613f1fac-0] Starting: phpinimng --virtual-host sweet-napier.87-239-18-246.plesk.page --override /var/www/vhosts/system/sweet-napier.87-239-18-246.plesk.page/conf/php.ini --type cgi --global-config /opt/plesk/php/8.2/etc/php.ini, stdin: ;", "; This is an automatically generated PHP configuration file", "; for 'sweet-napier.87-239-18-246.plesk.page'.", ";", "", "[PHP]", "; General settings", "include_path = \".:/usr/share/pear/:/var/www/vhosts/sweet-napier.87-239-18-246.plesk.page/:/tmp/\"", "open_basedir = \"/var/www/vhosts/sweet-napier.87-239-18-246.plesk.page/:/tmp/\"", "error_reporting = 22519", "display_errors = off", "log_errors = on", "short_open_tag = on", "; Performance and security settings", "memory_limit = 64M", "max_execution_time = 120", "max_input_time = 120", "post_max_size = 32M", "upload_max_filesize = 32M", "disable_functions = \"exec,proc_open,passthru,system,pcntl_exec,shell_exec\"", "; PHP-FPM settings directives", "[php-fpm-pool-settings]", "pm.max_children = 10", "pm.max_requests = 0", "pm = ondemand", "pm.start_servers = 1", "pm.min_spare_servers = 1", "pm.max_spare_servers = 1", "; Additional directives", "[PHP]", "realpath_cache_size = 32k", "realpath_cache_ttl = 120", "", "[2025-07-22 14:47:52.709] 1270320:687fa4973903b DEBUG [util_exec] [3690e1ecbabe812c7dfee5c4613f1fac-0] Finished in 0.25534s, Error code: 0, stdout: , stderr: ", "[2025-07-22 14:47:52.713] 1270320:687fa4973903b DEBUG [util_exec] [0a8eb0337f8babe3dd54084f9ec5b098-0] Starting: filemng sweet-napier_nacqttfcjw9 rm -f /var/www/vhosts/sweet-napier.87-239-18-246.plesk.page/.php-version, stdin: ", "[2025-07-22 14:47:52.734] 1270320:687fa4973903b DEBUG [util_exec] [0a8eb0337f8babe3dd54084f9ec5b098-0] Finished in 0.0207s, Error code: 0, stdout: , stderr: ", "[2025-07-22 14:47:52.734] 1270320:687fa4973903b DEBUG [util_exec] [c13c8b699d5324e1a9b811177fd8d9d3-0] Starting: filemng sweet-napier_nacqttfcjw9 rm -f /var/www/vhosts/sweet-napier.87-239-18-246.plesk.page/.php-ini, stdin: ", "[2025-07-22 14:47:52.752] 1270320:687fa4973903b DEBUG [util_exec] [c13c8b699d5324e1a9b811177fd8d9d3-0] Finished in 0.01792s, Error code: 0, stdout: , stderr: ", "[2025-07-22 14:47:52.761] 1270320:687fa4973903b DEBUG [util_exec] [6afea83662ce97136ecfc4aa915cd3b7-0] Starting: proftpd-config -w /etc/proftpd.d/50-plesk.conf, stdin: #ATTENTION!", "#", "#DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY,", "#SO ALL YOUR CHANGES WILL BE LOST THE NEXT TIME THE FILE IS GENERATED.", "", "# Global section", "<Global>", "RequireValidShell off", "", "<IfModule mod_tls.c>", " TLSEngine on", " TLSRequired on", "</IfModule>", "</Global>", "", "", "[2025-07-22 14:47:52.779] 1270320:687fa4973903b DEBUG [util_exec] [6afea83662ce97136ecfc4aa915cd3b7-0] Finished in 0.01754s, Error code: 0, stdout: , stderr: ", "[2025-07-22 14:47:52.808] 1270320:687fa4973903b DEBUG [util_exec] [39d7e8d06f631d34826ec3b3f5d88209-0] Starting: websrvmng --remove-configs=apache ip_default/sweet-napier.87-239-18-246.plesk.page.conf ip_default/sweet-napier.87-239-18-246.plesk.page_httpd_ip_default.conf, stdin: ", "[2025-07-22 14:47:52.818] 1270320:687fa4973903b DEBUG [util_exec] [39d7e8d06f631d34826ec3b3f5d88209-0] Finished in 0.00994s, Error code: 0, stdout: , stderr: ", "[2025-07-22 14:47:52.825] 1270320:687fa4973903b DEBUG [util_exec] [8ab333289fccc41de66588ae7f1ef06a-0] Starting: websrvmng --remove-configs=nginx ip_default/sweet-napier.87-239-18-246.plesk.page.conf ip_default/sweet-napier.87-239-18-246.plesk.page_nginx_ip_default.conf, stdin: ", "[2025-07-22 14:47:52.835] 1270320:687fa4973903b DEBUG [util_exec] [8ab333289fccc41de66588ae7f1ef06a-0] Finished in 0.00919s, Error code: 0, stdout: , stderr: ", "[2025-07-22 14:47:52.848] 1270320:687fa4973903b DEBUG [util_exec] Starting with task-manager: /usr/local/psa/admin/bin/php -f /usr/local/psa/admin/plib/scripts/interface_async_executor.php -- EventListener /usr/local/psa/admin/plib/modules/ls-sftp-access/library/EventListener.php handleEvent admin, stdin: {\"0\":\"domain_limits\",\"1\":42,\"2\":\"domain_limits_update\",\"3\":{\"Domain Name\":\"sweet-napier.87-239-18-246.plesk.page\",\"Domain GUID\":\"8262ef40-bc05-4abb-8149-0cd334477328\",\"Client GUID\":\"0c1e61ad-dd4a-11ee-8c76-525400f9f56e\"},\"4\":{\"Domain Name\":\"sweet-napier.87-239-18-246.plesk.page\",\"Domain GUID\":\"8262ef40-bc05-4abb-8149-0cd334477328\",\"Client GUID\":\"0c1e61ad-dd4a-11ee-8c76-525400f9f56e\"},\"enableNotifications\":true,\"_SERVER\":{\"SSH_CONNECTION\":\"109.109.128.239 36926 87.239.18.246 2233\",\"MODULES_RUN_QUARANTINE\":\"LD_LIBRARY_PATH LD_PRELOAD\",\"_\":\"\\/usr\\/sbin\\/plesk\",\"LANG\":\"en_US.UTF-8\",\"HISTTIMEFORMAT\":\"[%F %T] \",\"DOTNET_ROOT\":\"\\/usr\\/lib64\\/dotnet\",\"S_COLORS\":\"auto\",\"which_declare\":\"declare -f\",\"XDG_SESSION_ID\":\"339244\",\"MODULES_CMD\":\"\\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl\",\"DOTNET_BUNDLE_EXTRACT_BASE_DIR\":\"\\/root\\/.cache\\/dotnet_bundle_extract\",\"USER\":\"root\",\"PWD\":\"\\/root\",\"HOME\":\"\\/root\",\"SSH_CLIENT\":\"109.109.128.239 36926 2233\",\"HISTFILE\":\"\\/root\\/.bash_eternal_history\",\"LOADEDMODULES\":\"\",\"SHELL\":\"\\/bin\\/bash\",\"SHLVL\":\"3\",\"MANPATH\":\":\",\"MODULEPATH\":\"\\/etc\\/scl\\/modulefiles:\\/usr\\/share\\/Modules\\/modulefiles:\\/etc\\/modulefiles:\\/usr\\/share\\/modulefiles\",\"LOGNAME\":\"root\",\"DBUS_SESSION_BUS_ADDRESS\":\"unix:path=\\/run\\/user\\/0\\/bus\",\"XDG_RUNTIME_DIR\":\"\\/run\\/user\\/0\",\"MODULEPATH_modshare\":\"\\/usr\\/share\\/Modules\\/modulefiles:2:\\/etc\\/modulefiles:2:\\/usr\\/share\\/modulefiles:2\",\"PATH\":\"\\/root\\/.local\\/bin:\\/usr\\/share\\/Modules\\/bin:\\/usr\\/local\\/sbin:\\/usr\\/local\\/bin:\\/usr\\/sbin:\\/usr\\/bin:\\/root\\/.dotnet\\/tools:\\/opt\\/ls_tools\",\"DEBUGINFOD_URLS\":\"https:\\/\\/debuginfod.centos.org\\/ \",\"MODULESHOME\":\"\\/usr\\/share\\/Modules\",\"HISTSIZE\":\"200000\",\"HISTFILESIZE\":\"200000\",\"LESSOPEN\":\"||\\/usr\\/bin\\/lesspipe.sh %s\",\"BASH_FUNC_which%%\":\"() { ( alias;\\n eval ${which_declare} ) | \\/usr\\/bin\\/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}\",\"BASH_FUNC_module%%\":\"() { unset _mlshdbg;\\n if [ \\\"${MODULES_SILENT_SHELL_DEBUG:-0}\\\" = '1' ]; then\\n case \\\"$-\\\" in \\n *v*x*)\\n set +vx;\\n _mlshdbg='vx'\\n ;;\\n *v*)\\n set +v;\\n _mlshdbg='v'\\n ;;\\n *x*)\\n set +x;\\n _mlshdbg='x'\\n ;;\\n *)\\n _mlshdbg=''\\n ;;\\n esac;\\n fi;\\n unset _mlre _mlIFS;\\n if [ -n \\\"${IFS+x}\\\" ]; then\\n _mlIFS=$IFS;\\n fi;\\n IFS=' ';\\n for _mlv in ${MODULES_RUN_QUARANTINE:-};\\n do\\n if [ \\\"${_mlv}\\\" = \\\"${_mlv##*[!A-Za-z0-9_]}\\\" -a \\\"${_mlv}\\\" = \\\"${_mlv#[0-9]}\\\" ]; then\\n if [ -n \\\"`eval 'echo ${'$_mlv'+x}'`\\\" ]; then\\n _mlre=\\\"${_mlre:-}${_mlv}_modquar='`eval 'echo ${'$_mlv'}'`' \\\";\\n fi;\\n _mlrv=\\\"MODULES_RUNENV_${_mlv}\\\";\\n _mlre=\\\"${_mlre:-}${_mlv}='`eval 'echo ${'$_mlrv':-}'`' \\\";\\n fi;\\n done;\\n if [ -n \\\"${_mlre:-}\\\" ]; then\\n eval `eval ${_mlre} \\/usr\\/bin\\/tclsh \\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl bash '\\\"$@\\\"'`;\\n else\\n eval `\\/usr\\/bin\\/tclsh \\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl bash \\\"$@\\\"`;\\n fi;\\n _mlstatus=$?;\\n if [ -n \\\"${_mlIFS+x}\\\" ]; then\\n IFS=$_mlIFS;\\n else\\n unset IFS;\\n fi;\\n unset _mlre _mlv _mlrv _mlIFS;\\n if [ -n \\\"${_mlshdbg:-}\\\" ]; then\\n set -$_mlshdbg;\\n fi;\\n unset _mlshdbg;\\n return $_mlstatus\\n}\",\"BASH_FUNC_switchml%%\":\"() { typeset swfound=1;\\n if [ \\\"${MODULES_USE_COMPAT_VERSION:-0}\\\" = '1' ]; then\\n typeset swname='main';\\n if [ -e \\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl ]; then\\n typeset swfound=0;\\n unset MODULES_USE_COMPAT_VERSION;\\n fi;\\n else\\n typeset swname='compatibility';\\n if [ -e \\/usr\\/share\\/Modules\\/libexec\\/modulecmd-compat ]; then\\n typeset swfound=0;\\n MODULES_USE_COMPAT_VERSION=1;\\n export MODULES_USE_COMPAT_VERSION;\\n fi;\\n fi;\\n if [ $swfound -eq 0 ]; then\\n echo \\\"Switching to Modules $swname version\\\";\\n source \\/usr\\/share\\/Modules\\/init\\/bash;\\n else\\n echo \\\"Cannot switch to Modules $swname version, command not found\\\";\\n return 1;\\n fi\\n}\",\"BASH_FUNC_scl%%\":\"() { if [ \\\"$1\\\" = \\\"load\\\" -o \\\"$1\\\" = \\\"unload\\\" ]; then\\n eval \\\"module $@\\\";\\n else\\n \\/usr\\/bin\\/scl \\\"$@\\\";\\n fi\\n}\",\"BASH_FUNC_ml%%\":\"() { module ml \\\"$@\\\"\\n}\",\"PHP_SELF\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"SCRIPT_NAME\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"SCRIPT_FILENAME\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"PATH_TRANSLATED\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"DOCUMENT_ROOT\":\"\",\"REQUEST_TIME_FLOAT\":1753195670.776206,\"REQUEST_TIME\":1753195670,\"argv\":[\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"--update\",\"-manage_server_phpmyadmin\",\"true\"],\"argc\":4}}", "[2025-07-22 14:47:52.861] 1270320:687fa4973903b DEBUG [util_exec] Starting with task-manager: /usr/local/psa/admin/bin/php -f /usr/local/psa/admin/plib/scripts/interface_async_executor.php -- EventListener /usr/local/psa/admin/plib/modules/ls-sftp-access/library/EventListener.php handleEvent admin, stdin: {\"0\":\"domain_limits\",\"1\":42,\"2\":\"domain_limits_update\",\"3\":{\"Domain Name\":\"sweet-napier.87-239-18-246.plesk.page\",\"Domain GUID\":\"8262ef40-bc05-4abb-8149-0cd334477328\",\"Client GUID\":\"0c1e61ad-dd4a-11ee-8c76-525400f9f56e\"},\"4\":{\"Domain Name\":\"sweet-napier.87-239-18-246.plesk.page\",\"Domain GUID\":\"8262ef40-bc05-4abb-8149-0cd334477328\",\"Client GUID\":\"0c1e61ad-dd4a-11ee-8c76-525400f9f56e\"},\"enableNotifications\":true,\"_SERVER\":{\"SSH_CONNECTION\":\"109.109.128.239 36926 87.239.18.246 2233\",\"MODULES_RUN_QUARANTINE\":\"LD_LIBRARY_PATH LD_PRELOAD\",\"_\":\"\\/usr\\/sbin\\/plesk\",\"LANG\":\"en_US.UTF-8\",\"HISTTIMEFORMAT\":\"[%F %T] \",\"DOTNET_ROOT\":\"\\/usr\\/lib64\\/dotnet\",\"S_COLORS\":\"auto\",\"which_declare\":\"declare -f\",\"XDG_SESSION_ID\":\"339244\",\"MODULES_CMD\":\"\\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl\",\"DOTNET_BUNDLE_EXTRACT_BASE_DIR\":\"\\/root\\/.cache\\/dotnet_bundle_extract\",\"USER\":\"root\",\"PWD\":\"\\/root\",\"HOME\":\"\\/root\",\"SSH_CLIENT\":\"109.109.128.239 36926 2233\",\"HISTFILE\":\"\\/root\\/.bash_eternal_history\",\"LOADEDMODULES\":\"\",\"SHELL\":\"\\/bin\\/bash\",\"SHLVL\":\"3\",\"MANPATH\":\":\",\"MODULEPATH\":\"\\/etc\\/scl\\/modulefiles:\\/usr\\/share\\/Modules\\/modulefiles:\\/etc\\/modulefiles:\\/usr\\/share\\/modulefiles\",\"LOGNAME\":\"root\",\"DBUS_SESSION_BUS_ADDRESS\":\"unix:path=\\/run\\/user\\/0\\/bus\",\"XDG_RUNTIME_DIR\":\"\\/run\\/user\\/0\",\"MODULEPATH_modshare\":\"\\/usr\\/share\\/Modules\\/modulefiles:2:\\/etc\\/modulefiles:2:\\/usr\\/share\\/modulefiles:2\",\"PATH\":\"\\/root\\/.local\\/bin:\\/usr\\/share\\/Modules\\/bin:\\/usr\\/local\\/sbin:\\/usr\\/local\\/bin:\\/usr\\/sbin:\\/usr\\/bin:\\/root\\/.dotnet\\/tools:\\/opt\\/ls_tools\",\"DEBUGINFOD_URLS\":\"https:\\/\\/debuginfod.centos.org\\/ \",\"MODULESHOME\":\"\\/usr\\/share\\/Modules\",\"HISTSIZE\":\"200000\",\"HISTFILESIZE\":\"200000\",\"LESSOPEN\":\"||\\/usr\\/bin\\/lesspipe.sh %s\",\"BASH_FUNC_which%%\":\"() { ( alias;\\n eval ${which_declare} ) | \\/usr\\/bin\\/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}\",\"BASH_FUNC_module%%\":\"() { unset _mlshdbg;\\n if [ \\\"${MODULES_SILENT_SHELL_DEBUG:-0}\\\" = '1' ]; then\\n case \\\"$-\\\" in \\n *v*x*)\\n set +vx;\\n _mlshdbg='vx'\\n ;;\\n *v*)\\n set +v;\\n _mlshdbg='v'\\n ;;\\n *x*)\\n set +x;\\n _mlshdbg='x'\\n ;;\\n *)\\n _mlshdbg=''\\n ;;\\n esac;\\n fi;\\n unset _mlre _mlIFS;\\n if [ -n \\\"${IFS+x}\\\" ]; then\\n _mlIFS=$IFS;\\n fi;\\n IFS=' ';\\n for _mlv in ${MODULES_RUN_QUARANTINE:-};\\n do\\n if [ \\\"${_mlv}\\\" = \\\"${_mlv##*[!A-Za-z0-9_]}\\\" -a \\\"${_mlv}\\\" = \\\"${_mlv#[0-9]}\\\" ]; then\\n if [ -n \\\"`eval 'echo ${'$_mlv'+x}'`\\\" ]; then\\n _mlre=\\\"${_mlre:-}${_mlv}_modquar='`eval 'echo ${'$_mlv'}'`' \\\";\\n fi;\\n _mlrv=\\\"MODULES_RUNENV_${_mlv}\\\";\\n _mlre=\\\"${_mlre:-}${_mlv}='`eval 'echo ${'$_mlrv':-}'`' \\\";\\n fi;\\n done;\\n if [ -n \\\"${_mlre:-}\\\" ]; then\\n eval `eval ${_mlre} \\/usr\\/bin\\/tclsh \\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl bash '\\\"$@\\\"'`;\\n else\\n eval `\\/usr\\/bin\\/tclsh \\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl bash \\\"$@\\\"`;\\n fi;\\n _mlstatus=$?;\\n if [ -n \\\"${_mlIFS+x}\\\" ]; then\\n IFS=$_mlIFS;\\n else\\n unset IFS;\\n fi;\\n unset _mlre _mlv _mlrv _mlIFS;\\n if [ -n \\\"${_mlshdbg:-}\\\" ]; then\\n set -$_mlshdbg;\\n fi;\\n unset _mlshdbg;\\n return $_mlstatus\\n}\",\"BASH_FUNC_switchml%%\":\"() { typeset swfound=1;\\n if [ \\\"${MODULES_USE_COMPAT_VERSION:-0}\\\" = '1' ]; then\\n typeset swname='main';\\n if [ -e \\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl ]; then\\n typeset swfound=0;\\n unset MODULES_USE_COMPAT_VERSION;\\n fi;\\n else\\n typeset swname='compatibility';\\n if [ -e \\/usr\\/share\\/Modules\\/libexec\\/modulecmd-compat ]; then\\n typeset swfound=0;\\n MODULES_USE_COMPAT_VERSION=1;\\n export MODULES_USE_COMPAT_VERSION;\\n fi;\\n fi;\\n if [ $swfound -eq 0 ]; then\\n echo \\\"Switching to Modules $swname version\\\";\\n source \\/usr\\/share\\/Modules\\/init\\/bash;\\n else\\n echo \\\"Cannot switch to Modules $swname version, command not found\\\";\\n return 1;\\n fi\\n}\",\"BASH_FUNC_scl%%\":\"() { if [ \\\"$1\\\" = \\\"load\\\" -o \\\"$1\\\" = \\\"unload\\\" ]; then\\n eval \\\"module $@\\\";\\n else\\n \\/usr\\/bin\\/scl \\\"$@\\\";\\n fi\\n}\",\"BASH_FUNC_ml%%\":\"() { module ml \\\"$@\\\"\\n}\",\"PHP_SELF\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"SCRIPT_NAME\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"SCRIPT_FILENAME\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"PATH_TRANSLATED\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"DOCUMENT_ROOT\":\"\",\"REQUEST_TIME_FLOAT\":1753195670.776206,\"REQUEST_TIME\":1753195670,\"argv\":[\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"--update\",\"-manage_server_phpmyadmin\",\"true\"],\"argc\":4}}", "[2025-07-22 14:47:52.876] 1270320:687fa4973903b DEBUG [util_exec] [72aeb77d547801d5c53236e02a3a5278-0] Starting: phpinimng --type fpm --service-name plesk-php82-fpm --poold /opt/plesk/php/8.2/etc/php-fpm.d --restart, stdin: ", "[2025-07-22 14:47:55.075] 1270320:687fa4973903b DEBUG [util_exec] [72aeb77d547801d5c53236e02a3a5278-0] Finished in 2.19867s, Error code: 0, stdout: , stderr: ", "[2025-07-22 14:47:55.076] 1270320:687fa4973903b DEBUG [util_exec] Starting with task-manager: /usr/local/psa/admin/bin/httpdmng --reconfigure-batch -, stdin: a:2:{i:0;a:5:{s:5:\"rowId\";i:210;s:7:\"rowType\";s:33:\"Db_Table_Row_Configuration_Domain\";s:8:\"template\";s:11:\"domainVhost\";s:8:\"metainfo\";a:2:{s:8:\"domainId\";i:42;s:17:\"domainDisplayName\";s:37:\"sweet-napier.87-239-18-246.plesk.page\";}s:6:\"action\";s:17:\"writeConfigAction\";}i:1;a:5:{s:5:\"rowId\";i:208;s:7:\"rowType\";s:33:\"Db_Table_Row_Configuration_Domain\";s:8:\"template\";s:13:\"domainWebmail\";s:8:\"metainfo\";a:2:{s:8:\"domainId\";i:42;s:17:\"domainDisplayName\";s:37:\"sweet-napier.87-239-18-246.plesk.page\";}s:6:\"action\";s:17:\"writeConfigAction\";}}", "[2025-07-22 14:47:55.084] 1270320:687fa4973903b DEBUG [util_exec] Starting with task-manager: /usr/local/psa/admin/bin/nginxmng --reconfigure-batch -, stdin: a:3:{i:0;a:5:{s:5:\"rowId\";i:211;s:7:\"rowType\";s:38:\"Db_Table_Row_Configuration_NginxDomain\";s:8:\"template\";s:22:\"nginxDomainModSecurity\";s:8:\"metainfo\";a:2:{s:8:\"domainId\";i:42;s:17:\"domainDisplayName\";s:37:\"sweet-napier.87-239-18-246.plesk.page\";}s:6:\"action\";s:17:\"writeConfigAction\";}i:1;a:5:{s:5:\"rowId\";i:212;s:7:\"rowType\";s:38:\"Db_Table_Row_Configuration_NginxDomain\";s:8:\"template\";s:16:\"nginxDomainVhost\";s:8:\"metainfo\";a:2:{s:8:\"domainId\";i:42;s:17:\"domainDisplayName\";s:37:\"sweet-napier.87-239-18-246.plesk.page\";}s:6:\"action\";s:17:\"writeConfigAction\";}i:2;a:5:{s:5:\"rowId\";i:209;s:7:\"rowType\";s:38:\"Db_Table_Row_Configuration_NginxDomain\";s:8:\"template\";s:18:\"nginxDomainWebmail\";s:8:\"metainfo\";a:2:{s:8:\"domainId\";i:42;s:17:\"domainDisplayName\";s:37:\"sweet-napier.87-239-18-246.plesk.page\";}s:6:\"action\";s:17:\"writeConfigAction\";}}", "[2025-07-22 14:47:55.093] 1270320:687fa4973903b DEBUG [util_exec] Starting with task-manager: /usr/local/psa/admin/bin/php -f /usr/local/psa/admin/plib/scripts/interface_async_executor.php -- EventListener /usr/local/psa/admin/plib/modules/advisor/library/EventListener.php handleEvent admin, stdin: {\"0\":\"phosting\",\"1\":42,\"2\":\"phys_hosting_update\",\"3\":{\"System User Home\":\"\\/var\\/www\\/vhosts\\/sweet-napier.87-239-18-246.plesk.page\",\"System User\":\"sweet-napier_nacqttfcjw9\",\"System User Password\":\"\",\"System Shell\":\"\\/bin\\/false\",\"Hard Disk Quota\":0,\"SSL Support\":\"true\",\"Web Statistics\":\"webalizer\",\"Apache Error Documents\":\"false\",\"IP Address\":\"87.239.18.246\",\"IPv6 Address\":\"\",\"WWW Root\":\"\\/var\\/www\\/vhosts\\/sweet-napier.87-239-18-246.plesk.page\\/httpdocs\",\"Relative WWW Root\":\"httpdocs\",\"PHP Handler\":\"plesk-php82-fpm\",\"Domain Name\":\"sweet-napier.87-239-18-246.plesk.page\",\"Preferred domain\":\"none\",\"Permanent SEO-safe 301 redirect from HTTP to HTTPS\":true,\"SSI Support\":\"false\",\"PHP Support\":\"true\",\"CGI Support\":\"false\",\"Mod Perl Support\":\"false\",\"Mod Python Support\":\"false\",\"Mod FastCGI Support\":\"true\",\"Domain GUID\":\"8262ef40-bc05-4abb-8149-0cd334477328\",\"Client GUID\":\"0c1e61ad-dd4a-11ee-8c76-525400f9f56e\"},\"4\":{\"System User Home\":\"\\/var\\/www\\/vhosts\\/sweet-napier.87-239-18-246.plesk.page\",\"System User\":\"sweet-napier_nacqttfcjw9\",\"System User Password\":\"******\",\"System Shell\":\"\\/bin\\/false\",\"Hard Disk Quota\":0,\"SSL Support\":\"true\",\"Web Statistics\":\"webalizer\",\"Apache Error Documents\":\"false\",\"IP Address\":\"87.239.18.246\",\"IPv6 Address\":\"\",\"WWW Root\":\"\\/var\\/www\\/vhosts\\/sweet-napier.87-239-18-246.plesk.page\\/httpdocs\",\"Relative WWW Root\":\"httpdocs\",\"PHP Handler\":\"plesk-php82-fpm\",\"Domain Name\":\"sweet-napier.87-239-18-246.plesk.page\",\"Preferred domain\":\"none\",\"Permanent SEO-safe 301 redirect from HTTP to HTTPS\":true,\"SSI Support\":\"false\",\"PHP Support\":\"true\",\"CGI Support\":\"false\",\"Mod Perl Support\":\"false\",\"Mod Python Support\":\"false\",\"Mod FastCGI Support\":\"true\",\"Domain GUID\":\"8262ef40-bc05-4abb-8149-0cd334477328\",\"Client GUID\":\"0c1e61ad-dd4a-11ee-8c76-525400f9f56e\"},\"enableNotifications\":true,\"_SERVER\":{\"SSH_CONNECTION\":\"109.109.128.239 36926 87.239.18.246 2233\",\"MODULES_RUN_QUARANTINE\":\"LD_LIBRARY_PATH LD_PRELOAD\",\"_\":\"\\/usr\\/sbin\\/plesk\",\"LANG\":\"en_US.UTF-8\",\"HISTTIMEFORMAT\":\"[%F %T] \",\"DOTNET_ROOT\":\"\\/usr\\/lib64\\/dotnet\",\"S_COLORS\":\"auto\",\"which_declare\":\"declare -f\",\"XDG_SESSION_ID\":\"339244\",\"MODULES_CMD\":\"\\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl\",\"DOTNET_BUNDLE_EXTRACT_BASE_DIR\":\"\\/root\\/.cache\\/dotnet_bundle_extract\",\"USER\":\"root\",\"PWD\":\"\\/root\",\"HOME\":\"\\/root\",\"SSH_CLIENT\":\"109.109.128.239 36926 2233\",\"HISTFILE\":\"\\/root\\/.bash_eternal_history\",\"LOADEDMODULES\":\"\",\"SHELL\":\"\\/bin\\/bash\",\"SHLVL\":\"3\",\"MANPATH\":\":\",\"MODULEPATH\":\"\\/etc\\/scl\\/modulefiles:\\/usr\\/share\\/Modules\\/modulefiles:\\/etc\\/modulefiles:\\/usr\\/share\\/modulefiles\",\"LOGNAME\":\"root\",\"DBUS_SESSION_BUS_ADDRESS\":\"unix:path=\\/run\\/user\\/0\\/bus\",\"XDG_RUNTIME_DIR\":\"\\/run\\/user\\/0\",\"MODULEPATH_modshare\":\"\\/usr\\/share\\/Modules\\/modulefiles:2:\\/etc\\/modulefiles:2:\\/usr\\/share\\/modulefiles:2\",\"PATH\":\"\\/root\\/.local\\/bin:\\/usr\\/share\\/Modules\\/bin:\\/usr\\/local\\/sbin:\\/usr\\/local\\/bin:\\/usr\\/sbin:\\/usr\\/bin:\\/root\\/.dotnet\\/tools:\\/opt\\/ls_tools\",\"DEBUGINFOD_URLS\":\"https:\\/\\/debuginfod.centos.org\\/ \",\"MODULESHOME\":\"\\/usr\\/share\\/Modules\",\"HISTSIZE\":\"200000\",\"HISTFILESIZE\":\"200000\",\"LESSOPEN\":\"||\\/usr\\/bin\\/lesspipe.sh %s\",\"BASH_FUNC_which%%\":\"() { ( alias;\\n eval ${which_declare} ) | \\/usr\\/bin\\/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}\",\"BASH_FUNC_module%%\":\"() { unset _mlshdbg;\\n if [ \\\"${MODULES_SILENT_SHELL_DEBUG:-0}\\\" = '1' ]; then\\n case \\\"$-\\\" in \\n *v*x*)\\n set +vx;\\n _mlshdbg='vx'\\n ;;\\n *v*)\\n set +v;\\n _mlshdbg='v'\\n ;;\\n *x*)\\n set +x;\\n _mlshdbg='x'\\n ;;\\n *)\\n _mlshdbg=''\\n ;;\\n esac;\\n fi;\\n unset _mlre _mlIFS;\\n if [ -n \\\"${IFS+x}\\\" ]; then\\n _mlIFS=$IFS;\\n fi;\\n IFS=' ';\\n for _mlv in ${MODULES_RUN_QUARANTINE:-};\\n do\\n if [ \\\"${_mlv}\\\" = \\\"${_mlv##*[!A-Za-z0-9_]}\\\" -a \\\"${_mlv}\\\" = \\\"${_mlv#[0-9]}\\\" ]; then\\n if [ -n \\\"`eval 'echo ${'$_mlv'+x}'`\\\" ]; then\\n _mlre=\\\"${_mlre:-}${_mlv}_modquar='`eval 'echo ${'$_mlv'}'`' \\\";\\n fi;\\n _mlrv=\\\"MODULES_RUNENV_${_mlv}\\\";\\n _mlre=\\\"${_mlre:-}${_mlv}='`eval 'echo ${'$_mlrv':-}'`' \\\";\\n fi;\\n done;\\n if [ -n \\\"${_mlre:-}\\\" ]; then\\n eval `eval ${_mlre} \\/usr\\/bin\\/tclsh \\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl bash '\\\"$@\\\"'`;\\n else\\n eval `\\/usr\\/bin\\/tclsh \\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl bash \\\"$@\\\"`;\\n fi;\\n _mlstatus=$?;\\n if [ -n \\\"${_mlIFS+x}\\\" ]; then\\n IFS=$_mlIFS;\\n else\\n unset IFS;\\n fi;\\n unset _mlre _mlv _mlrv _mlIFS;\\n if [ -n \\\"${_mlshdbg:-}\\\" ]; then\\n set -$_mlshdbg;\\n fi;\\n unset _mlshdbg;\\n return $_mlstatus\\n}\",\"BASH_FUNC_switchml%%\":\"() { typeset swfound=1;\\n if [ \\\"${MODULES_USE_COMPAT_VERSION:-0}\\\" = '1' ]; then\\n typeset swname='main';\\n if [ -e \\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl ]; then\\n typeset swfound=0;\\n unset MODULES_USE_COMPAT_VERSION;\\n fi;\\n else\\n typeset swname='compatibility';\\n if [ -e \\/usr\\/share\\/Modules\\/libexec\\/modulecmd-compat ]; then\\n typeset swfound=0;\\n MODULES_USE_COMPAT_VERSION=1;\\n export MODULES_USE_COMPAT_VERSION;\\n fi;\\n fi;\\n if [ $swfound -eq 0 ]; then\\n echo \\\"Switching to Modules $swname version\\\";\\n source \\/usr\\/share\\/Modules\\/init\\/bash;\\n else\\n echo \\\"Cannot switch to Modules $swname version, command not found\\\";\\n return 1;\\n fi\\n}\",\"BASH_FUNC_scl%%\":\"() { if [ \\\"$1\\\" = \\\"load\\\" -o \\\"$1\\\" = \\\"unload\\\" ]; then\\n eval \\\"module $@\\\";\\n else\\n \\/usr\\/bin\\/scl \\\"$@\\\";\\n fi\\n}\",\"BASH_FUNC_ml%%\":\"() { module ml \\\"$@\\\"\\n}\",\"PHP_SELF\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"SCRIPT_NAME\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"SCRIPT_FILENAME\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"PATH_TRANSLATED\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"DOCUMENT_ROOT\":\"\",\"REQUEST_TIME_FLOAT\":1753195670.776206,\"REQUEST_TIME\":1753195670,\"argv\":[\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"--update\",\"-manage_server_phpmyadmin\",\"true\"],\"argc\":4}}", "[2025-07-22 14:47:55.101] 1270320:687fa4973903b DEBUG [util_exec] Starting with task-manager: /usr/local/psa/admin/bin/php -f /usr/local/psa/admin/plib/scripts/interface_async_executor.php -- EventListener /usr/local/psa/admin/plib/modules/composer/library/EventListener.php handleEvent admin, stdin: {\"0\":\"phosting\",\"1\":42,\"2\":\"phys_hosting_update\",\"3\":{\"System User Home\":\"\\/var\\/www\\/vhosts\\/sweet-napier.87-239-18-246.plesk.page\",\"System User\":\"sweet-napier_nacqttfcjw9\",\"System User Password\":\"\",\"System Shell\":\"\\/bin\\/false\",\"Hard Disk Quota\":0,\"SSL Support\":\"true\",\"Web Statistics\":\"webalizer\",\"Apache Error Documents\":\"false\",\"IP Address\":\"87.239.18.246\",\"IPv6 Address\":\"\",\"WWW Root\":\"\\/var\\/www\\/vhosts\\/sweet-napier.87-239-18-246.plesk.page\\/httpdocs\",\"Relative WWW Root\":\"httpdocs\",\"PHP Handler\":\"plesk-php82-fpm\",\"Domain Name\":\"sweet-napier.87-239-18-246.plesk.page\",\"Preferred domain\":\"none\",\"Permanent SEO-safe 301 redirect from HTTP to HTTPS\":true,\"SSI Support\":\"false\",\"PHP Support\":\"true\",\"CGI Support\":\"false\",\"Mod Perl Support\":\"false\",\"Mod Python Support\":\"false\",\"Mod FastCGI Support\":\"true\",\"Domain GUID\":\"8262ef40-bc05-4abb-8149-0cd334477328\",\"Client GUID\":\"0c1e61ad-dd4a-11ee-8c76-525400f9f56e\"},\"4\":{\"System User Home\":\"\\/var\\/www\\/vhosts\\/sweet-napier.87-239-18-246.plesk.page\",\"System User\":\"sweet-napier_nacqttfcjw9\",\"System User Password\":\"******\",\"System Shell\":\"\\/bin\\/false\",\"Hard Disk Quota\":0,\"SSL Support\":\"true\",\"Web Statistics\":\"webalizer\",\"Apache Error Documents\":\"false\",\"IP Address\":\"87.239.18.246\",\"IPv6 Address\":\"\",\"WWW Root\":\"\\/var\\/www\\/vhosts\\/sweet-napier.87-239-18-246.plesk.page\\/httpdocs\",\"Relative WWW Root\":\"httpdocs\",\"PHP Handler\":\"plesk-php82-fpm\",\"Domain Name\":\"sweet-napier.87-239-18-246.plesk.page\",\"Preferred domain\":\"none\",\"Permanent SEO-safe 301 redirect from HTTP to HTTPS\":true,\"SSI Support\":\"false\",\"PHP Support\":\"true\",\"CGI Support\":\"false\",\"Mod Perl Support\":\"false\",\"Mod Python Support\":\"false\",\"Mod FastCGI Support\":\"true\",\"Domain GUID\":\"8262ef40-bc05-4abb-8149-0cd334477328\",\"Client GUID\":\"0c1e61ad-dd4a-11ee-8c76-525400f9f56e\"},\"enableNotifications\":true,\"_SERVER\":{\"SSH_CONNECTION\":\"109.109.128.239 36926 87.239.18.246 2233\",\"MODULES_RUN_QUARANTINE\":\"LD_LIBRARY_PATH LD_PRELOAD\",\"_\":\"\\/usr\\/sbin\\/plesk\",\"LANG\":\"en_US.UTF-8\",\"HISTTIMEFORMAT\":\"[%F %T] \",\"DOTNET_ROOT\":\"\\/usr\\/lib64\\/dotnet\",\"S_COLORS\":\"auto\",\"which_declare\":\"declare -f\",\"XDG_SESSION_ID\":\"339244\",\"MODULES_CMD\":\"\\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl\",\"DOTNET_BUNDLE_EXTRACT_BASE_DIR\":\"\\/root\\/.cache\\/dotnet_bundle_extract\",\"USER\":\"root\",\"PWD\":\"\\/root\",\"HOME\":\"\\/root\",\"SSH_CLIENT\":\"109.109.128.239 36926 2233\",\"HISTFILE\":\"\\/root\\/.bash_eternal_history\",\"LOADEDMODULES\":\"\",\"SHELL\":\"\\/bin\\/bash\",\"SHLVL\":\"3\",\"MANPATH\":\":\",\"MODULEPATH\":\"\\/etc\\/scl\\/modulefiles:\\/usr\\/share\\/Modules\\/modulefiles:\\/etc\\/modulefiles:\\/usr\\/share\\/modulefiles\",\"LOGNAME\":\"root\",\"DBUS_SESSION_BUS_ADDRESS\":\"unix:path=\\/run\\/user\\/0\\/bus\",\"XDG_RUNTIME_DIR\":\"\\/run\\/user\\/0\",\"MODULEPATH_modshare\":\"\\/usr\\/share\\/Modules\\/modulefiles:2:\\/etc\\/modulefiles:2:\\/usr\\/share\\/modulefiles:2\",\"PATH\":\"\\/root\\/.local\\/bin:\\/usr\\/share\\/Modules\\/bin:\\/usr\\/local\\/sbin:\\/usr\\/local\\/bin:\\/usr\\/sbin:\\/usr\\/bin:\\/root\\/.dotnet\\/tools:\\/opt\\/ls_tools\",\"DEBUGINFOD_URLS\":\"https:\\/\\/debuginfod.centos.org\\/ \",\"MODULESHOME\":\"\\/usr\\/share\\/Modules\",\"HISTSIZE\":\"200000\",\"HISTFILESIZE\":\"200000\",\"LESSOPEN\":\"||\\/usr\\/bin\\/lesspipe.sh %s\",\"BASH_FUNC_which%%\":\"() { ( alias;\\n eval ${which_declare} ) | \\/usr\\/bin\\/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}\",\"BASH_FUNC_module%%\":\"() { unset _mlshdbg;\\n if [ \\\"${MODULES_SILENT_SHELL_DEBUG:-0}\\\" = '1' ]; then\\n case \\\"$-\\\" in \\n *v*x*)\\n set +vx;\\n _mlshdbg='vx'\\n ;;\\n *v*)\\n set +v;\\n _mlshdbg='v'\\n ;;\\n *x*)\\n set +x;\\n _mlshdbg='x'\\n ;;\\n *)\\n _mlshdbg=''\\n ;;\\n esac;\\n fi;\\n unset _mlre _mlIFS;\\n if [ -n \\\"${IFS+x}\\\" ]; then\\n _mlIFS=$IFS;\\n fi;\\n IFS=' ';\\n for _mlv in ${MODULES_RUN_QUARANTINE:-};\\n do\\n if [ \\\"${_mlv}\\\" = \\\"${_mlv##*[!A-Za-z0-9_]}\\\" -a \\\"${_mlv}\\\" = \\\"${_mlv#[0-9]}\\\" ]; then\\n if [ -n \\\"`eval 'echo ${'$_mlv'+x}'`\\\" ]; then\\n _mlre=\\\"${_mlre:-}${_mlv}_modquar='`eval 'echo ${'$_mlv'}'`' \\\";\\n fi;\\n _mlrv=\\\"MODULES_RUNENV_${_mlv}\\\";\\n _mlre=\\\"${_mlre:-}${_mlv}='`eval 'echo ${'$_mlrv':-}'`' \\\";\\n fi;\\n done;\\n if [ -n \\\"${_mlre:-}\\\" ]; then\\n eval `eval ${_mlre} \\/usr\\/bin\\/tclsh \\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl bash '\\\"$@\\\"'`;\\n else\\n eval `\\/usr\\/bin\\/tclsh \\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl bash \\\"$@\\\"`;\\n fi;\\n _mlstatus=$?;\\n if [ -n \\\"${_mlIFS+x}\\\" ]; then\\n IFS=$_mlIFS;\\n else\\n unset IFS;\\n fi;\\n unset _mlre _mlv _mlrv _mlIFS;\\n if [ -n \\\"${_mlshdbg:-}\\\" ]; then\\n set -$_mlshdbg;\\n fi;\\n unset _mlshdbg;\\n return $_mlstatus\\n}\",\"BASH_FUNC_switchml%%\":\"() { typeset swfound=1;\\n if [ \\\"${MODULES_USE_COMPAT_VERSION:-0}\\\" = '1' ]; then\\n typeset swname='main';\\n if [ -e \\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl ]; then\\n typeset swfound=0;\\n unset MODULES_USE_COMPAT_VERSION;\\n fi;\\n else\\n typeset swname='compatibility';\\n if [ -e \\/usr\\/share\\/Modules\\/libexec\\/modulecmd-compat ]; then\\n typeset swfound=0;\\n MODULES_USE_COMPAT_VERSION=1;\\n export MODULES_USE_COMPAT_VERSION;\\n fi;\\n fi;\\n if [ $swfound -eq 0 ]; then\\n echo \\\"Switching to Modules $swname version\\\";\\n source \\/usr\\/share\\/Modules\\/init\\/bash;\\n else\\n echo \\\"Cannot switch to Modules $swname version, command not found\\\";\\n return 1;\\n fi\\n}\",\"BASH_FUNC_scl%%\":\"() { if [ \\\"$1\\\" = \\\"load\\\" -o \\\"$1\\\" = \\\"unload\\\" ]; then\\n eval \\\"module $@\\\";\\n else\\n \\/usr\\/bin\\/scl \\\"$@\\\";\\n fi\\n}\",\"BASH_FUNC_ml%%\":\"() { module ml \\\"$@\\\"\\n}\",\"PHP_SELF\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"SCRIPT_NAME\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"SCRIPT_FILENAME\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"PATH_TRANSLATED\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"DOCUMENT_ROOT\":\"\",\"REQUEST_TIME_FLOAT\":1753195670.776206,\"REQUEST_TIME\":1753195670,\"argv\":[\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"--update\",\"-manage_server_phpmyadmin\",\"true\"],\"argc\":4}}", "[2025-07-22 14:47:55.108] 1270320:687fa4973903b DEBUG [util_exec] Starting with task-manager: /usr/local/psa/admin/bin/php -f /usr/local/psa/admin/plib/scripts/interface_async_executor.php -- EventListener /usr/local/psa/admin/plib/modules/git/library/EventListener.php handleEvent admin, stdin: {\"0\":\"phosting\",\"1\":42,\"2\":\"phys_hosting_update\",\"3\":{\"System User Home\":\"\\/var\\/www\\/vhosts\\/sweet-napier.87-239-18-246.plesk.page\",\"System User\":\"sweet-napier_nacqttfcjw9\",\"System User Password\":\"\",\"System Shell\":\"\\/bin\\/false\",\"Hard Disk Quota\":0,\"SSL Support\":\"true\",\"Web Statistics\":\"webalizer\",\"Apache Error Documents\":\"false\",\"IP Address\":\"87.239.18.246\",\"IPv6 Address\":\"\",\"WWW Root\":\"\\/var\\/www\\/vhosts\\/sweet-napier.87-239-18-246.plesk.page\\/httpdocs\",\"Relative WWW Root\":\"httpdocs\",\"PHP Handler\":\"plesk-php82-fpm\",\"Domain Name\":\"sweet-napier.87-239-18-246.plesk.page\",\"Preferred domain\":\"none\",\"Permanent SEO-safe 301 redirect from HTTP to HTTPS\":true,\"SSI Support\":\"false\",\"PHP Support\":\"true\",\"CGI Support\":\"false\",\"Mod Perl Support\":\"false\",\"Mod Python Support\":\"false\",\"Mod FastCGI Support\":\"true\",\"Domain GUID\":\"8262ef40-bc05-4abb-8149-0cd334477328\",\"Client GUID\":\"0c1e61ad-dd4a-11ee-8c76-525400f9f56e\"},\"4\":{\"System User Home\":\"\\/var\\/www\\/vhosts\\/sweet-napier.87-239-18-246.plesk.page\",\"System User\":\"sweet-napier_nacqttfcjw9\",\"System User Password\":\"******\",\"System Shell\":\"\\/bin\\/false\",\"Hard Disk Quota\":0,\"SSL Support\":\"true\",\"Web Statistics\":\"webalizer\",\"Apache Error Documents\":\"false\",\"IP Address\":\"87.239.18.246\",\"IPv6 Address\":\"\",\"WWW Root\":\"\\/var\\/www\\/vhosts\\/sweet-napier.87-239-18-246.plesk.page\\/httpdocs\",\"Relative WWW Root\":\"httpdocs\",\"PHP Handler\":\"plesk-php82-fpm\",\"Domain Name\":\"sweet-napier.87-239-18-246.plesk.page\",\"Preferred domain\":\"none\",\"Permanent SEO-safe 301 redirect from HTTP to HTTPS\":true,\"SSI Support\":\"false\",\"PHP Support\":\"true\",\"CGI Support\":\"false\",\"Mod Perl Support\":\"false\",\"Mod Python Support\":\"false\",\"Mod FastCGI Support\":\"true\",\"Domain GUID\":\"8262ef40-bc05-4abb-8149-0cd334477328\",\"Client GUID\":\"0c1e61ad-dd4a-11ee-8c76-525400f9f56e\"},\"enableNotifications\":true,\"_SERVER\":{\"SSH_CONNECTION\":\"109.109.128.239 36926 87.239.18.246 2233\",\"MODULES_RUN_QUARANTINE\":\"LD_LIBRARY_PATH LD_PRELOAD\",\"_\":\"\\/usr\\/sbin\\/plesk\",\"LANG\":\"en_US.UTF-8\",\"HISTTIMEFORMAT\":\"[%F %T] \",\"DOTNET_ROOT\":\"\\/usr\\/lib64\\/dotnet\",\"S_COLORS\":\"auto\",\"which_declare\":\"declare -f\",\"XDG_SESSION_ID\":\"339244\",\"MODULES_CMD\":\"\\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl\",\"DOTNET_BUNDLE_EXTRACT_BASE_DIR\":\"\\/root\\/.cache\\/dotnet_bundle_extract\",\"USER\":\"root\",\"PWD\":\"\\/root\",\"HOME\":\"\\/root\",\"SSH_CLIENT\":\"109.109.128.239 36926 2233\",\"HISTFILE\":\"\\/root\\/.bash_eternal_history\",\"LOADEDMODULES\":\"\",\"SHELL\":\"\\/bin\\/bash\",\"SHLVL\":\"3\",\"MANPATH\":\":\",\"MODULEPATH\":\"\\/etc\\/scl\\/modulefiles:\\/usr\\/share\\/Modules\\/modulefiles:\\/etc\\/modulefiles:\\/usr\\/share\\/modulefiles\",\"LOGNAME\":\"root\",\"DBUS_SESSION_BUS_ADDRESS\":\"unix:path=\\/run\\/user\\/0\\/bus\",\"XDG_RUNTIME_DIR\":\"\\/run\\/user\\/0\",\"MODULEPATH_modshare\":\"\\/usr\\/share\\/Modules\\/modulefiles:2:\\/etc\\/modulefiles:2:\\/usr\\/share\\/modulefiles:2\",\"PATH\":\"\\/root\\/.local\\/bin:\\/usr\\/share\\/Modules\\/bin:\\/usr\\/local\\/sbin:\\/usr\\/local\\/bin:\\/usr\\/sbin:\\/usr\\/bin:\\/root\\/.dotnet\\/tools:\\/opt\\/ls_tools\",\"DEBUGINFOD_URLS\":\"https:\\/\\/debuginfod.centos.org\\/ \",\"MODULESHOME\":\"\\/usr\\/share\\/Modules\",\"HISTSIZE\":\"200000\",\"HISTFILESIZE\":\"200000\",\"LESSOPEN\":\"||\\/usr\\/bin\\/lesspipe.sh %s\",\"BASH_FUNC_which%%\":\"() { ( alias;\\n eval ${which_declare} ) | \\/usr\\/bin\\/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}\",\"BASH_FUNC_module%%\":\"() { unset _mlshdbg;\\n if [ \\\"${MODULES_SILENT_SHELL_DEBUG:-0}\\\" = '1' ]; then\\n case \\\"$-\\\" in \\n *v*x*)\\n set +vx;\\n _mlshdbg='vx'\\n ;;\\n *v*)\\n set +v;\\n _mlshdbg='v'\\n ;;\\n *x*)\\n set +x;\\n _mlshdbg='x'\\n ;;\\n *)\\n _mlshdbg=''\\n ;;\\n esac;\\n fi;\\n unset _mlre _mlIFS;\\n if [ -n \\\"${IFS+x}\\\" ]; then\\n _mlIFS=$IFS;\\n fi;\\n IFS=' ';\\n for _mlv in ${MODULES_RUN_QUARANTINE:-};\\n do\\n if [ \\\"${_mlv}\\\" = \\\"${_mlv##*[!A-Za-z0-9_]}\\\" -a \\\"${_mlv}\\\" = \\\"${_mlv#[0-9]}\\\" ]; then\\n if [ -n \\\"`eval 'echo ${'$_mlv'+x}'`\\\" ]; then\\n _mlre=\\\"${_mlre:-}${_mlv}_modquar='`eval 'echo ${'$_mlv'}'`' \\\";\\n fi;\\n _mlrv=\\\"MODULES_RUNENV_${_mlv}\\\";\\n _mlre=\\\"${_mlre:-}${_mlv}='`eval 'echo ${'$_mlrv':-}'`' \\\";\\n fi;\\n done;\\n if [ -n \\\"${_mlre:-}\\\" ]; then\\n eval `eval ${_mlre} \\/usr\\/bin\\/tclsh \\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl bash '\\\"$@\\\"'`;\\n else\\n eval `\\/usr\\/bin\\/tclsh \\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl bash \\\"$@\\\"`;\\n fi;\\n _mlstatus=$?;\\n if [ -n \\\"${_mlIFS+x}\\\" ]; then\\n IFS=$_mlIFS;\\n else\\n unset IFS;\\n fi;\\n unset _mlre _mlv _mlrv _mlIFS;\\n if [ -n \\\"${_mlshdbg:-}\\\" ]; then\\n set -$_mlshdbg;\\n fi;\\n unset _mlshdbg;\\n return $_mlstatus\\n}\",\"BASH_FUNC_switchml%%\":\"() { typeset swfound=1;\\n if [ \\\"${MODULES_USE_COMPAT_VERSION:-0}\\\" = '1' ]; then\\n typeset swname='main';\\n if [ -e \\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl ]; then\\n typeset swfound=0;\\n unset MODULES_USE_COMPAT_VERSION;\\n fi;\\n else\\n typeset swname='compatibility';\\n if [ -e \\/usr\\/share\\/Modules\\/libexec\\/modulecmd-compat ]; then\\n typeset swfound=0;\\n MODULES_USE_COMPAT_VERSION=1;\\n export MODULES_USE_COMPAT_VERSION;\\n fi;\\n fi;\\n if [ $swfound -eq 0 ]; then\\n echo \\\"Switching to Modules $swname version\\\";\\n source \\/usr\\/share\\/Modules\\/init\\/bash;\\n else\\n echo \\\"Cannot switch to Modules $swname version, command not found\\\";\\n return 1;\\n fi\\n}\",\"BASH_FUNC_scl%%\":\"() { if [ \\\"$1\\\" = \\\"load\\\" -o \\\"$1\\\" = \\\"unload\\\" ]; then\\n eval \\\"module $@\\\";\\n else\\n \\/usr\\/bin\\/scl \\\"$@\\\";\\n fi\\n}\",\"BASH_FUNC_ml%%\":\"() { module ml \\\"$@\\\"\\n}\",\"PHP_SELF\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"SCRIPT_NAME\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"SCRIPT_FILENAME\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"PATH_TRANSLATED\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"DOCUMENT_ROOT\":\"\",\"REQUEST_TIME_FLOAT\":1753195670.776206,\"REQUEST_TIME\":1753195670,\"argv\":[\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"--update\",\"-manage_server_phpmyadmin\",\"true\"],\"argc\":4}}", "[2025-07-22 14:47:55.110] 1270320:687fa4973903b DEBUG [util_exec] Starting with task-manager: /usr/local/psa/admin/bin/php -f /usr/local/psa/admin/plib/scripts/interface_async_executor.php -- EventListener /usr/local/psa/admin/plib/modules/laravel/library/EventListener.php handleEvent admin, stdin: {\"0\":\"phosting\",\"1\":42,\"2\":\"phys_hosting_update\",\"3\":{\"System User Home\":\"\\/var\\/www\\/vhosts\\/sweet-napier.87-239-18-246.plesk.page\",\"System User\":\"sweet-napier_nacqttfcjw9\",\"System User Password\":\"\",\"System Shell\":\"\\/bin\\/false\",\"Hard Disk Quota\":0,\"SSL Support\":\"true\",\"Web Statistics\":\"webalizer\",\"Apache Error Documents\":\"false\",\"IP Address\":\"87.239.18.246\",\"IPv6 Address\":\"\",\"WWW Root\":\"\\/var\\/www\\/vhosts\\/sweet-napier.87-239-18-246.plesk.page\\/httpdocs\",\"Relative WWW Root\":\"httpdocs\",\"PHP Handler\":\"plesk-php82-fpm\",\"Domain Name\":\"sweet-napier.87-239-18-246.plesk.page\",\"Preferred domain\":\"none\",\"Permanent SEO-safe 301 redirect from HTTP to HTTPS\":true,\"SSI Support\":\"false\",\"PHP Support\":\"true\",\"CGI Support\":\"false\",\"Mod Perl Support\":\"false\",\"Mod Python Support\":\"false\",\"Mod FastCGI Support\":\"true\",\"Domain GUID\":\"8262ef40-bc05-4abb-8149-0cd334477328\",\"Client GUID\":\"0c1e61ad-dd4a-11ee-8c76-525400f9f56e\"},\"4\":{\"System User Home\":\"\\/var\\/www\\/vhosts\\/sweet-napier.87-239-18-246.plesk.page\",\"System User\":\"sweet-napier_nacqttfcjw9\",\"System User Password\":\"******\",\"System Shell\":\"\\/bin\\/false\",\"Hard Disk Quota\":0,\"SSL Support\":\"true\",\"Web Statistics\":\"webalizer\",\"Apache Error Documents\":\"false\",\"IP Address\":\"87.239.18.246\",\"IPv6 Address\":\"\",\"WWW Root\":\"\\/var\\/www\\/vhosts\\/sweet-napier.87-239-18-246.plesk.page\\/httpdocs\",\"Relative WWW Root\":\"httpdocs\",\"PHP Handler\":\"plesk-php82-fpm\",\"Domain Name\":\"sweet-napier.87-239-18-246.plesk.page\",\"Preferred domain\":\"none\",\"Permanent SEO-safe 301 redirect from HTTP to HTTPS\":true,\"SSI Support\":\"false\",\"PHP Support\":\"true\",\"CGI Support\":\"false\",\"Mod Perl Support\":\"false\",\"Mod Python Support\":\"false\",\"Mod FastCGI Support\":\"true\",\"Domain GUID\":\"8262ef40-bc05-4abb-8149-0cd334477328\",\"Client GUID\":\"0c1e61ad-dd4a-11ee-8c76-525400f9f56e\"},\"enableNotifications\":true,\"_SERVER\":{\"SSH_CONNECTION\":\"109.109.128.239 36926 87.239.18.246 2233\",\"MODULES_RUN_QUARANTINE\":\"LD_LIBRARY_PATH LD_PRELOAD\",\"_\":\"\\/usr\\/sbin\\/plesk\",\"LANG\":\"en_US.UTF-8\",\"HISTTIMEFORMAT\":\"[%F %T] \",\"DOTNET_ROOT\":\"\\/usr\\/lib64\\/dotnet\",\"S_COLORS\":\"auto\",\"which_declare\":\"declare -f\",\"XDG_SESSION_ID\":\"339244\",\"MODULES_CMD\":\"\\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl\",\"DOTNET_BUNDLE_EXTRACT_BASE_DIR\":\"\\/root\\/.cache\\/dotnet_bundle_extract\",\"USER\":\"root\",\"PWD\":\"\\/root\",\"HOME\":\"\\/root\",\"SSH_CLIENT\":\"109.109.128.239 36926 2233\",\"HISTFILE\":\"\\/root\\/.bash_eternal_history\",\"LOADEDMODULES\":\"\",\"SHELL\":\"\\/bin\\/bash\",\"SHLVL\":\"3\",\"MANPATH\":\":\",\"MODULEPATH\":\"\\/etc\\/scl\\/modulefiles:\\/usr\\/share\\/Modules\\/modulefiles:\\/etc\\/modulefiles:\\/usr\\/share\\/modulefiles\",\"LOGNAME\":\"root\",\"DBUS_SESSION_BUS_ADDRESS\":\"unix:path=\\/run\\/user\\/0\\/bus\",\"XDG_RUNTIME_DIR\":\"\\/run\\/user\\/0\",\"MODULEPATH_modshare\":\"\\/usr\\/share\\/Modules\\/modulefiles:2:\\/etc\\/modulefiles:2:\\/usr\\/share\\/modulefiles:2\",\"PATH\":\"\\/root\\/.local\\/bin:\\/usr\\/share\\/Modules\\/bin:\\/usr\\/local\\/sbin:\\/usr\\/local\\/bin:\\/usr\\/sbin:\\/usr\\/bin:\\/root\\/.dotnet\\/tools:\\/opt\\/ls_tools\",\"DEBUGINFOD_URLS\":\"https:\\/\\/debuginfod.centos.org\\/ \",\"MODULESHOME\":\"\\/usr\\/share\\/Modules\",\"HISTSIZE\":\"200000\",\"HISTFILESIZE\":\"200000\",\"LESSOPEN\":\"||\\/usr\\/bin\\/lesspipe.sh %s\",\"BASH_FUNC_which%%\":\"() { ( alias;\\n eval ${which_declare} ) | \\/usr\\/bin\\/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}\",\"BASH_FUNC_module%%\":\"() { unset _mlshdbg;\\n if [ \\\"${MODULES_SILENT_SHELL_DEBUG:-0}\\\" = '1' ]; then\\n case \\\"$-\\\" in \\n *v*x*)\\n set +vx;\\n _mlshdbg='vx'\\n ;;\\n *v*)\\n set +v;\\n _mlshdbg='v'\\n ;;\\n *x*)\\n set +x;\\n _mlshdbg='x'\\n ;;\\n *)\\n _mlshdbg=''\\n ;;\\n esac;\\n fi;\\n unset _mlre _mlIFS;\\n if [ -n \\\"${IFS+x}\\\" ]; then\\n _mlIFS=$IFS;\\n fi;\\n IFS=' ';\\n for _mlv in ${MODULES_RUN_QUARANTINE:-};\\n do\\n if [ \\\"${_mlv}\\\" = \\\"${_mlv##*[!A-Za-z0-9_]}\\\" -a \\\"${_mlv}\\\" = \\\"${_mlv#[0-9]}\\\" ]; then\\n if [ -n \\\"`eval 'echo ${'$_mlv'+x}'`\\\" ]; then\\n _mlre=\\\"${_mlre:-}${_mlv}_modquar='`eval 'echo ${'$_mlv'}'`' \\\";\\n fi;\\n _mlrv=\\\"MODULES_RUNENV_${_mlv}\\\";\\n _mlre=\\\"${_mlre:-}${_mlv}='`eval 'echo ${'$_mlrv':-}'`' \\\";\\n fi;\\n done;\\n if [ -n \\\"${_mlre:-}\\\" ]; then\\n eval `eval ${_mlre} \\/usr\\/bin\\/tclsh \\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl bash '\\\"$@\\\"'`;\\n else\\n eval `\\/usr\\/bin\\/tclsh \\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl bash \\\"$@\\\"`;\\n fi;\\n _mlstatus=$?;\\n if [ -n \\\"${_mlIFS+x}\\\" ]; then\\n IFS=$_mlIFS;\\n else\\n unset IFS;\\n fi;\\n unset _mlre _mlv _mlrv _mlIFS;\\n if [ -n \\\"${_mlshdbg:-}\\\" ]; then\\n set -$_mlshdbg;\\n fi;\\n unset _mlshdbg;\\n return $_mlstatus\\n}\",\"BASH_FUNC_switchml%%\":\"() { typeset swfound=1;\\n if [ \\\"${MODULES_USE_COMPAT_VERSION:-0}\\\" = '1' ]; then\\n typeset swname='main';\\n if [ -e \\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl ]; then\\n typeset swfound=0;\\n unset MODULES_USE_COMPAT_VERSION;\\n fi;\\n else\\n typeset swname='compatibility';\\n if [ -e \\/usr\\/share\\/Modules\\/libexec\\/modulecmd-compat ]; then\\n typeset swfound=0;\\n MODULES_USE_COMPAT_VERSION=1;\\n export MODULES_USE_COMPAT_VERSION;\\n fi;\\n fi;\\n if [ $swfound -eq 0 ]; then\\n echo \\\"Switching to Modules $swname version\\\";\\n source \\/usr\\/share\\/Modules\\/init\\/bash;\\n else\\n echo \\\"Cannot switch to Modules $swname version, command not found\\\";\\n return 1;\\n fi\\n}\",\"BASH_FUNC_scl%%\":\"() { if [ \\\"$1\\\" = \\\"load\\\" -o \\\"$1\\\" = \\\"unload\\\" ]; then\\n eval \\\"module $@\\\";\\n else\\n \\/usr\\/bin\\/scl \\\"$@\\\";\\n fi\\n}\",\"BASH_FUNC_ml%%\":\"() { module ml \\\"$@\\\"\\n}\",\"PHP_SELF\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"SCRIPT_NAME\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"SCRIPT_FILENAME\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"PATH_TRANSLATED\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"DOCUMENT_ROOT\":\"\",\"REQUEST_TIME_FLOAT\":1753195670.776206,\"REQUEST_TIME\":1753195670,\"argv\":[\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"--update\",\"-manage_server_phpmyadmin\",\"true\"],\"argc\":4}}", "[2025-07-22 14:47:55.115] 1270320:687fa4973903b DEBUG [util_exec] Starting with task-manager: /usr/local/psa/admin/bin/php -f /usr/local/psa/admin/plib/scripts/interface_async_executor.php -- EventListener /usr/local/psa/admin/plib/modules/ls-sftp-access/library/EventListener.php handleEvent admin, stdin: {\"0\":\"phosting\",\"1\":42,\"2\":\"phys_hosting_update\",\"3\":{\"System User Home\":\"\\/var\\/www\\/vhosts\\/sweet-napier.87-239-18-246.plesk.page\",\"System User\":\"sweet-napier_nacqttfcjw9\",\"System User Password\":\"\",\"System Shell\":\"\\/bin\\/false\",\"Hard Disk Quota\":0,\"SSL Support\":\"true\",\"Web Statistics\":\"webalizer\",\"Apache Error Documents\":\"false\",\"IP Address\":\"87.239.18.246\",\"IPv6 Address\":\"\",\"WWW Root\":\"\\/var\\/www\\/vhosts\\/sweet-napier.87-239-18-246.plesk.page\\/httpdocs\",\"Relative WWW Root\":\"httpdocs\",\"PHP Handler\":\"plesk-php82-fpm\",\"Domain Name\":\"sweet-napier.87-239-18-246.plesk.page\",\"Preferred domain\":\"none\",\"Permanent SEO-safe 301 redirect from HTTP to HTTPS\":true,\"SSI Support\":\"false\",\"PHP Support\":\"true\",\"CGI Support\":\"false\",\"Mod Perl Support\":\"false\",\"Mod Python Support\":\"false\",\"Mod FastCGI Support\":\"true\",\"Domain GUID\":\"8262ef40-bc05-4abb-8149-0cd334477328\",\"Client GUID\":\"0c1e61ad-dd4a-11ee-8c76-525400f9f56e\"},\"4\":{\"System User Home\":\"\\/var\\/www\\/vhosts\\/sweet-napier.87-239-18-246.plesk.page\",\"System User\":\"sweet-napier_nacqttfcjw9\",\"System User Password\":\"******\",\"System Shell\":\"\\/bin\\/false\",\"Hard Disk Quota\":0,\"SSL Support\":\"true\",\"Web Statistics\":\"webalizer\",\"Apache Error Documents\":\"false\",\"IP Address\":\"87.239.18.246\",\"IPv6 Address\":\"\",\"WWW Root\":\"\\/var\\/www\\/vhosts\\/sweet-napier.87-239-18-246.plesk.page\\/httpdocs\",\"Relative WWW Root\":\"httpdocs\",\"PHP Handler\":\"plesk-php82-fpm\",\"Domain Name\":\"sweet-napier.87-239-18-246.plesk.page\",\"Preferred domain\":\"none\",\"Permanent SEO-safe 301 redirect from HTTP to HTTPS\":true,\"SSI Support\":\"false\",\"PHP Support\":\"true\",\"CGI Support\":\"false\",\"Mod Perl Support\":\"false\",\"Mod Python Support\":\"false\",\"Mod FastCGI Support\":\"true\",\"Domain GUID\":\"8262ef40-bc05-4abb-8149-0cd334477328\",\"Client GUID\":\"0c1e61ad-dd4a-11ee-8c76-525400f9f56e\"},\"enableNotifications\":true,\"_SERVER\":{\"SSH_CONNECTION\":\"109.109.128.239 36926 87.239.18.246 2233\",\"MODULES_RUN_QUARANTINE\":\"LD_LIBRARY_PATH LD_PRELOAD\",\"_\":\"\\/usr\\/sbin\\/plesk\",\"LANG\":\"en_US.UTF-8\",\"HISTTIMEFORMAT\":\"[%F %T] \",\"DOTNET_ROOT\":\"\\/usr\\/lib64\\/dotnet\",\"S_COLORS\":\"auto\",\"which_declare\":\"declare -f\",\"XDG_SESSION_ID\":\"339244\",\"MODULES_CMD\":\"\\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl\",\"DOTNET_BUNDLE_EXTRACT_BASE_DIR\":\"\\/root\\/.cache\\/dotnet_bundle_extract\",\"USER\":\"root\",\"PWD\":\"\\/root\",\"HOME\":\"\\/root\",\"SSH_CLIENT\":\"109.109.128.239 36926 2233\",\"HISTFILE\":\"\\/root\\/.bash_eternal_history\",\"LOADEDMODULES\":\"\",\"SHELL\":\"\\/bin\\/bash\",\"SHLVL\":\"3\",\"MANPATH\":\":\",\"MODULEPATH\":\"\\/etc\\/scl\\/modulefiles:\\/usr\\/share\\/Modules\\/modulefiles:\\/etc\\/modulefiles:\\/usr\\/share\\/modulefiles\",\"LOGNAME\":\"root\",\"DBUS_SESSION_BUS_ADDRESS\":\"unix:path=\\/run\\/user\\/0\\/bus\",\"XDG_RUNTIME_DIR\":\"\\/run\\/user\\/0\",\"MODULEPATH_modshare\":\"\\/usr\\/share\\/Modules\\/modulefiles:2:\\/etc\\/modulefiles:2:\\/usr\\/share\\/modulefiles:2\",\"PATH\":\"\\/root\\/.local\\/bin:\\/usr\\/share\\/Modules\\/bin:\\/usr\\/local\\/sbin:\\/usr\\/local\\/bin:\\/usr\\/sbin:\\/usr\\/bin:\\/root\\/.dotnet\\/tools:\\/opt\\/ls_tools\",\"DEBUGINFOD_URLS\":\"https:\\/\\/debuginfod.centos.org\\/ \",\"MODULESHOME\":\"\\/usr\\/share\\/Modules\",\"HISTSIZE\":\"200000\",\"HISTFILESIZE\":\"200000\",\"LESSOPEN\":\"||\\/usr\\/bin\\/lesspipe.sh %s\",\"BASH_FUNC_which%%\":\"() { ( alias;\\n eval ${which_declare} ) | \\/usr\\/bin\\/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}\",\"BASH_FUNC_module%%\":\"() { unset _mlshdbg;\\n if [ \\\"${MODULES_SILENT_SHELL_DEBUG:-0}\\\" = '1' ]; then\\n case \\\"$-\\\" in \\n *v*x*)\\n set +vx;\\n _mlshdbg='vx'\\n ;;\\n *v*)\\n set +v;\\n _mlshdbg='v'\\n ;;\\n *x*)\\n set +x;\\n _mlshdbg='x'\\n ;;\\n *)\\n _mlshdbg=''\\n ;;\\n esac;\\n fi;\\n unset _mlre _mlIFS;\\n if [ -n \\\"${IFS+x}\\\" ]; then\\n _mlIFS=$IFS;\\n fi;\\n IFS=' ';\\n for _mlv in ${MODULES_RUN_QUARANTINE:-};\\n do\\n if [ \\\"${_mlv}\\\" = \\\"${_mlv##*[!A-Za-z0-9_]}\\\" -a \\\"${_mlv}\\\" = \\\"${_mlv#[0-9]}\\\" ]; then\\n if [ -n \\\"`eval 'echo ${'$_mlv'+x}'`\\\" ]; then\\n _mlre=\\\"${_mlre:-}${_mlv}_modquar='`eval 'echo ${'$_mlv'}'`' \\\";\\n fi;\\n _mlrv=\\\"MODULES_RUNENV_${_mlv}\\\";\\n _mlre=\\\"${_mlre:-}${_mlv}='`eval 'echo ${'$_mlrv':-}'`' \\\";\\n fi;\\n done;\\n if [ -n \\\"${_mlre:-}\\\" ]; then\\n eval `eval ${_mlre} \\/usr\\/bin\\/tclsh \\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl bash '\\\"$@\\\"'`;\\n else\\n eval `\\/usr\\/bin\\/tclsh \\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl bash \\\"$@\\\"`;\\n fi;\\n _mlstatus=$?;\\n if [ -n \\\"${_mlIFS+x}\\\" ]; then\\n IFS=$_mlIFS;\\n else\\n unset IFS;\\n fi;\\n unset _mlre _mlv _mlrv _mlIFS;\\n if [ -n \\\"${_mlshdbg:-}\\\" ]; then\\n set -$_mlshdbg;\\n fi;\\n unset _mlshdbg;\\n return $_mlstatus\\n}\",\"BASH_FUNC_switchml%%\":\"() { typeset swfound=1;\\n if [ \\\"${MODULES_USE_COMPAT_VERSION:-0}\\\" = '1' ]; then\\n typeset swname='main';\\n if [ -e \\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl ]; then\\n typeset swfound=0;\\n unset MODULES_USE_COMPAT_VERSION;\\n fi;\\n else\\n typeset swname='compatibility';\\n if [ -e \\/usr\\/share\\/Modules\\/libexec\\/modulecmd-compat ]; then\\n typeset swfound=0;\\n MODULES_USE_COMPAT_VERSION=1;\\n export MODULES_USE_COMPAT_VERSION;\\n fi;\\n fi;\\n if [ $swfound -eq 0 ]; then\\n echo \\\"Switching to Modules $swname version\\\";\\n source \\/usr\\/share\\/Modules\\/init\\/bash;\\n else\\n echo \\\"Cannot switch to Modules $swname version, command not found\\\";\\n return 1;\\n fi\\n}\",\"BASH_FUNC_scl%%\":\"() { if [ \\\"$1\\\" = \\\"load\\\" -o \\\"$1\\\" = \\\"unload\\\" ]; then\\n eval \\\"module $@\\\";\\n else\\n \\/usr\\/bin\\/scl \\\"$@\\\";\\n fi\\n}\",\"BASH_FUNC_ml%%\":\"() { module ml \\\"$@\\\"\\n}\",\"PHP_SELF\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"SCRIPT_NAME\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"SCRIPT_FILENAME\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"PATH_TRANSLATED\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"DOCUMENT_ROOT\":\"\",\"REQUEST_TIME_FLOAT\":1753195670.776206,\"REQUEST_TIME\":1753195670,\"argv\":[\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"--update\",\"-manage_server_phpmyadmin\",\"true\"],\"argc\":4}}", "[2025-07-22 14:47:55.119] 1270320:687fa4973903b DEBUG [util_exec] Starting with task-manager: /usr/local/psa/admin/bin/php -f /usr/local/psa/admin/plib/scripts/interface_async_executor.php -- EventListener /usr/local/psa/admin/plib/modules/monitoring/library/EventListener.php handleEvent admin, stdin: {\"0\":\"phosting\",\"1\":42,\"2\":\"phys_hosting_update\",\"3\":{\"System User Home\":\"\\/var\\/www\\/vhosts\\/sweet-napier.87-239-18-246.plesk.page\",\"System User\":\"sweet-napier_nacqttfcjw9\",\"System User Password\":\"\",\"System Shell\":\"\\/bin\\/false\",\"Hard Disk Quota\":0,\"SSL Support\":\"true\",\"Web Statistics\":\"webalizer\",\"Apache Error Documents\":\"false\",\"IP Address\":\"87.239.18.246\",\"IPv6 Address\":\"\",\"WWW Root\":\"\\/var\\/www\\/vhosts\\/sweet-napier.87-239-18-246.plesk.page\\/httpdocs\",\"Relative WWW Root\":\"httpdocs\",\"PHP Handler\":\"plesk-php82-fpm\",\"Domain Name\":\"sweet-napier.87-239-18-246.plesk.page\",\"Preferred domain\":\"none\",\"Permanent SEO-safe 301 redirect from HTTP to HTTPS\":true,\"SSI Support\":\"false\",\"PHP Support\":\"true\",\"CGI Support\":\"false\",\"Mod Perl Support\":\"false\",\"Mod Python Support\":\"false\",\"Mod FastCGI Support\":\"true\",\"Domain GUID\":\"8262ef40-bc05-4abb-8149-0cd334477328\",\"Client GUID\":\"0c1e61ad-dd4a-11ee-8c76-525400f9f56e\"},\"4\":{\"System User Home\":\"\\/var\\/www\\/vhosts\\/sweet-napier.87-239-18-246.plesk.page\",\"System User\":\"sweet-napier_nacqttfcjw9\",\"System User Password\":\"******\",\"System Shell\":\"\\/bin\\/false\",\"Hard Disk Quota\":0,\"SSL Support\":\"true\",\"Web Statistics\":\"webalizer\",\"Apache Error Documents\":\"false\",\"IP Address\":\"87.239.18.246\",\"IPv6 Address\":\"\",\"WWW Root\":\"\\/var\\/www\\/vhosts\\/sweet-napier.87-239-18-246.plesk.page\\/httpdocs\",\"Relative WWW Root\":\"httpdocs\",\"PHP Handler\":\"plesk-php82-fpm\",\"Domain Name\":\"sweet-napier.87-239-18-246.plesk.page\",\"Preferred domain\":\"none\",\"Permanent SEO-safe 301 redirect from HTTP to HTTPS\":true,\"SSI Support\":\"false\",\"PHP Support\":\"true\",\"CGI Support\":\"false\",\"Mod Perl Support\":\"false\",\"Mod Python Support\":\"false\",\"Mod FastCGI Support\":\"true\",\"Domain GUID\":\"8262ef40-bc05-4abb-8149-0cd334477328\",\"Client GUID\":\"0c1e61ad-dd4a-11ee-8c76-525400f9f56e\"},\"enableNotifications\":true,\"_SERVER\":{\"SSH_CONNECTION\":\"109.109.128.239 36926 87.239.18.246 2233\",\"MODULES_RUN_QUARANTINE\":\"LD_LIBRARY_PATH LD_PRELOAD\",\"_\":\"\\/usr\\/sbin\\/plesk\",\"LANG\":\"en_US.UTF-8\",\"HISTTIMEFORMAT\":\"[%F %T] \",\"DOTNET_ROOT\":\"\\/usr\\/lib64\\/dotnet\",\"S_COLORS\":\"auto\",\"which_declare\":\"declare -f\",\"XDG_SESSION_ID\":\"339244\",\"MODULES_CMD\":\"\\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl\",\"DOTNET_BUNDLE_EXTRACT_BASE_DIR\":\"\\/root\\/.cache\\/dotnet_bundle_extract\",\"USER\":\"root\",\"PWD\":\"\\/root\",\"HOME\":\"\\/root\",\"SSH_CLIENT\":\"109.109.128.239 36926 2233\",\"HISTFILE\":\"\\/root\\/.bash_eternal_history\",\"LOADEDMODULES\":\"\",\"SHELL\":\"\\/bin\\/bash\",\"SHLVL\":\"3\",\"MANPATH\":\":\",\"MODULEPATH\":\"\\/etc\\/scl\\/modulefiles:\\/usr\\/share\\/Modules\\/modulefiles:\\/etc\\/modulefiles:\\/usr\\/share\\/modulefiles\",\"LOGNAME\":\"root\",\"DBUS_SESSION_BUS_ADDRESS\":\"unix:path=\\/run\\/user\\/0\\/bus\",\"XDG_RUNTIME_DIR\":\"\\/run\\/user\\/0\",\"MODULEPATH_modshare\":\"\\/usr\\/share\\/Modules\\/modulefiles:2:\\/etc\\/modulefiles:2:\\/usr\\/share\\/modulefiles:2\",\"PATH\":\"\\/root\\/.local\\/bin:\\/usr\\/share\\/Modules\\/bin:\\/usr\\/local\\/sbin:\\/usr\\/local\\/bin:\\/usr\\/sbin:\\/usr\\/bin:\\/root\\/.dotnet\\/tools:\\/opt\\/ls_tools\",\"DEBUGINFOD_URLS\":\"https:\\/\\/debuginfod.centos.org\\/ \",\"MODULESHOME\":\"\\/usr\\/share\\/Modules\",\"HISTSIZE\":\"200000\",\"HISTFILESIZE\":\"200000\",\"LESSOPEN\":\"||\\/usr\\/bin\\/lesspipe.sh %s\",\"BASH_FUNC_which%%\":\"() { ( alias;\\n eval ${which_declare} ) | \\/usr\\/bin\\/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}\",\"BASH_FUNC_module%%\":\"() { unset _mlshdbg;\\n if [ \\\"${MODULES_SILENT_SHELL_DEBUG:-0}\\\" = '1' ]; then\\n case \\\"$-\\\" in \\n *v*x*)\\n set +vx;\\n _mlshdbg='vx'\\n ;;\\n *v*)\\n set +v;\\n _mlshdbg='v'\\n ;;\\n *x*)\\n set +x;\\n _mlshdbg='x'\\n ;;\\n *)\\n _mlshdbg=''\\n ;;\\n esac;\\n fi;\\n unset _mlre _mlIFS;\\n if [ -n \\\"${IFS+x}\\\" ]; then\\n _mlIFS=$IFS;\\n fi;\\n IFS=' ';\\n for _mlv in ${MODULES_RUN_QUARANTINE:-};\\n do\\n if [ \\\"${_mlv}\\\" = \\\"${_mlv##*[!A-Za-z0-9_]}\\\" -a \\\"${_mlv}\\\" = \\\"${_mlv#[0-9]}\\\" ]; then\\n if [ -n \\\"`eval 'echo ${'$_mlv'+x}'`\\\" ]; then\\n _mlre=\\\"${_mlre:-}${_mlv}_modquar='`eval 'echo ${'$_mlv'}'`' \\\";\\n fi;\\n _mlrv=\\\"MODULES_RUNENV_${_mlv}\\\";\\n _mlre=\\\"${_mlre:-}${_mlv}='`eval 'echo ${'$_mlrv':-}'`' \\\";\\n fi;\\n done;\\n if [ -n \\\"${_mlre:-}\\\" ]; then\\n eval `eval ${_mlre} \\/usr\\/bin\\/tclsh \\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl bash '\\\"$@\\\"'`;\\n else\\n eval `\\/usr\\/bin\\/tclsh \\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl bash \\\"$@\\\"`;\\n fi;\\n _mlstatus=$?;\\n if [ -n \\\"${_mlIFS+x}\\\" ]; then\\n IFS=$_mlIFS;\\n else\\n unset IFS;\\n fi;\\n unset _mlre _mlv _mlrv _mlIFS;\\n if [ -n \\\"${_mlshdbg:-}\\\" ]; then\\n set -$_mlshdbg;\\n fi;\\n unset _mlshdbg;\\n return $_mlstatus\\n}\",\"BASH_FUNC_switchml%%\":\"() { typeset swfound=1;\\n if [ \\\"${MODULES_USE_COMPAT_VERSION:-0}\\\" = '1' ]; then\\n typeset swname='main';\\n if [ -e \\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl ]; then\\n typeset swfound=0;\\n unset MODULES_USE_COMPAT_VERSION;\\n fi;\\n else\\n typeset swname='compatibility';\\n if [ -e \\/usr\\/share\\/Modules\\/libexec\\/modulecmd-compat ]; then\\n typeset swfound=0;\\n MODULES_USE_COMPAT_VERSION=1;\\n export MODULES_USE_COMPAT_VERSION;\\n fi;\\n fi;\\n if [ $swfound -eq 0 ]; then\\n echo \\\"Switching to Modules $swname version\\\";\\n source \\/usr\\/share\\/Modules\\/init\\/bash;\\n else\\n echo \\\"Cannot switch to Modules $swname version, command not found\\\";\\n return 1;\\n fi\\n}\",\"BASH_FUNC_scl%%\":\"() { if [ \\\"$1\\\" = \\\"load\\\" -o \\\"$1\\\" = \\\"unload\\\" ]; then\\n eval \\\"module $@\\\";\\n else\\n \\/usr\\/bin\\/scl \\\"$@\\\";\\n fi\\n}\",\"BASH_FUNC_ml%%\":\"() { module ml \\\"$@\\\"\\n}\",\"PHP_SELF\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"SCRIPT_NAME\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"SCRIPT_FILENAME\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"PATH_TRANSLATED\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"DOCUMENT_ROOT\":\"\",\"REQUEST_TIME_FLOAT\":1753195670.776206,\"REQUEST_TIME\":1753195670,\"argv\":[\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"--update\",\"-manage_server_phpmyadmin\",\"true\"],\"argc\":4}}", "[2025-07-22 14:47:55.122] 1270320:687fa4973903b DEBUG [util_exec] Starting with task-manager: /usr/local/psa/admin/bin/php -f /usr/local/psa/admin/plib/scripts/interface_async_executor.php -- EventListener /usr/local/psa/admin/plib/modules/performance-booster/library/EventListener.php handleEvent admin, stdin: {\"0\":\"phosting\",\"1\":42,\"2\":\"phys_hosting_update\",\"3\":{\"System User Home\":\"\\/var\\/www\\/vhosts\\/sweet-napier.87-239-18-246.plesk.page\",\"System User\":\"sweet-napier_nacqttfcjw9\",\"System User Password\":\"\",\"System Shell\":\"\\/bin\\/false\",\"Hard Disk Quota\":0,\"SSL Support\":\"true\",\"Web Statistics\":\"webalizer\",\"Apache Error Documents\":\"false\",\"IP Address\":\"87.239.18.246\",\"IPv6 Address\":\"\",\"WWW Root\":\"\\/var\\/www\\/vhosts\\/sweet-napier.87-239-18-246.plesk.page\\/httpdocs\",\"Relative WWW Root\":\"httpdocs\",\"PHP Handler\":\"plesk-php82-fpm\",\"Domain Name\":\"sweet-napier.87-239-18-246.plesk.page\",\"Preferred domain\":\"none\",\"Permanent SEO-safe 301 redirect from HTTP to HTTPS\":true,\"SSI Support\":\"false\",\"PHP Support\":\"true\",\"CGI Support\":\"false\",\"Mod Perl Support\":\"false\",\"Mod Python Support\":\"false\",\"Mod FastCGI Support\":\"true\",\"Domain GUID\":\"8262ef40-bc05-4abb-8149-0cd334477328\",\"Client GUID\":\"0c1e61ad-dd4a-11ee-8c76-525400f9f56e\"},\"4\":{\"System User Home\":\"\\/var\\/www\\/vhosts\\/sweet-napier.87-239-18-246.plesk.page\",\"System User\":\"sweet-napier_nacqttfcjw9\",\"System User Password\":\"******\",\"System Shell\":\"\\/bin\\/false\",\"Hard Disk Quota\":0,\"SSL Support\":\"true\",\"Web Statistics\":\"webalizer\",\"Apache Error Documents\":\"false\",\"IP Address\":\"87.239.18.246\",\"IPv6 Address\":\"\",\"WWW Root\":\"\\/var\\/www\\/vhosts\\/sweet-napier.87-239-18-246.plesk.page\\/httpdocs\",\"Relative WWW Root\":\"httpdocs\",\"PHP Handler\":\"plesk-php82-fpm\",\"Domain Name\":\"sweet-napier.87-239-18-246.plesk.page\",\"Preferred domain\":\"none\",\"Permanent SEO-safe 301 redirect from HTTP to HTTPS\":true,\"SSI Support\":\"false\",\"PHP Support\":\"true\",\"CGI Support\":\"false\",\"Mod Perl Support\":\"false\",\"Mod Python Support\":\"false\",\"Mod FastCGI Support\":\"true\",\"Domain GUID\":\"8262ef40-bc05-4abb-8149-0cd334477328\",\"Client GUID\":\"0c1e61ad-dd4a-11ee-8c76-525400f9f56e\"},\"enableNotifications\":true,\"_SERVER\":{\"SSH_CONNECTION\":\"109.109.128.239 36926 87.239.18.246 2233\",\"MODULES_RUN_QUARANTINE\":\"LD_LIBRARY_PATH LD_PRELOAD\",\"_\":\"\\/usr\\/sbin\\/plesk\",\"LANG\":\"en_US.UTF-8\",\"HISTTIMEFORMAT\":\"[%F %T] \",\"DOTNET_ROOT\":\"\\/usr\\/lib64\\/dotnet\",\"S_COLORS\":\"auto\",\"which_declare\":\"declare -f\",\"XDG_SESSION_ID\":\"339244\",\"MODULES_CMD\":\"\\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl\",\"DOTNET_BUNDLE_EXTRACT_BASE_DIR\":\"\\/root\\/.cache\\/dotnet_bundle_extract\",\"USER\":\"root\",\"PWD\":\"\\/root\",\"HOME\":\"\\/root\",\"SSH_CLIENT\":\"109.109.128.239 36926 2233\",\"HISTFILE\":\"\\/root\\/.bash_eternal_history\",\"LOADEDMODULES\":\"\",\"SHELL\":\"\\/bin\\/bash\",\"SHLVL\":\"3\",\"MANPATH\":\":\",\"MODULEPATH\":\"\\/etc\\/scl\\/modulefiles:\\/usr\\/share\\/Modules\\/modulefiles:\\/etc\\/modulefiles:\\/usr\\/share\\/modulefiles\",\"LOGNAME\":\"root\",\"DBUS_SESSION_BUS_ADDRESS\":\"unix:path=\\/run\\/user\\/0\\/bus\",\"XDG_RUNTIME_DIR\":\"\\/run\\/user\\/0\",\"MODULEPATH_modshare\":\"\\/usr\\/share\\/Modules\\/modulefiles:2:\\/etc\\/modulefiles:2:\\/usr\\/share\\/modulefiles:2\",\"PATH\":\"\\/root\\/.local\\/bin:\\/usr\\/share\\/Modules\\/bin:\\/usr\\/local\\/sbin:\\/usr\\/local\\/bin:\\/usr\\/sbin:\\/usr\\/bin:\\/root\\/.dotnet\\/tools:\\/opt\\/ls_tools\",\"DEBUGINFOD_URLS\":\"https:\\/\\/debuginfod.centos.org\\/ \",\"MODULESHOME\":\"\\/usr\\/share\\/Modules\",\"HISTSIZE\":\"200000\",\"HISTFILESIZE\":\"200000\",\"LESSOPEN\":\"||\\/usr\\/bin\\/lesspipe.sh %s\",\"BASH_FUNC_which%%\":\"() { ( alias;\\n eval ${which_declare} ) | \\/usr\\/bin\\/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}\",\"BASH_FUNC_module%%\":\"() { unset _mlshdbg;\\n if [ \\\"${MODULES_SILENT_SHELL_DEBUG:-0}\\\" = '1' ]; then\\n case \\\"$-\\\" in \\n *v*x*)\\n set +vx;\\n _mlshdbg='vx'\\n ;;\\n *v*)\\n set +v;\\n _mlshdbg='v'\\n ;;\\n *x*)\\n set +x;\\n _mlshdbg='x'\\n ;;\\n *)\\n _mlshdbg=''\\n ;;\\n esac;\\n fi;\\n unset _mlre _mlIFS;\\n if [ -n \\\"${IFS+x}\\\" ]; then\\n _mlIFS=$IFS;\\n fi;\\n IFS=' ';\\n for _mlv in ${MODULES_RUN_QUARANTINE:-};\\n do\\n if [ \\\"${_mlv}\\\" = \\\"${_mlv##*[!A-Za-z0-9_]}\\\" -a \\\"${_mlv}\\\" = \\\"${_mlv#[0-9]}\\\" ]; then\\n if [ -n \\\"`eval 'echo ${'$_mlv'+x}'`\\\" ]; then\\n _mlre=\\\"${_mlre:-}${_mlv}_modquar='`eval 'echo ${'$_mlv'}'`' \\\";\\n fi;\\n _mlrv=\\\"MODULES_RUNENV_${_mlv}\\\";\\n _mlre=\\\"${_mlre:-}${_mlv}='`eval 'echo ${'$_mlrv':-}'`' \\\";\\n fi;\\n done;\\n if [ -n \\\"${_mlre:-}\\\" ]; then\\n eval `eval ${_mlre} \\/usr\\/bin\\/tclsh \\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl bash '\\\"$@\\\"'`;\\n else\\n eval `\\/usr\\/bin\\/tclsh \\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl bash \\\"$@\\\"`;\\n fi;\\n _mlstatus=$?;\\n if [ -n \\\"${_mlIFS+x}\\\" ]; then\\n IFS=$_mlIFS;\\n else\\n unset IFS;\\n fi;\\n unset _mlre _mlv _mlrv _mlIFS;\\n if [ -n \\\"${_mlshdbg:-}\\\" ]; then\\n set -$_mlshdbg;\\n fi;\\n unset _mlshdbg;\\n return $_mlstatus\\n}\",\"BASH_FUNC_switchml%%\":\"() { typeset swfound=1;\\n if [ \\\"${MODULES_USE_COMPAT_VERSION:-0}\\\" = '1' ]; then\\n typeset swname='main';\\n if [ -e \\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl ]; then\\n typeset swfound=0;\\n unset MODULES_USE_COMPAT_VERSION;\\n fi;\\n else\\n typeset swname='compatibility';\\n if [ -e \\/usr\\/share\\/Modules\\/libexec\\/modulecmd-compat ]; then\\n typeset swfound=0;\\n MODULES_USE_COMPAT_VERSION=1;\\n export MODULES_USE_COMPAT_VERSION;\\n fi;\\n fi;\\n if [ $swfound -eq 0 ]; then\\n echo \\\"Switching to Modules $swname version\\\";\\n source \\/usr\\/share\\/Modules\\/init\\/bash;\\n else\\n echo \\\"Cannot switch to Modules $swname version, command not found\\\";\\n return 1;\\n fi\\n}\",\"BASH_FUNC_scl%%\":\"() { if [ \\\"$1\\\" = \\\"load\\\" -o \\\"$1\\\" = \\\"unload\\\" ]; then\\n eval \\\"module $@\\\";\\n else\\n \\/usr\\/bin\\/scl \\\"$@\\\";\\n fi\\n}\",\"BASH_FUNC_ml%%\":\"() { module ml \\\"$@\\\"\\n}\",\"PHP_SELF\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"SCRIPT_NAME\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"SCRIPT_FILENAME\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"PATH_TRANSLATED\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"DOCUMENT_ROOT\":\"\",\"REQUEST_TIME_FLOAT\":1753195670.776206,\"REQUEST_TIME\":1753195670,\"argv\":[\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"--update\",\"-manage_server_phpmyadmin\",\"true\"],\"argc\":4}}", "[2025-07-22 14:47:55.127] 1270320:687fa4973903b DEBUG [util_exec] Starting with task-manager: /usr/local/psa/admin/bin/php -f /usr/local/psa/admin/plib/scripts/interface_async_executor.php -- EventListener /usr/local/psa/admin/plib/modules/sslit/library/EventListener.php handleEvent admin, stdin: {\"0\":\"phosting\",\"1\":42,\"2\":\"phys_hosting_update\",\"3\":{\"System User Home\":\"\\/var\\/www\\/vhosts\\/sweet-napier.87-239-18-246.plesk.page\",\"System User\":\"sweet-napier_nacqttfcjw9\",\"System User Password\":\"\",\"System Shell\":\"\\/bin\\/false\",\"Hard Disk Quota\":0,\"SSL Support\":\"true\",\"Web Statistics\":\"webalizer\",\"Apache Error Documents\":\"false\",\"IP Address\":\"87.239.18.246\",\"IPv6 Address\":\"\",\"WWW Root\":\"\\/var\\/www\\/vhosts\\/sweet-napier.87-239-18-246.plesk.page\\/httpdocs\",\"Relative WWW Root\":\"httpdocs\",\"PHP Handler\":\"plesk-php82-fpm\",\"Domain Name\":\"sweet-napier.87-239-18-246.plesk.page\",\"Preferred domain\":\"none\",\"Permanent SEO-safe 301 redirect from HTTP to HTTPS\":true,\"SSI Support\":\"false\",\"PHP Support\":\"true\",\"CGI Support\":\"false\",\"Mod Perl Support\":\"false\",\"Mod Python Support\":\"false\",\"Mod FastCGI Support\":\"true\",\"Domain GUID\":\"8262ef40-bc05-4abb-8149-0cd334477328\",\"Client GUID\":\"0c1e61ad-dd4a-11ee-8c76-525400f9f56e\"},\"4\":{\"System User Home\":\"\\/var\\/www\\/vhosts\\/sweet-napier.87-239-18-246.plesk.page\",\"System User\":\"sweet-napier_nacqttfcjw9\",\"System User Password\":\"******\",\"System Shell\":\"\\/bin\\/false\",\"Hard Disk Quota\":0,\"SSL Support\":\"true\",\"Web Statistics\":\"webalizer\",\"Apache Error Documents\":\"false\",\"IP Address\":\"87.239.18.246\",\"IPv6 Address\":\"\",\"WWW Root\":\"\\/var\\/www\\/vhosts\\/sweet-napier.87-239-18-246.plesk.page\\/httpdocs\",\"Relative WWW Root\":\"httpdocs\",\"PHP Handler\":\"plesk-php82-fpm\",\"Domain Name\":\"sweet-napier.87-239-18-246.plesk.page\",\"Preferred domain\":\"none\",\"Permanent SEO-safe 301 redirect from HTTP to HTTPS\":true,\"SSI Support\":\"false\",\"PHP Support\":\"true\",\"CGI Support\":\"false\",\"Mod Perl Support\":\"false\",\"Mod Python Support\":\"false\",\"Mod FastCGI Support\":\"true\",\"Domain GUID\":\"8262ef40-bc05-4abb-8149-0cd334477328\",\"Client GUID\":\"0c1e61ad-dd4a-11ee-8c76-525400f9f56e\"},\"enableNotifications\":true,\"_SERVER\":{\"SSH_CONNECTION\":\"109.109.128.239 36926 87.239.18.246 2233\",\"MODULES_RUN_QUARANTINE\":\"LD_LIBRARY_PATH LD_PRELOAD\",\"_\":\"\\/usr\\/sbin\\/plesk\",\"LANG\":\"en_US.UTF-8\",\"HISTTIMEFORMAT\":\"[%F %T] \",\"DOTNET_ROOT\":\"\\/usr\\/lib64\\/dotnet\",\"S_COLORS\":\"auto\",\"which_declare\":\"declare -f\",\"XDG_SESSION_ID\":\"339244\",\"MODULES_CMD\":\"\\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl\",\"DOTNET_BUNDLE_EXTRACT_BASE_DIR\":\"\\/root\\/.cache\\/dotnet_bundle_extract\",\"USER\":\"root\",\"PWD\":\"\\/root\",\"HOME\":\"\\/root\",\"SSH_CLIENT\":\"109.109.128.239 36926 2233\",\"HISTFILE\":\"\\/root\\/.bash_eternal_history\",\"LOADEDMODULES\":\"\",\"SHELL\":\"\\/bin\\/bash\",\"SHLVL\":\"3\",\"MANPATH\":\":\",\"MODULEPATH\":\"\\/etc\\/scl\\/modulefiles:\\/usr\\/share\\/Modules\\/modulefiles:\\/etc\\/modulefiles:\\/usr\\/share\\/modulefiles\",\"LOGNAME\":\"root\",\"DBUS_SESSION_BUS_ADDRESS\":\"unix:path=\\/run\\/user\\/0\\/bus\",\"XDG_RUNTIME_DIR\":\"\\/run\\/user\\/0\",\"MODULEPATH_modshare\":\"\\/usr\\/share\\/Modules\\/modulefiles:2:\\/etc\\/modulefiles:2:\\/usr\\/share\\/modulefiles:2\",\"PATH\":\"\\/root\\/.local\\/bin:\\/usr\\/share\\/Modules\\/bin:\\/usr\\/local\\/sbin:\\/usr\\/local\\/bin:\\/usr\\/sbin:\\/usr\\/bin:\\/root\\/.dotnet\\/tools:\\/opt\\/ls_tools\",\"DEBUGINFOD_URLS\":\"https:\\/\\/debuginfod.centos.org\\/ \",\"MODULESHOME\":\"\\/usr\\/share\\/Modules\",\"HISTSIZE\":\"200000\",\"HISTFILESIZE\":\"200000\",\"LESSOPEN\":\"||\\/usr\\/bin\\/lesspipe.sh %s\",\"BASH_FUNC_which%%\":\"() { ( alias;\\n eval ${which_declare} ) | \\/usr\\/bin\\/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}\",\"BASH_FUNC_module%%\":\"() { unset _mlshdbg;\\n if [ \\\"${MODULES_SILENT_SHELL_DEBUG:-0}\\\" = '1' ]; then\\n case \\\"$-\\\" in \\n *v*x*)\\n set +vx;\\n _mlshdbg='vx'\\n ;;\\n *v*)\\n set +v;\\n _mlshdbg='v'\\n ;;\\n *x*)\\n set +x;\\n _mlshdbg='x'\\n ;;\\n *)\\n _mlshdbg=''\\n ;;\\n esac;\\n fi;\\n unset _mlre _mlIFS;\\n if [ -n \\\"${IFS+x}\\\" ]; then\\n _mlIFS=$IFS;\\n fi;\\n IFS=' ';\\n for _mlv in ${MODULES_RUN_QUARANTINE:-};\\n do\\n if [ \\\"${_mlv}\\\" = \\\"${_mlv##*[!A-Za-z0-9_]}\\\" -a \\\"${_mlv}\\\" = \\\"${_mlv#[0-9]}\\\" ]; then\\n if [ -n \\\"`eval 'echo ${'$_mlv'+x}'`\\\" ]; then\\n _mlre=\\\"${_mlre:-}${_mlv}_modquar='`eval 'echo ${'$_mlv'}'`' \\\";\\n fi;\\n _mlrv=\\\"MODULES_RUNENV_${_mlv}\\\";\\n _mlre=\\\"${_mlre:-}${_mlv}='`eval 'echo ${'$_mlrv':-}'`' \\\";\\n fi;\\n done;\\n if [ -n \\\"${_mlre:-}\\\" ]; then\\n eval `eval ${_mlre} \\/usr\\/bin\\/tclsh \\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl bash '\\\"$@\\\"'`;\\n else\\n eval `\\/usr\\/bin\\/tclsh \\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl bash \\\"$@\\\"`;\\n fi;\\n _mlstatus=$?;\\n if [ -n \\\"${_mlIFS+x}\\\" ]; then\\n IFS=$_mlIFS;\\n else\\n unset IFS;\\n fi;\\n unset _mlre _mlv _mlrv _mlIFS;\\n if [ -n \\\"${_mlshdbg:-}\\\" ]; then\\n set -$_mlshdbg;\\n fi;\\n unset _mlshdbg;\\n return $_mlstatus\\n}\",\"BASH_FUNC_switchml%%\":\"() { typeset swfound=1;\\n if [ \\\"${MODULES_USE_COMPAT_VERSION:-0}\\\" = '1' ]; then\\n typeset swname='main';\\n if [ -e \\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl ]; then\\n typeset swfound=0;\\n unset MODULES_USE_COMPAT_VERSION;\\n fi;\\n else\\n typeset swname='compatibility';\\n if [ -e \\/usr\\/share\\/Modules\\/libexec\\/modulecmd-compat ]; then\\n typeset swfound=0;\\n MODULES_USE_COMPAT_VERSION=1;\\n export MODULES_USE_COMPAT_VERSION;\\n fi;\\n fi;\\n if [ $swfound -eq 0 ]; then\\n echo \\\"Switching to Modules $swname version\\\";\\n source \\/usr\\/share\\/Modules\\/init\\/bash;\\n else\\n echo \\\"Cannot switch to Modules $swname version, command not found\\\";\\n return 1;\\n fi\\n}\",\"BASH_FUNC_scl%%\":\"() { if [ \\\"$1\\\" = \\\"load\\\" -o \\\"$1\\\" = \\\"unload\\\" ]; then\\n eval \\\"module $@\\\";\\n else\\n \\/usr\\/bin\\/scl \\\"$@\\\";\\n fi\\n}\",\"BASH_FUNC_ml%%\":\"() { module ml \\\"$@\\\"\\n}\",\"PHP_SELF\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"SCRIPT_NAME\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"SCRIPT_FILENAME\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"PATH_TRANSLATED\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"DOCUMENT_ROOT\":\"\",\"REQUEST_TIME_FLOAT\":1753195670.776206,\"REQUEST_TIME\":1753195670,\"argv\":[\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"--update\",\"-manage_server_phpmyadmin\",\"true\"],\"argc\":4}}", "[2025-07-22 14:47:55.130] 1270320:687fa4973903b DEBUG [util_exec] Starting with task-manager: /usr/local/psa/admin/bin/php -f /usr/local/psa/admin/plib/scripts/interface_async_executor.php -- EventListener /usr/local/psa/admin/plib/modules/traffic-monitor/library/EventListener.php handleEvent admin, stdin: {\"0\":\"phosting\",\"1\":42,\"2\":\"phys_hosting_update\",\"3\":{\"System User Home\":\"\\/var\\/www\\/vhosts\\/sweet-napier.87-239-18-246.plesk.page\",\"System User\":\"sweet-napier_nacqttfcjw9\",\"System User Password\":\"\",\"System Shell\":\"\\/bin\\/false\",\"Hard Disk Quota\":0,\"SSL Support\":\"true\",\"Web Statistics\":\"webalizer\",\"Apache Error Documents\":\"false\",\"IP Address\":\"87.239.18.246\",\"IPv6 Address\":\"\",\"WWW Root\":\"\\/var\\/www\\/vhosts\\/sweet-napier.87-239-18-246.plesk.page\\/httpdocs\",\"Relative WWW Root\":\"httpdocs\",\"PHP Handler\":\"plesk-php82-fpm\",\"Domain Name\":\"sweet-napier.87-239-18-246.plesk.page\",\"Preferred domain\":\"none\",\"Permanent SEO-safe 301 redirect from HTTP to HTTPS\":true,\"SSI Support\":\"false\",\"PHP Support\":\"true\",\"CGI Support\":\"false\",\"Mod Perl Support\":\"false\",\"Mod Python Support\":\"false\",\"Mod FastCGI Support\":\"true\",\"Domain GUID\":\"8262ef40-bc05-4abb-8149-0cd334477328\",\"Client GUID\":\"0c1e61ad-dd4a-11ee-8c76-525400f9f56e\"},\"4\":{\"System User Home\":\"\\/var\\/www\\/vhosts\\/sweet-napier.87-239-18-246.plesk.page\",\"System User\":\"sweet-napier_nacqttfcjw9\",\"System User Password\":\"******\",\"System Shell\":\"\\/bin\\/false\",\"Hard Disk Quota\":0,\"SSL Support\":\"true\",\"Web Statistics\":\"webalizer\",\"Apache Error Documents\":\"false\",\"IP Address\":\"87.239.18.246\",\"IPv6 Address\":\"\",\"WWW Root\":\"\\/var\\/www\\/vhosts\\/sweet-napier.87-239-18-246.plesk.page\\/httpdocs\",\"Relative WWW Root\":\"httpdocs\",\"PHP Handler\":\"plesk-php82-fpm\",\"Domain Name\":\"sweet-napier.87-239-18-246.plesk.page\",\"Preferred domain\":\"none\",\"Permanent SEO-safe 301 redirect from HTTP to HTTPS\":true,\"SSI Support\":\"false\",\"PHP Support\":\"true\",\"CGI Support\":\"false\",\"Mod Perl Support\":\"false\",\"Mod Python Support\":\"false\",\"Mod FastCGI Support\":\"true\",\"Domain GUID\":\"8262ef40-bc05-4abb-8149-0cd334477328\",\"Client GUID\":\"0c1e61ad-dd4a-11ee-8c76-525400f9f56e\"},\"enableNotifications\":true,\"_SERVER\":{\"SSH_CONNECTION\":\"109.109.128.239 36926 87.239.18.246 2233\",\"MODULES_RUN_QUARANTINE\":\"LD_LIBRARY_PATH LD_PRELOAD\",\"_\":\"\\/usr\\/sbin\\/plesk\",\"LANG\":\"en_US.UTF-8\",\"HISTTIMEFORMAT\":\"[%F %T] \",\"DOTNET_ROOT\":\"\\/usr\\/lib64\\/dotnet\",\"S_COLORS\":\"auto\",\"which_declare\":\"declare -f\",\"XDG_SESSION_ID\":\"339244\",\"MODULES_CMD\":\"\\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl\",\"DOTNET_BUNDLE_EXTRACT_BASE_DIR\":\"\\/root\\/.cache\\/dotnet_bundle_extract\",\"USER\":\"root\",\"PWD\":\"\\/root\",\"HOME\":\"\\/root\",\"SSH_CLIENT\":\"109.109.128.239 36926 2233\",\"HISTFILE\":\"\\/root\\/.bash_eternal_history\",\"LOADEDMODULES\":\"\",\"SHELL\":\"\\/bin\\/bash\",\"SHLVL\":\"3\",\"MANPATH\":\":\",\"MODULEPATH\":\"\\/etc\\/scl\\/modulefiles:\\/usr\\/share\\/Modules\\/modulefiles:\\/etc\\/modulefiles:\\/usr\\/share\\/modulefiles\",\"LOGNAME\":\"root\",\"DBUS_SESSION_BUS_ADDRESS\":\"unix:path=\\/run\\/user\\/0\\/bus\",\"XDG_RUNTIME_DIR\":\"\\/run\\/user\\/0\",\"MODULEPATH_modshare\":\"\\/usr\\/share\\/Modules\\/modulefiles:2:\\/etc\\/modulefiles:2:\\/usr\\/share\\/modulefiles:2\",\"PATH\":\"\\/root\\/.local\\/bin:\\/usr\\/share\\/Modules\\/bin:\\/usr\\/local\\/sbin:\\/usr\\/local\\/bin:\\/usr\\/sbin:\\/usr\\/bin:\\/root\\/.dotnet\\/tools:\\/opt\\/ls_tools\",\"DEBUGINFOD_URLS\":\"https:\\/\\/debuginfod.centos.org\\/ \",\"MODULESHOME\":\"\\/usr\\/share\\/Modules\",\"HISTSIZE\":\"200000\",\"HISTFILESIZE\":\"200000\",\"LESSOPEN\":\"||\\/usr\\/bin\\/lesspipe.sh %s\",\"BASH_FUNC_which%%\":\"() { ( alias;\\n eval ${which_declare} ) | \\/usr\\/bin\\/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}\",\"BASH_FUNC_module%%\":\"() { unset _mlshdbg;\\n if [ \\\"${MODULES_SILENT_SHELL_DEBUG:-0}\\\" = '1' ]; then\\n case \\\"$-\\\" in \\n *v*x*)\\n set +vx;\\n _mlshdbg='vx'\\n ;;\\n *v*)\\n set +v;\\n _mlshdbg='v'\\n ;;\\n *x*)\\n set +x;\\n _mlshdbg='x'\\n ;;\\n *)\\n _mlshdbg=''\\n ;;\\n esac;\\n fi;\\n unset _mlre _mlIFS;\\n if [ -n \\\"${IFS+x}\\\" ]; then\\n _mlIFS=$IFS;\\n fi;\\n IFS=' ';\\n for _mlv in ${MODULES_RUN_QUARANTINE:-};\\n do\\n if [ \\\"${_mlv}\\\" = \\\"${_mlv##*[!A-Za-z0-9_]}\\\" -a \\\"${_mlv}\\\" = \\\"${_mlv#[0-9]}\\\" ]; then\\n if [ -n \\\"`eval 'echo ${'$_mlv'+x}'`\\\" ]; then\\n _mlre=\\\"${_mlre:-}${_mlv}_modquar='`eval 'echo ${'$_mlv'}'`' \\\";\\n fi;\\n _mlrv=\\\"MODULES_RUNENV_${_mlv}\\\";\\n _mlre=\\\"${_mlre:-}${_mlv}='`eval 'echo ${'$_mlrv':-}'`' \\\";\\n fi;\\n done;\\n if [ -n \\\"${_mlre:-}\\\" ]; then\\n eval `eval ${_mlre} \\/usr\\/bin\\/tclsh \\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl bash '\\\"$@\\\"'`;\\n else\\n eval `\\/usr\\/bin\\/tclsh \\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl bash \\\"$@\\\"`;\\n fi;\\n _mlstatus=$?;\\n if [ -n \\\"${_mlIFS+x}\\\" ]; then\\n IFS=$_mlIFS;\\n else\\n unset IFS;\\n fi;\\n unset _mlre _mlv _mlrv _mlIFS;\\n if [ -n \\\"${_mlshdbg:-}\\\" ]; then\\n set -$_mlshdbg;\\n fi;\\n unset _mlshdbg;\\n return $_mlstatus\\n}\",\"BASH_FUNC_switchml%%\":\"() { typeset swfound=1;\\n if [ \\\"${MODULES_USE_COMPAT_VERSION:-0}\\\" = '1' ]; then\\n typeset swname='main';\\n if [ -e \\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl ]; then\\n typeset swfound=0;\\n unset MODULES_USE_COMPAT_VERSION;\\n fi;\\n else\\n typeset swname='compatibility';\\n if [ -e \\/usr\\/share\\/Modules\\/libexec\\/modulecmd-compat ]; then\\n typeset swfound=0;\\n MODULES_USE_COMPAT_VERSION=1;\\n export MODULES_USE_COMPAT_VERSION;\\n fi;\\n fi;\\n if [ $swfound -eq 0 ]; then\\n echo \\\"Switching to Modules $swname version\\\";\\n source \\/usr\\/share\\/Modules\\/init\\/bash;\\n else\\n echo \\\"Cannot switch to Modules $swname version, command not found\\\";\\n return 1;\\n fi\\n}\",\"BASH_FUNC_scl%%\":\"() { if [ \\\"$1\\\" = \\\"load\\\" -o \\\"$1\\\" = \\\"unload\\\" ]; then\\n eval \\\"module $@\\\";\\n else\\n \\/usr\\/bin\\/scl \\\"$@\\\";\\n fi\\n}\",\"BASH_FUNC_ml%%\":\"() { module ml \\\"$@\\\"\\n}\",\"PHP_SELF\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"SCRIPT_NAME\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"SCRIPT_FILENAME\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"PATH_TRANSLATED\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"DOCUMENT_ROOT\":\"\",\"REQUEST_TIME_FLOAT\":1753195670.776206,\"REQUEST_TIME\":1753195670,\"argv\":[\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"--update\",\"-manage_server_phpmyadmin\",\"true\"],\"argc\":4}}", "[2025-07-22 14:47:55.134] 1270320:687fa4973903b DEBUG [util_exec] Starting with task-manager: /usr/local/psa/admin/bin/php -f /usr/local/psa/admin/plib/scripts/interface_async_executor.php -- EventListener /usr/local/psa/admin/plib/modules/wp-toolkit/library/EventListener.php handleEvent admin, stdin: {\"0\":\"phosting\",\"1\":42,\"2\":\"phys_hosting_update\",\"3\":{\"System User Home\":\"\\/var\\/www\\/vhosts\\/sweet-napier.87-239-18-246.plesk.page\",\"System User\":\"sweet-napier_nacqttfcjw9\",\"System User Password\":\"\",\"System Shell\":\"\\/bin\\/false\",\"Hard Disk Quota\":0,\"SSL Support\":\"true\",\"Web Statistics\":\"webalizer\",\"Apache Error Documents\":\"false\",\"IP Address\":\"87.239.18.246\",\"IPv6 Address\":\"\",\"WWW Root\":\"\\/var\\/www\\/vhosts\\/sweet-napier.87-239-18-246.plesk.page\\/httpdocs\",\"Relative WWW Root\":\"httpdocs\",\"PHP Handler\":\"plesk-php82-fpm\",\"Domain Name\":\"sweet-napier.87-239-18-246.plesk.page\",\"Preferred domain\":\"none\",\"Permanent SEO-safe 301 redirect from HTTP to HTTPS\":true,\"SSI Support\":\"false\",\"PHP Support\":\"true\",\"CGI Support\":\"false\",\"Mod Perl Support\":\"false\",\"Mod Python Support\":\"false\",\"Mod FastCGI Support\":\"true\",\"Domain GUID\":\"8262ef40-bc05-4abb-8149-0cd334477328\",\"Client GUID\":\"0c1e61ad-dd4a-11ee-8c76-525400f9f56e\"},\"4\":{\"System User Home\":\"\\/var\\/www\\/vhosts\\/sweet-napier.87-239-18-246.plesk.page\",\"System User\":\"sweet-napier_nacqttfcjw9\",\"System User Password\":\"******\",\"System Shell\":\"\\/bin\\/false\",\"Hard Disk Quota\":0,\"SSL Support\":\"true\",\"Web Statistics\":\"webalizer\",\"Apache Error Documents\":\"false\",\"IP Address\":\"87.239.18.246\",\"IPv6 Address\":\"\",\"WWW Root\":\"\\/var\\/www\\/vhosts\\/sweet-napier.87-239-18-246.plesk.page\\/httpdocs\",\"Relative WWW Root\":\"httpdocs\",\"PHP Handler\":\"plesk-php82-fpm\",\"Domain Name\":\"sweet-napier.87-239-18-246.plesk.page\",\"Preferred domain\":\"none\",\"Permanent SEO-safe 301 redirect from HTTP to HTTPS\":true,\"SSI Support\":\"false\",\"PHP Support\":\"true\",\"CGI Support\":\"false\",\"Mod Perl Support\":\"false\",\"Mod Python Support\":\"false\",\"Mod FastCGI Support\":\"true\",\"Domain GUID\":\"8262ef40-bc05-4abb-8149-0cd334477328\",\"Client GUID\":\"0c1e61ad-dd4a-11ee-8c76-525400f9f56e\"},\"enableNotifications\":true,\"_SERVER\":{\"SSH_CONNECTION\":\"109.109.128.239 36926 87.239.18.246 2233\",\"MODULES_RUN_QUARANTINE\":\"LD_LIBRARY_PATH LD_PRELOAD\",\"_\":\"\\/usr\\/sbin\\/plesk\",\"LANG\":\"en_US.UTF-8\",\"HISTTIMEFORMAT\":\"[%F %T] \",\"DOTNET_ROOT\":\"\\/usr\\/lib64\\/dotnet\",\"S_COLORS\":\"auto\",\"which_declare\":\"declare -f\",\"XDG_SESSION_ID\":\"339244\",\"MODULES_CMD\":\"\\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl\",\"DOTNET_BUNDLE_EXTRACT_BASE_DIR\":\"\\/root\\/.cache\\/dotnet_bundle_extract\",\"USER\":\"root\",\"PWD\":\"\\/root\",\"HOME\":\"\\/root\",\"SSH_CLIENT\":\"109.109.128.239 36926 2233\",\"HISTFILE\":\"\\/root\\/.bash_eternal_history\",\"LOADEDMODULES\":\"\",\"SHELL\":\"\\/bin\\/bash\",\"SHLVL\":\"3\",\"MANPATH\":\":\",\"MODULEPATH\":\"\\/etc\\/scl\\/modulefiles:\\/usr\\/share\\/Modules\\/modulefiles:\\/etc\\/modulefiles:\\/usr\\/share\\/modulefiles\",\"LOGNAME\":\"root\",\"DBUS_SESSION_BUS_ADDRESS\":\"unix:path=\\/run\\/user\\/0\\/bus\",\"XDG_RUNTIME_DIR\":\"\\/run\\/user\\/0\",\"MODULEPATH_modshare\":\"\\/usr\\/share\\/Modules\\/modulefiles:2:\\/etc\\/modulefiles:2:\\/usr\\/share\\/modulefiles:2\",\"PATH\":\"\\/root\\/.local\\/bin:\\/usr\\/share\\/Modules\\/bin:\\/usr\\/local\\/sbin:\\/usr\\/local\\/bin:\\/usr\\/sbin:\\/usr\\/bin:\\/root\\/.dotnet\\/tools:\\/opt\\/ls_tools\",\"DEBUGINFOD_URLS\":\"https:\\/\\/debuginfod.centos.org\\/ \",\"MODULESHOME\":\"\\/usr\\/share\\/Modules\",\"HISTSIZE\":\"200000\",\"HISTFILESIZE\":\"200000\",\"LESSOPEN\":\"||\\/usr\\/bin\\/lesspipe.sh %s\",\"BASH_FUNC_which%%\":\"() { ( alias;\\n eval ${which_declare} ) | \\/usr\\/bin\\/which --tty-only --read-alias --read-functions --show-tilde --show-dot $@\\n}\",\"BASH_FUNC_module%%\":\"() { unset _mlshdbg;\\n if [ \\\"${MODULES_SILENT_SHELL_DEBUG:-0}\\\" = '1' ]; then\\n case \\\"$-\\\" in \\n *v*x*)\\n set +vx;\\n _mlshdbg='vx'\\n ;;\\n *v*)\\n set +v;\\n _mlshdbg='v'\\n ;;\\n *x*)\\n set +x;\\n _mlshdbg='x'\\n ;;\\n *)\\n _mlshdbg=''\\n ;;\\n esac;\\n fi;\\n unset _mlre _mlIFS;\\n if [ -n \\\"${IFS+x}\\\" ]; then\\n _mlIFS=$IFS;\\n fi;\\n IFS=' ';\\n for _mlv in ${MODULES_RUN_QUARANTINE:-};\\n do\\n if [ \\\"${_mlv}\\\" = \\\"${_mlv##*[!A-Za-z0-9_]}\\\" -a \\\"${_mlv}\\\" = \\\"${_mlv#[0-9]}\\\" ]; then\\n if [ -n \\\"`eval 'echo ${'$_mlv'+x}'`\\\" ]; then\\n _mlre=\\\"${_mlre:-}${_mlv}_modquar='`eval 'echo ${'$_mlv'}'`' \\\";\\n fi;\\n _mlrv=\\\"MODULES_RUNENV_${_mlv}\\\";\\n _mlre=\\\"${_mlre:-}${_mlv}='`eval 'echo ${'$_mlrv':-}'`' \\\";\\n fi;\\n done;\\n if [ -n \\\"${_mlre:-}\\\" ]; then\\n eval `eval ${_mlre} \\/usr\\/bin\\/tclsh \\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl bash '\\\"$@\\\"'`;\\n else\\n eval `\\/usr\\/bin\\/tclsh \\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl bash \\\"$@\\\"`;\\n fi;\\n _mlstatus=$?;\\n if [ -n \\\"${_mlIFS+x}\\\" ]; then\\n IFS=$_mlIFS;\\n else\\n unset IFS;\\n fi;\\n unset _mlre _mlv _mlrv _mlIFS;\\n if [ -n \\\"${_mlshdbg:-}\\\" ]; then\\n set -$_mlshdbg;\\n fi;\\n unset _mlshdbg;\\n return $_mlstatus\\n}\",\"BASH_FUNC_switchml%%\":\"() { typeset swfound=1;\\n if [ \\\"${MODULES_USE_COMPAT_VERSION:-0}\\\" = '1' ]; then\\n typeset swname='main';\\n if [ -e \\/usr\\/share\\/Modules\\/libexec\\/modulecmd.tcl ]; then\\n typeset swfound=0;\\n unset MODULES_USE_COMPAT_VERSION;\\n fi;\\n else\\n typeset swname='compatibility';\\n if [ -e \\/usr\\/share\\/Modules\\/libexec\\/modulecmd-compat ]; then\\n typeset swfound=0;\\n MODULES_USE_COMPAT_VERSION=1;\\n export MODULES_USE_COMPAT_VERSION;\\n fi;\\n fi;\\n if [ $swfound -eq 0 ]; then\\n echo \\\"Switching to Modules $swname version\\\";\\n source \\/usr\\/share\\/Modules\\/init\\/bash;\\n else\\n echo \\\"Cannot switch to Modules $swname version, command not found\\\";\\n return 1;\\n fi\\n}\",\"BASH_FUNC_scl%%\":\"() { if [ \\\"$1\\\" = \\\"load\\\" -o \\\"$1\\\" = \\\"unload\\\" ]; then\\n eval \\\"module $@\\\";\\n else\\n \\/usr\\/bin\\/scl \\\"$@\\\";\\n fi\\n}\",\"BASH_FUNC_ml%%\":\"() { module ml \\\"$@\\\"\\n}\",\"PHP_SELF\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"SCRIPT_NAME\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"SCRIPT_FILENAME\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"PATH_TRANSLATED\":\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"DOCUMENT_ROOT\":\"\",\"REQUEST_TIME_FLOAT\":1753195670.776206,\"REQUEST_TIME\":1753195670,\"argv\":[\"\\/usr\\/local\\/psa\\/bin\\/admin\",\"--update\",\"-manage_server_phpmyadmin\",\"true\"],\"argc\":4}}" ] |
| stdout |
SUCCESS: Administrator's preferences are successfully updated |
| stdout_lines |
[ "SUCCESS: Administrator's preferences are successfully updated" ] |