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