English 中文(简体)
Google App 引擎 使用 Google Apps 非基本域域
原标题:Google App Engine Use Google Apps Non-Primary Domain

我在 Google App 引擎上有一个应用程序, 我想使用我的自定义域名访问。 我刚刚注册了一个新域名, 并成功与 Google Apps: frontfour. com 安装了这个域名 。

然而, 我设置了这个应用程序作为电子邮件主机的主域 。 我非常希望将这个应用程序从第二个域名中托管, 我刚刚注册的第二个域名是另一个域名( 而不是域名), 在同一个 Google Apps 账户中 。 域名是 ffstatic. com 。

我在 Google App 引擎上安装了最新版本的应用程序, 我跟踪了 Google 文档, 为 ffstatic. com 添加了一个子域 。 我创建了一个用户的登录为 < href="/ cdn- cgi/l/ email- protection" 类 ="...cf_ email_" 数据- commail="45362a28202b2428200523232333634312c266b2628" > [email protect] , 我登录该用户以连接该域 。

然而,我只能选择为我的主要域,即freastfour.com, 添加一个子域, 即使我输入 ffstatic.com 进入 App 引擎控制台, 以创建一个子域。 没有, 我在哪里允许为 ffstatic. com 创建一个子域, 即使这是一个已校验的域 。

有人知道我为什么不能这么做吗?

谢谢你抽出时间

最佳回答

我认为目前有可能在主域名或别墅上添加自定义域图。

您必须删除 ffstatic. com 作为次要域名, 并重新添加为别名 。

“强势”UPDATE

We have added support for custom domains for App Engine from the Google Developers Console, meaning you can now associate a custom domain without first associating that domain with Google Apps.

To access the feature, visit https://console.developers.google.com/ and you will find the option to add a custom domain under App Engine > Settings.

NOTE: Currently we do not support SSL on custom domains created through this method (although we expect to rectify this in a future release). In the meantime, we continue to support SSL (via VIP or SNI) for custom domains that are created through Google Apps, and we continue to provide free HTTPS for all *.appspot.com domains.

https://code.google.com/p/googleppengine/issues/detail?id=8517#c5

问题回答

刚刚用新的功能重建了这个功能。

在 App 引擎 - gt; 设置下 < a href=> 设置自定义域 。 https://console. developers.google.com" rel= "nofollow" >https://console. developers.google.com

你可以现在绘制多个域图, 我认为甚至裸体域图。

目前不支持 SSL 。

马修





相关问题
How to make logging.debug work on Appengine?

I m having a tough time getting the logging on Appengine working. the statement import logging is flagged as an unrecognized import in my PyDev Appengine project. I suspected that this was just an ...

gqlQuery returns object, want list of keys

Is there a way to convert the GqlQuery object to an array of keys, or is there a way to force the query to return an array of keys? For example: items = db.GqlQuery("SELECT __key__ FROM Items") ...

Integrating Google AppEngine with a Thick Client

I want to make a multi-user client-server solution with Java Swing thick client as a front-end and Google AppEngine (Java one) as a back-end. The problem is that GAE provides only web-based forms for ...

sorl.thumbnail : thumbnail is not a valid tag library?

I am trying to install sorl.thumbnail but am getting the following error message: thumbnail is not a valid tag library: Could not load template library from django.templatetags.thumbnail, No module ...

热门标签