我访问我在客户服务器上建立的站点太快了,Firefox现在还记得,这是的默认站点(例如)
testsite.mycompanyname.com (non existing subdomain, same as *.mycompanyname.com)
是
www.mycompanyname.dk - or rather the IP of the default server
然后,我设置了公共DNS (a-record)以重定向到另一个服务器,但是Firefox记住了默认的IP地址。
Chrome/IE/Safari -没问题,因为他们在DNS生效之前没有访问过那个网站...
我在about
我最近买了一个新域名,并把它指向另一个主机。我决定转向更强大的服务器,所以第二天,我在我的注册服务器上为我的专用服务器添加了一个A记录。我已经在这台服务器上运行了anotherdomain.com。
A mysite.com 23.23.23.23
A www.mysite.com 23.23.23.23
A *.mysite.com 23.23.23.23
这是我的apache2 conf在网站内-可供选择
NameVirtualHost *
<VirtualHost *>
ServerAdmin webmaster@localhost
Se
C:\Windows\system32>ipconfig /flushdns
Windows IP Configuration
Successfully flushed the DNS Resolver Cache.
C:\Windows\system32>ping beautyadmired.com
Pinging beautyadmired.com [xxx.45.62.2] with 32 bytes of data:
Reply from xxx.45.62.2: bytes=32 time=253ms TTL=49
Reply from xxx.45.62.2:
我的PHP不断抛出与慢脚本相关的随机错误。nginx/php5-fpm在其错误日志中报告,由于脚本超时,子程序已被终止。
PHP5-FPM慢速错误日志报告问题在于我提出的curl请求。
困惑是因为我对所有的curl请求都使用了连接超时。
CURLOPT_CONNECTTIMEOUT 3 #number of seconds trying to connect
CURLOPT_TIMEOUT 3 #number of seconds to run curl for
这是一个生产服务器,所以值很低,我们期望在1秒内得到响应。
因此,我意识到,我们使用的URL的卷曲一定是在DNS级别失败。
因此,我