Username:
TITLE
XML API returns an error when changing a website's document root on Windows-servers
PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE
Plesk Obsidian 18.0.49 and up
PROBLEM DESCRIPTION
Since Plesk Obsidian 18.0.49, the XML API always returns an error when changing a...
I'm in the process of creating an piece of code that talks with Plesk's Key Administrator Partner API version 3.0. However, the test URL https://ka.demo.plesk.com:7050/jsonrest/business-partner/30/keys/ always returns 401 unauthorized:
{"code":"401","type":"6011","message":"The request requires...
Figured it out, I have to reconfigure the default settings, with `.default` added to the parameters in `panel.ini`:
settings.fastCgi.maxInstances.default=10
settings.fastCgi.instanceMaxRequests.default=10000
settings.fastCgi.activityTimeout.default=89
settings.fastCgi.requestTimeout.default=180...
I'm currently using Plesk Obsidian PANEL_18_0_40_WIN. In Plesk Obsidian's docs we find:
Following the documentation, I set into my panel.ini file:
[php]
settings.performance.memory_limit=512
settings.fastCgi.maxInstances=10
settings.fastCgi.instanceMaxRequests=10000...