dns - Fowarding Customer Subdomain to appspot subdomain in google app engine -


we building saas product offer our customer installed/mounted product on website.

i.e. our app @ http://saasproduct.appspot.com

and our 2 different customer's website @ http://www.cust1.com , http://www.cust2.com

can create cname record www cust1 pointing @ cust1.saasproduct.appspot.com , cname record www cust2 poiting @ cust2.saasproduct.appspot.com

is possible ?

can achieve similar compute engine ?

the reasonable follow concepts here , use own domain:

google custom domains

essentially create cust1.saasproduct.com, cust2.saasproduct.com. both of have cname records google's servers , serve app.

another option make use of:

virtual ips

then cname customer domains single app , presumably app check domain name if need serve pages differently.

it's conceivable cust1.saasproduct.appspot.com, cust2.saasproduct.appspot.com names working. you'd need name deployed versions cust1, cust2 bit of hack , hard maintain.


Comments

Popular posts from this blog

ruby on rails - RuntimeError: Circular dependency detected while autoloading constant - ActiveAdmin.register Role -

c++ - OpenMP unpredictable overhead -

javascript - Wordpress slider, not displayed 100% width -