简体   繁体   English

如何在Google App引擎中使用我自己的域

[英]How to use my own domain in Google App engine

Have explored on how to do this but still cant make it work :( I want to point my subdomain myapp.example.com to GAE 已经探索了如何执行此操作,但仍然无法使它工作:(我想将我的子域myapp.example.com指向GAE

What I have done: 我做了什么:
- Deploy my application to Google App Engine -将我的应用程序部署到Google App Engine
- sign up Google Apps with name myapp.example.com -以名称myapp.example.com注册Google Apps
- add cname myapp.example.com with value ghs.google.com -添加值为ghs.google.com的cname myapp.example.com
- wait for dns changes.. -等待DNS更改。


but until now when I access myapp.example.com google return error message "Not Found The requested URL / was not found on this server." 但是直到现在,当我访问myapp.example.com时,谷歌返回错误消息“未找到所请求的URL /在此服务器上未找到”。 ping result of myapp.example.com is ghs.l.google.com myapp.example.com的ping结果是ghs.l.google.com

Please advise. 请指教。

Thank you. 谢谢。

You also need to add your App Engine app to the Google Apps domain through your App Engine Dashboard. 您还需要通过App Engine信息中心将App Engine应用添加到Google Apps域。 See step 3 here: 请参阅此处的步骤3:

http://code.google.com/appengine/docs/domain.html http://code.google.com/appengine/docs/domain.html

The way I do likewise for my projects is mapping the GAE application to a subdomain in the google apps control panel (google.com/a) An example is video.montao.com.br that is a google app engine app. 我对项目的处理方式也就是将GAE应用程序映射到google apps控制面板(google.com/a)的子域中,例如video.montao.com.br是Google应用引擎应用程序。 I think that you may have left out adding the application in the google apps control panel. 我认为您可能没有在Google Apps控制面板中添加应用程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM