Hello,
We use (cPanel API 2) to create, delete and change accounts on our server.
I have the following scenario:
When a user already exists on the server, a new account with a similar domain is not created.
Example:
Existing account: domainname1.com - user: domainna
New account: domainname2.com - user: domainna
Note: So far, so good.
The problem is that the API is in a loop trying to create the account, and through the error log, we see the API working 24 hours a day, taking up server resources.
How can I interrupt the loop? I cannot delete the account, it is automatically recreated.
I appreciate the help
Ricardo Lobo
We use (cPanel API 2) to create, delete and change accounts on our server.
I have the following scenario:
When a user already exists on the server, a new account with a similar domain is not created.
Example:
Existing account: domainname1.com - user: domainna
New account: domainname2.com - user: domainna
Note: So far, so good.
The problem is that the API is in a loop trying to create the account, and through the error log, we see the API working 24 hours a day, taking up server resources.
How can I interrupt the loop? I cannot delete the account, it is automatically recreated.
I appreciate the help
Ricardo Lobo