<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: 自己搭建了一个WebProxy</title>
	<atom:link href="http://blog.oasisfeng.com/2006/08/28/my-webproxy/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.oasisfeng.com/2006/08/28/my-webproxy/</link>
	<description>Challenge your imagination!</description>
	<pubDate>Tue, 06 Jan 2009 22:58:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: oasisfeng</title>
		<link>http://blog.oasisfeng.com/2006/08/28/my-webproxy/comment-page-1/#comment-174362</link>
		<dc:creator>oasisfeng</dc:creator>
		<pubDate>Sun, 04 Jan 2009 00:19:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.oasisfeng.com/blog/2006/08/28/%e8%87%aa%e5%b7%b1%e6%90%ad%e5%bb%ba%e4%ba%86%e4%b8%80%e4%b8%aawebproxy/#comment-174362</guid>
		<description>GAE下的proxy都还有不少局限性，例如post容量限制，连接时长限制。
另外，基于URL翻译的proxy在复杂脚本环境中都很难正常工作，我尝试过gappproxy，这个效果相对好一些。</description>
		<content:encoded><![CDATA[<p>GAE下的proxy都还有不少局限性，例如post容量限制，连接时长限制。<br />
另外，基于URL翻译的proxy在复杂脚本环境中都很难正常工作，我尝试过gappproxy，这个效果相对好一些。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: agod</title>
		<link>http://blog.oasisfeng.com/2006/08/28/my-webproxy/comment-page-1/#comment-174266</link>
		<dc:creator>agod</dc:creator>
		<pubDate>Sat, 03 Jan 2009 13:21:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.oasisfeng.com/blog/2006/08/28/%e8%87%aa%e5%b7%b1%e6%90%ad%e5%bb%ba%e4%ba%86%e4%b8%80%e4%b8%aawebproxy/#comment-174266</guid>
		<description>不妨看一下这个架设于google服务器上的web代理，超快！！嘿嘿，

http://proxypy.appspot.com</description>
		<content:encoded><![CDATA[<p>不妨看一下这个架设于google服务器上的web代理，超快！！嘿嘿，</p>
<p><a href="http://proxypy.appspot.com" rel="nofollow">http://proxypy.appspot.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oasisfeng</title>
		<link>http://blog.oasisfeng.com/2006/08/28/my-webproxy/comment-page-1/#comment-47615</link>
		<dc:creator>oasisfeng</dc:creator>
		<pubDate>Wed, 19 Dec 2007 15:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.oasisfeng.com/blog/2006/08/28/%e8%87%aa%e5%b7%b1%e6%90%ad%e5%bb%ba%e4%ba%86%e4%b8%80%e4%b8%aawebproxy/#comment-47615</guid>
		<description>出现上面这个错误提示是正常的，表示你的浏览器强制结束了连接。</description>
		<content:encoded><![CDATA[<p>出现上面这个错误提示是正常的，表示你的浏览器强制结束了连接。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sonichkhk</title>
		<link>http://blog.oasisfeng.com/2006/08/28/my-webproxy/comment-page-1/#comment-47192</link>
		<dc:creator>sonichkhk</dc:creator>
		<pubDate>Tue, 18 Dec 2007 08:36:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.oasisfeng.com/blog/2006/08/28/%e8%87%aa%e5%b7%b1%e6%90%ad%e5%bb%ba%e4%ba%86%e4%b8%80%e4%b8%aawebproxy/#comment-47192</guid>
		<description>我試了2個空間還是一樣問題,真不知發生什麼問題 一用這proxy老在google主頁 

proxy server ready..
----------------------------------------
Exception happened during processing of request from ('127.0.0.1', 2138)
Traceback (most recent call last):
  File "C:\Python25\lib\SocketServer.py", line 464, in process_request_thread
    self.finish_request(request, client_address)
  File "C:\Python25\lib\SocketServer.py", line 254, in finish_request
    self.RequestHandlerClass(request, client_address, self)
  File "C:\Python25\lib\SocketServer.py", line 522, in __init__
    self.handle()
  File "C:\Documents and Settings\Administrator\桌面\phpproxy-0.6\phpproxy.py",
line 74, in handle
    self.send_req(req)
  File "C:\Documents and Settings\Administrator\桌面\phpproxy-0.6\phpproxy.py",
line 100, in send_req
    self.wfile.write(c)
  File "C:\Python25\lib\socket.py", line 262, in write
    self.flush()
  File "C:\Python25\lib\socket.py", line 249, in flush
    self._sock.sendall(buffer)
error: (10053, 'Software caused connection abort')
----------------------------------------</description>
		<content:encoded><![CDATA[<p>我試了2個空間還是一樣問題,真不知發生什麼問題 一用這proxy老在google主頁 </p>
<p>proxy server ready..<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Exception happened during processing of request from (&#8217;127.0.0.1&#8242;, 2138)<br />
Traceback (most recent call last):<br />
  File &#8220;C:\Python25\lib\SocketServer.py&#8221;, line 464, in process_request_thread<br />
    self.finish_request(request, client_address)<br />
  File &#8220;C:\Python25\lib\SocketServer.py&#8221;, line 254, in finish_request<br />
    self.RequestHandlerClass(request, client_address, self)<br />
  File &#8220;C:\Python25\lib\SocketServer.py&#8221;, line 522, in __init__<br />
    self.handle()<br />
  File &#8220;C:\Documents and Settings\Administrator\桌面\phpproxy-0.6\phpproxy.py&#8221;,<br />
line 74, in handle<br />
    self.send_req(req)<br />
  File &#8220;C:\Documents and Settings\Administrator\桌面\phpproxy-0.6\phpproxy.py&#8221;,<br />
line 100, in send_req<br />
    self.wfile.write(c)<br />
  File &#8220;C:\Python25\lib\socket.py&#8221;, line 262, in write<br />
    self.flush()<br />
  File &#8220;C:\Python25\lib\socket.py&#8221;, line 249, in flush<br />
    self._sock.sendall(buffer)<br />
error: (10053, &#8216;Software caused connection abort&#8217;)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: China Netizen &#187; Anti-GFW blogger ratted on</title>
		<link>http://blog.oasisfeng.com/2006/08/28/my-webproxy/comment-page-1/#comment-41596</link>
		<dc:creator>China Netizen &#187; Anti-GFW blogger ratted on</dc:creator>
		<pubDate>Sat, 01 Dec 2007 14:45:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.oasisfeng.com/blog/2006/08/28/%e8%87%aa%e5%b7%b1%e6%90%ad%e5%bb%ba%e4%ba%86%e4%b8%80%e4%b8%aawebproxy/#comment-41596</guid>
		<description>[...] cache 翻墙小软件 MyEntunnel Here&#8217;s a small anti-Great Firewall software, MyEntunnel 自己搭建了一个WebProxy Build your own WebProxy Tor代理全套解决方案 The full guide on how to use Tor 访问Blogspot [...]</description>
		<content:encoded><![CDATA[<p>[...] cache 翻墙小软件 MyEntunnel Here&#8217;s a small anti-Great Firewall software, MyEntunnel 自己搭建了一个WebProxy Build your own WebProxy Tor代理全套解决方案 The full guide on how to use Tor 访问Blogspot [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oasisfeng</title>
		<link>http://blog.oasisfeng.com/2006/08/28/my-webproxy/comment-page-1/#comment-40432</link>
		<dc:creator>oasisfeng</dc:creator>
		<pubDate>Tue, 27 Nov 2007 17:33:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.oasisfeng.com/blog/2006/08/28/%e8%87%aa%e5%b7%b1%e6%90%ad%e5%bb%ba%e4%ba%86%e4%b8%80%e4%b8%aawebproxy/#comment-40432</guid>
		<description>已提供本地镜像下载，我一直在使用它，很好用。 :)</description>
		<content:encoded><![CDATA[<p>已提供本地镜像下载，我一直在使用它，很好用。 :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ibj</title>
		<link>http://blog.oasisfeng.com/2006/08/28/my-webproxy/comment-page-1/#comment-40417</link>
		<dc:creator>ibj</dc:creator>
		<pubDate>Tue, 27 Nov 2007 15:24:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.oasisfeng.com/blog/2006/08/28/%e8%87%aa%e5%b7%b1%e6%90%ad%e5%bb%ba%e4%ba%86%e4%b8%80%e4%b8%aawebproxy/#comment-40417</guid>
		<description>关于:自己搭建了一个WebProxy
请问:

1)目前是否还在使用这种PHPproxy?
2)现在还能否提供此份软件?能发邮件非常感谢.
3)能否请教配置的问题?</description>
		<content:encoded><![CDATA[<p>关于:自己搭建了一个WebProxy<br />
请问:</p>
<p>1)目前是否还在使用这种PHPproxy?<br />
2)现在还能否提供此份软件?能发邮件非常感谢.<br />
3)能否请教配置的问题?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oasisfeng</title>
		<link>http://blog.oasisfeng.com/2006/08/28/my-webproxy/comment-page-1/#comment-478</link>
		<dc:creator>oasisfeng</dc:creator>
		<pubDate>Sun, 19 Nov 2006 13:48:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.oasisfeng.com/blog/2006/08/28/%e8%87%aa%e5%b7%b1%e6%90%ad%e5%bb%ba%e4%ba%86%e4%b8%80%e4%b8%aawebproxy/#comment-478</guid>
		<description>服务器上只需要.php那一个文件，其它都是客户端用到的。</description>
		<content:encoded><![CDATA[<p>服务器上只需要.php那一个文件，其它都是客户端用到的。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allen</title>
		<link>http://blog.oasisfeng.com/2006/08/28/my-webproxy/comment-page-1/#comment-477</link>
		<dc:creator>Allen</dc:creator>
		<pubDate>Sun, 19 Nov 2006 13:40:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.oasisfeng.com/blog/2006/08/28/%e8%87%aa%e5%b7%b1%e6%90%ad%e5%bb%ba%e4%ba%86%e4%b8%80%e4%b8%aawebproxy/#comment-477</guid>
		<description>Thank you!那我上面列举的文件最少需要哪几个？</description>
		<content:encoded><![CDATA[<p>Thank you!那我上面列举的文件最少需要哪几个？</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: oasisfeng</title>
		<link>http://blog.oasisfeng.com/2006/08/28/my-webproxy/comment-page-1/#comment-473</link>
		<dc:creator>oasisfeng</dc:creator>
		<pubDate>Sat, 18 Nov 2006 18:14:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.oasisfeng.com/blog/2006/08/28/%e8%87%aa%e5%b7%b1%e6%90%ad%e5%bb%ba%e4%ba%86%e4%b8%80%e4%b8%aawebproxy/#comment-473</guid>
		<description>这个没有什么影响的，提示的意思是本地（浏览器）断开了socket连接。浏览器如果停止加载网页或者超时都会断开连接的，这是正常现象，不用担心。:)</description>
		<content:encoded><![CDATA[<p>这个没有什么影响的，提示的意思是本地（浏览器）断开了socket连接。浏览器如果停止加载网页或者超时都会断开连接的，这是正常现象，不用担心。:)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.687 seconds -->
