<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[linuxの飘扬]]></title> 
<link>https://www.linuxfly.org/index.php</link> 
<description><![CDATA[Power by www.linuxfly.org]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[linuxの飘扬]]></copyright>
<item>
<link>https://www.linuxfly.org/post/120/</link>
<title><![CDATA[[原]用Apache搭建代理服务器]]></title> 
<author>linuxing &lt;emos#linuxfly.org&gt;</author>
<category><![CDATA[常见服务]]></category>
<pubDate>Wed, 07 Mar 2007 07:52:03 +0000</pubDate> 
<guid>https://www.linuxfly.org/post/120/</guid> 
<description>
<![CDATA[ 
	 &nbsp; &nbsp;几天前出差，在某酒店上网，发现除80外，所有的端口都给屏蔽了。这可麻烦了，很多事情都做不了，后来，只能先从网上找了一个临时代理，然后通过VPN绕过网关，速度慢些，但起码可用吧。回来就马上搭建一个本地的代理服务器，为减轻服务器的负载，不想再多开端口，先试试Apache吧。<br/> &nbsp; &nbsp;我要实现的功能很简单，就是一个正向代理，并可允许通过VPN链接即可：<br/><strong>一、平台</strong><br/>操作系统：红旗DC Server 5.0 SP2<br/>应用平台：Apache 2.0<br/><div class="quote"><div class="quote-title">引用</div><div class="quote-content"># rpm -qa&#124;grep httpd<br/>httpd-2.0.52-28.ent.redflag<br/>httpd-suexec-2.0.52-28.ent.redflag</div></div><br/>............<br/><br/>Tags - <a href="https://www.linuxfly.org/tags/apache/" rel="tag">apache</a> , <a href="https://www.linuxfly.org/tags/proxy/" rel="tag">proxy</a>
]]>
</description>
</item><item>
<link>https://www.linuxfly.org/post/120/#blogcomment6013</link>
<title><![CDATA[[评论] [原]用Apache搭建代理服务器]]></title> 
<author>小白哦 &lt;scutdk@gmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Sun, 08 Jan 2012 03:59:49 +0000</pubDate> 
<guid>https://www.linuxfly.org/post/120/#blogcomment6013</guid> 
<description>
<![CDATA[ 
	关于用户认证那块儿，apache手册里面确实是说AuthType只能用于Directory或者.htaccess。&quot;proxy:...&quot;这样的路径不能算是一个directory吧？不过我试过Location是可以的。你可以在Proxy下面添加一个Location然后就可以指定认证了。
]]>
</description>
</item>
</channel>
</rss>