If your goal is just to use your domain with pagekite, you can still use the pagekite.net service - you need to set up a CNAME. That is currently not well enough documented on the site, so feel free to ask questions if it's confusing - and I'll recycle the answers to improve the website. :-)
Generally if you have a single fixed front-end, you can simply use a static DNS entry, either an A record or a CNAME, linking your site's domain name to the IP address of the machine running the front-end.
So, if the front-end's name is foo.com with the IP address 1.2.3.4, and your website is blah.foo.com, then you would need to configure the DNS record for blah.foo.com as a CNAME to foo.com or an A record to 1.2.3.4.
I'm not sure if the Host should be flywith.pagekite.me or pagekite.me, based on the above. I have no clue about the TTL or Value. I presume the Type should be CNAME.
The best way to do this would probably be:
1. Create a new pagekite subdomain (something.flywith.pagekite.me)
2. Create a CNAME linking your domain to something.flywith.pagekite.me (a TTL of 1D is probably fine)
Just in case this is a quirk of this registrar, I'm going to try your suggestion with best-from-the.net, a domain I have at a different registrar.
More later...
www.10dollarwebsites.co.cc | 1 H | CNAME |
|
I sent a reply via Gmail, but I see it hasn't shown up in Google
Groups yet. I have some more to report on this project.
The CNAME seems to be active because when I visit http://www.10dollarwebsites.co.cc/
I get the PageKite "Temporarily Unavailable" message. This tells me
the problem is at my local machine, either in the pagekite.rc or the
lighttpd.conf.
My pagekite.rc backend definitions now show:
backend=http:10dollarwebsites.flywith.pagekite.me:localhost:
80:b44xdxecxd27badeb8869832kbkbe94a
backend=http:flywith.pagekite.me:localhost:
80:b44xdxecxd27badeb8869832kbkbe94a
Actually, it's a bit of both. You haven't told pagekite (neither the service nor your pagekite.py instance) about the new domain name.
1. log on to https://pagekite.net/home/
2. Click "+ Add more"
3. Select "I own a domain..."
4. Fill out that form.
Your pagekites | status | traffic | ||
---|---|---|---|---|
flywith.pagekite.me | go |
|
182.2 kB | |
10dollarwebsites.flywith.pagekite.me | go |
|
- | |
► www.10dollarwebsites.co.cc CNAME | go |
|
- |
You need one more line:
backend=http:www.10dollarwebsites.co.cc:localhost:80:SECRET
Excellent, it looks like the Pagekite side of things is all sorted out for you now.
Good luck with lighttpd! The config can indeed be confusing at first, but I like it a lot.
Your pagekites | status | traffic | ||
---|---|---|---|---|
flywith.pagekite.me | go |
|
184.2 kB |
► www.10dollarwebsites.co.cc CNAME | go |
|
6.7 kB | ||||
tendollarwebsites.flywith.pagekite.me | go |
|
- | |
► www.tendollarwebsites.co.cc CNAME | go |
|
- |
|