: Using modproxy to get around China's Great Firewall I'm using WIX service and I like it very much. However, one big problem is that some of my colleagues are in China but their IP is blocked.
I'm using WIX service and I like it very much. However, one big problem is that some of my colleagues are in China but their IP is blocked.
I'm wondering if modproxy can help me. I would like to setup a clean server (not blocked by the stupid Chinese government). Pointed the DNS cname to it and have modproxy get the page in background and send the page to viewers in China. Will it work? If yes, can anyone post any examples? Thanks a million
More posts by @Cooney921
1 Comments
Sorted by latest first Latest Oldest Best
In fact, modproxy is the solution. Here's what I have done:
Set up Wix site to a dummy URL (both in wix and in your DNS), e.g. dummy.com Set up an Amazon EC2 instance, in /etc/httpd/conf/httpd.conf
<VirtualHost *:80>
ServerName real.com ProxyPass / www.dummy.com/
</VirtualHost>
point real.com to your EC2
restart service httpd
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.