• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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