error 503 after restore users

nservices

Verified User
Joined
Dec 11, 2008
Messages
301
Hi,
some times, with php-fpm we got error 503 after restore users from backup
so we need to do this steps:
1. remove existing user
2. restore user from backup
3. now we getting error 503 until we do rewrite_confs
and it's solve it, the question is how can we avoid that?

Regards,
 
Hello,

Do you use nginx+apache and php-fpm?

If so, then it should be fixed in a pre-release binaries of Directadmin (compiled after 2/13/2019)
 
it's happen in few servers
most of them are Apache + PHP-FPM

without nginx

Regards,
 
I suspect PHP-FPM does not properly restart after an user import. Check Apache error logs for a specific domain, it might say it can not connect to a PHP-FPM socket.
 
OK, in some times php-fpm restart solve it, but it's happen in many diff servers
any "Systemic solution"?
 
Any chance you try the solution mentioned by me in the post #2 and see whether or not it is already solved?
 
Back
Top