• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue File Check scans every domain separately instead of checking unique vhost directories

Azurel

Silver Pleskian
Server operating system version
AlmaLinux 8.10
Plesk version and microupdate number
18.0.80#1
I noticed that the (Repair) File Check feature scans every single domain individually, even if multiple domains point to the same vhost directory.

For example, I have several domains configured to use the same document root/vhost folder. The File Check runs the same scan multiple times for the identical files. Instead of taking a few minutes, the process can take several hours depending on the number of domains.

Example:

domain.com => /var/www/vhosts/domain.com
domain.de => /var/www/vhosts/domain.com
domain.es => /var/www/vhosts/domain.com
domain.fr => /var/www/vhosts/domain.com
and so on.

It would be much more efficient if File Check would detect identical document roots and scan each unique vhost directory only once, then associate the results with all domains using that directory.
 
I would really appreciate this optimization being considered. In my case, the affected vhost contains several million files, so running the File Check once per domain makes the process extremely slow. Scanning each unique vhost directory only once would make a huge difference.
 
Hi, @Azurel . The Repair File Check currently performs the check on a per-domain basis, rather than treating the document root itself. So, that's somehow expected behavior. Nevertheless, your point sounds legit to me, and I will double-check with our team if there's ground for improvement, how complicated that change will be, and whether it is justifiable. I will update you as soon as I get more details.
 
@Azurel , I just wanted to inform you that our team agreed that the behavior could be improved and we created internal task (PPP-72696). I cannot provide any ETA as of the moment, but I will follow up as soon as there's any update.
 
@Azurel , I am glad to inform you that the fix for this behavior is ready and will be published soon (likely in 18.0.81). Once released, the checks related to the document root will be run once in case several domains reuse the same document root The information related to the checks will be displayed only once for the first domain which uses the document root.
Thank you for bringing our attention to the issue and helping our team improve Plesk.
 
Back
Top