Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
We value your experience with Plesk during 2025 Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025. Please take this short survey: https://survey.webpros.com/
On Plesk for Linux mod_status is disabled on upgrades to improve Apache security. This is a one-time operation that occurs during an upgrade. You can manually enable mod_status later if needed.
This doesn't work, cronjobs are still recreated.
[ext-wp-toolkit]
wpCronDisablingMaintenance = true
Disabling or re-schedudling (i.e. once a year) the cronjobs doesn't work either, wp-toolkit will enable the jobs again or create a new one. Sometimes even multiple cronjobs for one site. I've a...
Yes, I know, but I don't the toolkit re-created the task automatically. I disable the wp-cron default with the installation of WordPress and I've a wp-cli script that runs the cron for each site 2 times an hour without further configuration. This worked fine until the option to disable the...
When you disable the wp-cron in the wp-toolkit, there is also a scheduled task generated to execute the system cron. Is it possible to disable the automatic creation of this task?
I've my own system cron running and don't need/want these tasks.
What does this variable do: 'useShiftCronUpdateTask'?
When you disable the WordPress cron in the WordPress toolkit, a new task is added which calls "httpdocs/wp-cron.php" on set times. For a multisite wp-cron.php only executes the cronjobs of the mainsite, the cronjobs of the subsites are not executed.
A subscription, example.com, uses an external mailservice like Office 365, and there are mails sent through contact/order forms on the website.
How can I get DKIM working in this situation for mails sent through contact/order forms on the website?
I cannot enable the mailservice because mail...
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE:
WordPress Toolkit 3.5.0 >
PROBLEM DESCRIPTION:
WordPress plugin/theme cron events are executed through WP-CLI, cron event is removed after executing and reporting status is success, but the plugin/theme "do_action" is actually never excuted...
Hello,
How can I add additional packages to wp-cli which must be available for all users?
I've tried:
1. /usr/local/psa/admin/plib/modules/wp-toolkit/vendor/wp-cli/wp-cli/bin/wp package install wp-cli/doctor-command --allow-root
Error: Unable to locate configuration path...
Thanks.
What to do with the last message, "SELinux is preventing /usr/sbin/postalias from read access on the file /etc/postfix/main.cf"?
Can you tell me when I've to generate a local policy module for a "Sealert" message en when not?
After "yum reinstall psa-selinux", sealert gives the following messages:
SELinux is preventing /usr/sbin/setfiles from getattr access on the file /usr/local/psa/admin/sbin/deployer;58d2c8ee.
SELinux is preventing /usr/sbin/setfiles from relabelto access on the file...
Hello,
I found these messages on a CentOS 7.4.1708 server with Plesk Onyx Versie 17.5.3. Do I need to create local policy modules to allow this access?
SELinux is preventing /var/cache/parallels_installer/parallels_installer_CentOS_7_x86_64_3.21.2 from unlink access on the file...
Thanks Kees,
This worked for me: yum downgrade mysql-libs mysql mysql-server.
After that I upgraded to MySQL 5.6, see https://support.plesk.com/hc/en-us/articles/213403429-How-to-upgrade-MySQL-5-5-to-5-6 (Not necessary to solve the problem)
Same issue after update to mysql-server-5.5.54-36.x86_64 on Plesk Onyx. Solution mentioned by SBDavid is not working.
my.cnf has entry socket=/var/lib/mysql/mysql.sock
/usr/local/psa/admin/conf/php.ini has no entry, adding "socket=/var/lib/mysql/mysql.sock" doesn't help.
There is no mysql.sock...
Hello,
I'am seeing a lot of these messages in audit.log of a CentOS 6.8 with Plesk Onyx 17.0.17 Update #15:
1. SELinux is preventing /opt/plesk/php/7.1/bin/php-cgi from search access on the directory /sys
2. SELinux is preventing /opt/plesk/php/7.1/bin/php-cgi from name_connect access on the...
The security context of the xferlog is not correct:
-rw-r-----. 1 system_u:eek:bject_r:cron_log_t:s0 root root 0 May 3 03:07 xferlog
Should be:
-rw-r-----. 1 system_u:eek:bject_r:var_log_t:s0 root root 22279 May 3 19:05 xferlog
Run /sbin/restorecon /var/log/plesk/xferlog...