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

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