Google app engine issue 777 particular solution?

Posted by Niklas R on Stack Overflow See other posts from Stack Overflow or by Niklas R
Published on 2011-01-15T05:21:32Z Indexed on 2011/01/17 1:53 UTC
Read the original article Hit count: 564

Filed under:
|
|
|
|

I use 64.202.189.170 (godaddy) for a HTTP access to a www...on google app engine like GAE issue 777 so that a blank subdomain forwards to www.domain I get the blank to respond by output "This website is temporarily unavailable, please try again later. " There's info about this issue here http://knol.google.com/k/google-apps-discussion-group#view and here http://code.google.com/p/googleappengine/issues/detail?id=777

Since I managed to do it with a .com domain (The godaddy DNS hosted gralumo.com correctly responds to www..) I now want to do it with an off-site DNS managed domain getting the following info about servers:

$ ping montao.com.br
PING montao.com.br (64.202.189.170) 56(84) bytes of data.
64 bytes from pwfwd-v01.prod.mesa1.secureserver.net (64.202.189.170): icmp_seq=1 ttl=113 time=188 ms
64 bytes from pwfwd-v01.prod.mesa1.secureserver.net (64.202.189.170): icmp_seq=2 ttl=113 time=188 ms
^C
--- montao.com.br ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1001ms
rtt min/avg/max/mdev = 188.459/188.692/188.926/0.493 ms
ubuntu@ubuntu:~$ ping www.montao.com.br
PING ghs.l.google.com (74.125.43.121) 56(84) bytes of data.
64 bytes from bw-in-f121.1e100.net (74.125.43.121): icmp_seq=1 ttl=56 time=30.2 ms
64 bytes from bw-in-f121.1e100.net (74.125.43.121): icmp_seq=2 ttl=56 time=28.0 ms
64 bytes from bw-in-f121.1e100.net (74.125.43.121): icmp_seq=3 ttl=56 time=24.2 ms
^C
--- ghs.l.google.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2003ms
rtt min/avg/max/mdev = 24.201/27.522/30.282/2.514 ms

So it looks to me these are the same IP numbers whether or not it's off-site DNS. It's just that it works for one domain and not the other. Could it be just resetting the appspot app ie removing and adding it? Can you recommend how to proceed? Thanks in advance

© Stack Overflow or respective owner

Related posts about google-app-engine

Related posts about hosting