<?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>《nginx架设http代理》的评论</title>
	<atom:link href="http://kangzj.net/setup-a-http-proxy-using-nginx/feed/" rel="self" type="application/rss+xml" />
	<link>http://kangzj.net/setup-a-http-proxy-using-nginx/</link>
	<description>记录技术和生活~</description>
	<lastBuildDate>Tue, 15 May 2012 09:21:27 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>作者：versicherung</title>
		<link>http://kangzj.net/setup-a-http-proxy-using-nginx/#comment-7106</link>
		<dc:creator>versicherung</dc:creator>
		<pubDate>Sat, 24 Sep 2011 19:29:42 +0000</pubDate>
		<guid isPermaLink="false">http://kangzj.net/?p=968#comment-7106</guid>
		<description>Verkennt bei weitem nicht die technischen Ideen des menschlichen Geistes! Darueber hinaus zensiert froehlich weiter.</description>
		<content:encoded><![CDATA[<p>Verkennt bei weitem nicht die technischen Ideen des menschlichen Geistes! Darueber hinaus zensiert froehlich weiter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：林林总总</title>
		<link>http://kangzj.net/setup-a-http-proxy-using-nginx/#comment-6801</link>
		<dc:creator>林林总总</dc:creator>
		<pubDate>Tue, 22 Mar 2011 09:59:39 +0000</pubDate>
		<guid isPermaLink="false">http://kangzj.net/?p=968#comment-6801</guid>
		<description>为了让使用代理上IEEE， 做了如下的修改：
使用了nginx做HTTP代理, 根据原始的nginx.conf修改了
1. 端口为8081，
2. 屏蔽server_name,
3. 修改了 location /, 如下
        location / {
            root   html;
            index  index.html index.htm;
	    #proxy_buffering off;
	    proxy_pass http://www.ieee.org;
        }
结果悲剧了...输入任何的网站都会被定向到ieee网站， 并且在里面输入搜索，什么都搜不到！（比如搜索lna, 在正常能用，代理就是搜不到）

楼主能搞定不？</description>
		<content:encoded><![CDATA[<p>为了让使用代理上IEEE， 做了如下的修改：<br />
使用了nginx做HTTP代理, 根据原始的nginx.conf修改了<br />
1. 端口为8081，<br />
2. 屏蔽server_name,<br />
3. 修改了 location /, 如下<br />
        location / {<br />
            root   html;<br />
            index  index.html index.htm;<br />
	    #proxy_buffering off;<br />
	    proxy_pass <a href="http://www.ieee.org" rel="nofollow">http://www.ieee.org</a>;<br />
        }<br />
结果悲剧了&#8230;输入任何的网站都会被定向到ieee网站， 并且在里面输入搜索，什么都搜不到！（比如搜索lna, 在正常能用，代理就是搜不到）</p>
<p>楼主能搞定不？</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：超便捷的 VPS 环境架设lnmp0.6 进阶 &#124; 生活之星</title>
		<link>http://kangzj.net/setup-a-http-proxy-using-nginx/#comment-6674</link>
		<dc:creator>超便捷的 VPS 环境架设lnmp0.6 进阶 &#124; 生活之星</dc:creator>
		<pubDate>Thu, 17 Feb 2011 23:25:55 +0000</pubDate>
		<guid isPermaLink="false">http://kangzj.net/?p=968#comment-6674</guid>
		<description>[...] http://kangzj.net/setup-a-http-proxy-using-nginx/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://kangzj.net/setup-a-http-proxy-using-nginx/" rel="nofollow">http://kangzj.net/setup-a-http-proxy-using-nginx/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：frog76</title>
		<link>http://kangzj.net/setup-a-http-proxy-using-nginx/#comment-6295</link>
		<dc:creator>frog76</dc:creator>
		<pubDate>Fri, 10 Dec 2010 14:31:36 +0000</pubDate>
		<guid isPermaLink="false">http://kangzj.net/?p=968#comment-6295</guid>
		<description>我的QQ：414089953</description>
		<content:encoded><![CDATA[<p>我的QQ：414089953</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：frog76</title>
		<link>http://kangzj.net/setup-a-http-proxy-using-nginx/#comment-6294</link>
		<dc:creator>frog76</dc:creator>
		<pubDate>Fri, 10 Dec 2010 14:31:05 +0000</pubDate>
		<guid isPermaLink="false">http://kangzj.net/?p=968#comment-6294</guid>
		<description>非常想请教你，能与我联系一下吗???</description>
		<content:encoded><![CDATA[<p>非常想请教你，能与我联系一下吗???</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：而莪我如</title>
		<link>http://kangzj.net/setup-a-http-proxy-using-nginx/#comment-6008</link>
		<dc:creator>而莪我如</dc:creator>
		<pubDate>Thu, 21 Oct 2010 15:57:57 +0000</pubDate>
		<guid isPermaLink="false">http://kangzj.net/?p=968#comment-6008</guid>
		<description>谢谢楼主
我还有个问题
由于proxy_pass http://twitter.com;后还是上不去，因为要通过HTTP代理，才能访问twitter
我的问题是nginx是否能够帮忙通过某个http代理，使得用户也可以透明访问到http://twitter.com，而不用设置那个http代理。</description>
		<content:encoded><![CDATA[<p>谢谢楼主<br />
我还有个问题<br />
由于proxy_pass <a href="http://twitter.com;后还是上不去，因为要通过HTTP代理，才能访问twitter" rel="nofollow">http://twitter.com;后还是上不去，因为要通过HTTP代理，才能访问twitter</a><br />
我的问题是nginx是否能够帮忙通过某个http代理，使得用户也可以透明访问到http://twitter.com，而不用设置那个http代理。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：s3</title>
		<link>http://kangzj.net/setup-a-http-proxy-using-nginx/#comment-5346</link>
		<dc:creator>s3</dc:creator>
		<pubDate>Fri, 14 May 2010 07:50:42 +0000</pubDate>
		<guid isPermaLink="false">http://kangzj.net/?p=968#comment-5346</guid>
		<description>交流下，Q：1123351868
有关nginx做HTTP代理，权限验证问题。</description>
		<content:encoded><![CDATA[<p>交流下，Q：1123351868<br />
有关nginx做HTTP代理，权限验证问题。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：domi</title>
		<link>http://kangzj.net/setup-a-http-proxy-using-nginx/#comment-4578</link>
		<dc:creator>domi</dc:creator>
		<pubDate>Thu, 04 Mar 2010 02:27:34 +0000</pubDate>
		<guid isPermaLink="false">http://kangzj.net/?p=968#comment-4578</guid>
		<description>@kangzj, 哦，如此啊，我换一下试试 感谢~~ :)</description>
		<content:encoded><![CDATA[<p>@kangzj, 哦，如此啊，我换一下试试 感谢~~ <img src='http://kangzj.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：kangzj</title>
		<link>http://kangzj.net/setup-a-http-proxy-using-nginx/#comment-4576</link>
		<dc:creator>kangzj</dc:creator>
		<pubDate>Thu, 04 Mar 2010 01:57:30 +0000</pubDate>
		<guid isPermaLink="false">http://kangzj.net/?p=968#comment-4576</guid>
		<description>@domi, 有些版本确实 是不行的；用squid多一些吧，squid3.1已经默认支持ipv6</description>
		<content:encoded><![CDATA[<p>@domi, 有些版本确实 是不行的；用squid多一些吧，squid3.1已经默认支持ipv6</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：domi</title>
		<link>http://kangzj.net/setup-a-http-proxy-using-nginx/#comment-4575</link>
		<dc:creator>domi</dc:creator>
		<pubDate>Wed, 03 Mar 2010 14:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://kangzj.net/?p=968#comment-4575</guid>
		<description>随便问一下 网上提供的ipv6透明代理是用nginx还是squid还别的。。</description>
		<content:encoded><![CDATA[<p>随便问一下 网上提供的ipv6透明代理是用nginx还是squid还别的。。</p>
]]></content:encoded>
	</item>
</channel>
</rss>

