• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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