正确将根域定向到 Heroku 需要此功能:
https://devcenter.heroku.com/articles/custom-domains#cname-functionality-at-the-apex
一些注册商,如 DNSimple,支持它。新的 Google Domains 是否支持它?
我刚刚在一个新站点上更新了我的 robots.txt 文件;谷歌网站管理员工具报告它在我上次更新前 10 分钟读取了我的 robots.txt。
有什么办法可以鼓励 Google 尽快重新阅读我的 robots.txt?
更新:在站点配置下 | 爬虫访问 | 测试 robots.txt:
主页访问显示:
Googlebot 无法访问http://my.example.com/
仅供参考:Google 上次读取的 robots.txt 如下所示:
User-agent: *
Allow: /<a page>
Allow: /<a folder>
Disallow: /
Run Code Online (Sandbox Code Playgroud)
我是在脚中开枪,还是它最终会读到:http:///robots.txt(就像上次读到它时那样)?
关于我需要做什么的任何想法?
该 IP 地址8.8.8.8(除了8.8.4.4)现在用于 Google 的 DNS 服务器。他们是如何获得这个IP的?
具体来说,将 IP 路由到不同位置必须发生什么。
我想知道谁在为 google.com 做 DNS 地理定位?通过请求地理位置,我的意思是检测用户的位置,计算离他的位置最近的服务器群,然后将请求路由到选定的位置。
我们正在评估不同供应商对这项服务的几种报价,我想我应该知道大男孩正在使用什么。
只是想知道是否有人在 Apache 上使用过 Google SPDY?http://code.google.com/p/mod-spdy/
我运行了几个 Web 服务器,并且很想知道 mod_spdy Apache 模块是否存在任何问题,以及是否有人看到 SPDY 支持的浏览器的速度明显提高?
是否有任何替代的开源解决方案(带有 Web 控制台)?
我见过很多使用公共 STUN 服务器的 WebRTC 客户端库,如下所示:
"stun.l.google.com:19302",
"stun1.l.google.com:19302",
"stun2.l.google.com:19302",
"stun3.l.google.com:19302",
"stun4.l.google.com:19302",
Run Code Online (Sandbox Code Playgroud)
我想知道上面的服务器是否已经死了?因为我已经尝试过:
telnet stun.l.google.com 19302
telnet stun.l.google.com 3478
Run Code Online (Sandbox Code Playgroud)
我收到以下回复:
telnet: connect to address 74.125.204.127: Operation timed out
telnet: Unable to connect to remote host
Run Code Online (Sandbox Code Playgroud)
同样的事情发生在列表中的其他谷歌 STUN 服务器上。
我无法得到任何回应,这是否意味着 Google 的 STUN 服务器不再可用?
我的问题是:上面的 telnet 是否是确定服务是否存在的正确方法?
我正在将 WordPress 与 WP Super Cache 一起使用。我希望来自 Google 的访问者(包括所有国家/地区特定的引荐来源,如 google.co.in、google.co.uk 等)查看未缓存的内容。
我的 nginx 规则没有按照我想要的方式工作:
server {
server_name website.com;
location / {
root /var/www/html/website.com;
index index.php;
if ($http_referer ~* (www.google.com|www.google.co) ) {
rewrite . /index.php break;
}
if (-f $request_filename) {
break;
}
set $supercache_file '';
set $supercache_uri $request_uri;
if ($request_method = POST) {
set $supercache_uri '';
}
if ($query_string) {
set $supercache_uri '';
}
if ($http_cookie ~* "comment_author_|wordpress|wp-postpass_" ) {
set $supercache_uri '';
}
if ($supercache_uri ~ ^(.+)$) …Run Code Online (Sandbox Code Playgroud) 我有几个 Google Clouds 计算实例(美国、德国、澳大利亚)
在做的时候
apt-get update
Run Code Online (Sandbox Code Playgroud)
今天我得到:
> Get:10 http://packages.cloud.google.com/apt
> google-cloud-packages-archive-keyring-stretch InRelease [3,876 B]
> Err:6 http://packages.cloud.google.com/apt cloud-sdk-stretch InRelease
> The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6A030B21BA07F4FB
> Err:7 http://packages.cloud.google.com/apt google-compute-engine-stretch-stable InRelease
> The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6A030B21BA07F4FB
> Err:10 http://packages.cloud.google.com/apt google-cloud-packages-archive-keyring-stretch InRelease
> The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 6A030B21BA07F4FB
Run Code Online (Sandbox Code Playgroud)
在所有这些。有什么我需要做的吗,或者这是 …
您认为什么样的情况适合这样的服务?
我一直担心我们 ISP 的 DNS - 他们正在重定向到广告页面,并显示出其他完整性有问题的迹象。我正在考虑使用 OpenDNS - 但并不觉得它们会变得更好 - 并且听到了关于它们的混合消息。
我们的操作很小,所以我不想太复杂。我当然不想要一堆额外的头痛。
google ×10
apache-2.2 ×1
domain ×1
geolocation ×1
http ×1
ip ×1
nginx ×1
open-source ×1
rewrite ×1
robots.txt ×1
search ×1
spdy ×1
telnet ×1
wordpress ×1