• 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.

Resolved Plesk Api multiple query 502 error

Goksel

New Pleskian
Hi,

I am working on plesk php api. I am adding subscription. There is no problem in this actions. When I was calling multiple query at the same time. Second query is make unsuccessful. Server sending 502 gateway error. I think; plesk api dont process multiple task. I want to make hosting creator. My customers will create own hosting on my customer panel. So I need multiple process at the same time. How i solve this problem ? May be queue etc.
 
My old system; Plesk api scripts and sites(hosts) are on same server. Therefore: When Api send request (add subscriptions etc.) Server sends response 502 error. Because, Plesk restarts apache to after add subscriptions.This interruption is create problem on second query. I seperated plesk api script host. This problem solved.
 
Back
Top