Curl request from clint to server blocking other http requests on server

Viewed 21

I have curl API which deletes or makes domain accept HTTPS requests on the server (Ubuntu server).

`curl -X PATCH http://servers:8091/api/domains/ -d 
 token=***=https&domain=somedomain.comi&subdomain=' -o _1`

During curl request execution, the remote server stops accepting other http requests. For e.g. I have domain.com and all wp-files of that domain located on the server, if I execute curl script my domain.com stops loading (Internal Server Error). All other times page loads perfectly.

Not sure where to check, Overall server health is ok (load are memory) I know there is no issue with curl api, because it's been used for many years, but there is definitely some issue with the server or server network.

Any suggestions are welcome

0 Answers
Related