I was able to log in this time. named is working properly. However, I do see that you have not increased the connections allowed to the server.
root@web [~]# sysctl -a | grep connt | egrep 'full|max' net.netfilter.nf_conntrack_tcp_timeout_max_retrans = 300 net.netfilter.nf_conntrack_tcp_max_retrans = 3 net.netfilter.nf_conntrack_max = 65536 net.netfilter.nf_conntrack_expect_max = 256 net.nf_conntrack_max = 65536 root@web [~]#
It appears that you changed the max connections for http, not the entire server
老外說了要讓改運行進入網站的連接數 我改了apache 木有用 要改服務器的
把2個 65536 改爲65536的2倍(整數倍) 13072 應該就能夠了
改了以後用老外的
root@web [~]# sysctl -a | grep connt | egrep 'full|max' 這個命令在查一下看看是否是改好了