用apache给ghs.google做反向代理   [点评]

<VirtualHost 173.212.195.x:80>
ProxyRequests off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPreserveHost on
ProxyPass / http://ghs.google.com/
ProxyPassReverse / http://ghs.google.com/
</VirtualHost>

<VirtualHost *:80>
ServerName isme.com.ru
ProxyRequests off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPreserveHost on
ProxyPass / http://ghs.google.com/
ProxyPassReverse / http://ghs.google.com/
</VirtualHost>

http://raycow.com/archives/1314.html

发布于 2011 年 02 月 26 日 by in 默认

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注