• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

lib64 directory in all vhosts?

deltatech

Regular Pleskian
Is this normal for plesk 10 to have a lib64 directory within each virtual host directory?

I have this for each domain

/var/www/vhosts/mydomain.com/lib64/
/var/www/vhosts/mydomain.com/lib/
/var/www/vhosts/mydomain.com/libexec/

The first two have many files in each and libexec is empty.

If this is normal, can anyone tell me what this is for?
 
It looks like that is it included to your default vhosts skeleton.
 
I never put it there intentionally. Is this something put here by plesk or maybe something I stupidly did on my own?

Does plesk need this or can I go remove all of them?

I just looked in /var/www/vhosts/default and those directories do not exist there. Only thing in the default directory is cgi-bin, error_docs and httpdocs

I am trying to figure out if plesk did this or if it is even valid.
 
ah, here is a clue. /var/www/vhosts/chroot has all these directories along with bin, dev, etc, tmp, usr, and var. It seems that these are being copied to the virtual host directory for most domains.
 
that's definetly a bug - we've the same issue on a fresh copy of centos 6.0

Code:
> first boot
> yum update
> wget -O - [url]https://autoinstall.plesk.com/one-click-installer[/url] | sh


screenshot (SFTP):
 

Attachments

  • screenshot_.png
    screenshot_.png
    21.1 KB · Views: 10
Last edited:
Back
Top