Answer the question
In order to leave comments, you need to log in
How to handle "upstream timed out (110: Connection timed out)" error in nginx?
Greetings. the essence is that:
The sheaf nginx+php-fpm works.
trying to get data from our domain controller using OpenLdap
$ldap = ldap_connect($ldaphost,$ldapport) or die("Cant connect to LDAP Server");
ldap_set_option($ldap, LDAP_OPT_PROTOCOL_VERSION, 3); //Включаем LDAP протокол версии 3
if ($ldap)
{
$bind = ldap_bind($ldap,$login,$password);
}
[error] 32059#0: *3002 upstream timed out (110: Connection timed out) while reading response header from upstream
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question