Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
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...