• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Why is Plesk 10.1 and the latest API not in sync with each others features?

E

eli007

Guest
I'm getting frustrated with the lack of support people are getting with the Plesk API


I have a few questions and concerns that I hope someone will be kind enough to answer.

Why is it that in the Control Panel when making a new sub domain the domain is made in the root folder with full read/write permissions but when a sub domain is created using the API the subdomain is created in /subdomains folder with NO read/write capabilities OR the correct folder structure used by the Control Panel when a sub domain is created thru it.

subdomain created via API with permissions
------------------------------
Code:
/subdomains/ - fle (0755)
    | test - fle (0755)   
        | conf - 0750
        | error_docs - 0750
        | cgi-bin - flcdmpe (0750)
subdomains created via Control Panel with permissions
------------------------------------------
Code:
/test/ - flcdmpe (0750)
    | mt_images - flcdmpe (0755)
    | index.html - adfrw (0755)
There is a big difference in folder contents and permissions
 
Back
Top