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