• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Resolved mysqli - Cannot assign requested address between two server

Dumitru

New Pleskian
Hello I have two servers with Plesk Onyx
One server for files , second for mysql (more the 1K request per /s)

If I have online visitor more then 700 it give me some error

PHP message: PHP Warning: mysqli::__construct(): (HY000/2002): Cannot assign requested address
.. while reading response header from upstream
And the request did't send

(the same site working well on plesk 12 with 2 servers)

Also I try to change on both server tcp_fin_timeout 60 to 30 -did not help
also on both server ip_local_port_range change to 1024 65000 - did not help

Other idea ?

mess.jpg
 
Problem was solver:
#netstat -anlp | grep :3306 | grep TIME_WAIT -wc
before was - 60K now 400 wating

Add etc/sysctl.d/yourconfig.conf
net.ipv4.tcp_tw_recycle=1
 
Back
Top