Hi, I am a noob on Apache and Linux, but I know many of you guys here
are experts.
Simply speaking, I want to let the Chinese people visit my app engine
website by using the domain name.

Here is the details:
1. I have a VPS which has two websites already. I configured it
according to this article:
http://library.linode.com/lamp-guides/ubuntu-10.04-lucid/

2.I have linked a domain name www.example.com to App Engine site
example.appspot.com
and CNAME www.example.com to ghs.google.com.

3.  The rest of the world can visit example.appspot.com by using
www.example.com, but not the Chinese people. Because the Chinese
government has blocked ghs.google.com.

4. I want to configure the Apache on my VPS so that the Chinese people
can visit my app engine by domain name. After some search, I find the
following code:
<VirtualHost *:80>
ProxyRequests off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPreserveHost on
ProxyPass / http://ghs.google.com/
ProxyPassReverse / http://ghs.google.com/
</VirtualHost>

I dont know where should I put this code.
And After I put this code, Can I still access my two websites normally
on the VPS?

Thanks a lot for your time and attention!

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to