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.
Actually I found the way to make it work - perfectly working with Plesk Onyx - content of the .ftpaccess file:
<Limit ALL>
Order allow, deny
Allow from 127.0.0.1
Allow from IP1
Allow from IP2
Allow from IP3
DenyAll
</Limit>
and in case you want to set the non-www domain as preferred, such as domain.tld (and not www.domain.tld), you have to use property non-www:
<property>
<name>seo-redirect</name>
<value>non-www</value>
</property>
That's exactly what I'm trying to do, but it's stuck on readiness check with following error message:
Check Component Dependency
We found conflicting component dependencies. Hide detail
For additional assistance, see component dependency help .
There's no other details.
What might the issue...
Hi,
I have installed a Ruby on Rails app within Plesk Onyx 17.5.3 (on CentOS 7) - successful, thanks to the Plesk Ruby extension.
When I'm into Plesk admin UI, I can execute the rake task within the selected env. and version of Ruby. This works pretty well.
Nevertheless, I wish to run some...
Thx - just to mention it has got even worst now with COMODO. Had to switch to Atomic.
See mod_security2: Failed to write to DBM file "/var/cache/modsecurity/ip": Invalid argument
BTW - in the link above, there's a link to GitHub - SpiderLabs/modsec-sdbm-util: Utility to manipulate SDBM files...
Thx for this helpful feedback. Nevertheless, in Web Application Firewall (ModSecurity) it is mentionned that "Plesk will install its own ModSecurity package". Therefore, can you please indicate which version of modsec is being shipped with latest Plesk Onyx 17.5.3 Update #24?
Hi @UFHH01 ,
Thx for your feedback - I've even commented the post in regards to Centos 7.4 last Monday as I did a successful upgrade.
But, please, note that the size of /var/cache/modsecurity/ip.pag was already huge prior to last Monday - I checked a backup. Therefore, it's not a bug related to...
Same issue here with Centos 7.4 - after a couple of weeks, /var/cache/modsecurity/ip.pag size is 12G !!! Clearly an issue when using Comodo rules.
thx for the daily script to clear the /var/cache/modsecurity/ip.pag file.
Thx for this very useful answer Peter!
I can confirm the FTP server I'm using has a limit of 6 concurrent connections - therefore I've set Plesk to run a maximum of 6 backup processes at a time.
Moreover, as mentionned, the issue here is that the files are being generated and copied to the FTP...
TITLE:
Scheduled backup via FTP - error message
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE:
Plesk 17.5, CentOs 7.3
PROBLEM DESCRIPTION:
All of my Scheduled backup using FTP report an error each time they're being executed:
Unable to access to the storage: Transport error: unable to list...
Same here on a fresh Plesk Ony 17.5.3 on Centos 7.3. Add also to do this to make it work:
ln -s /var/run/plesk-php56-fpm.pid /var/run/php-fpm/php-fpm.pid
(depends of course which version of PHP you use the most via PHP-FPM - in this case 5.6)
Hi Peter,
Had exactly the same issue with 2 subscriptions while migrating from a Plesk 12.5.30, CentOS 7.1, 64-Bit server to a Plesk Onyx 17.5, CentOS 7.3, 64-Bit.
Any feedback from Plesk on that?
I've the same problem on a clean Centos 7.3 install with Plesk Onyx 17.5.3 #4.
I also have seen this Watchdog shows PHP-FPM (FastCGI Process Manager) service as down
But it doesn't help for Centos. Any idea on how to fix this?
I ended up adding a 61-saupdate-heinleinsupport-rules text file (chmod 755) in the /etc/cron.daily directory with the below content:
#!/bin/sh
/usr/bin/sa-update --nogpg --channel spamassassin.heinlein-support.de > /dev/null 2>&1
env PATH=/opt/psa/admin/sbin:/usr/local/psa/admin/sbin:$PATH...
Hi,
OS CentOS Linux 7.1.1503 (Core)
Plesk version 12.5.30 Update #30
Is it possible to update MySQL to version 5.6 in order to install Magento 2.x from the application list?
At the moment, it shows the following error:
The app requires the mysql database server version 5.6 or later.
I found...
Hi,
I encountered the same problem and I confirm that it concerns broken installation or outdated version of WP.
My only concern is that from the WordPress Toolkit end-user interface, there's no indication of the full path where the installation has been detected for such case. Therefore, it's...