<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>系统运维 &#187; squid反向代理</title>
	<atom:link href="http://www.osyunwei.com/archives/tag/squid%E5%8F%8D%E5%90%91%E4%BB%A3%E7%90%86/feed" rel="self" type="application/rss+xml" />
	<link>https://www.osyunwei.com</link>
	<description>国产化OS/AnolisOS/openEuler/RHEL/CentOS/Rocky Linux/Debian/Ubuntu Linux FreeBSD 服务器教程 &#124; Windows Server 2003/2008/2012/2016/2019/2022/2025服务器教程</description>
	<lastBuildDate>Tue, 14 Apr 2026 10:59:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>利用Squid反向代理搭建CDN缓存服务器加快Web访问速度</title>
		<link>https://www.osyunwei.com/archives/1165.html</link>
		<comments>https://www.osyunwei.com/archives/1165.html#comments</comments>
		<pubDate>Sat, 26 Nov 2011 15:12:36 +0000</pubDate>
		<dc:creator>qihang01</dc:creator>
				<category><![CDATA[CDN]]></category>
		<category><![CDATA[cdn缓存服务器]]></category>
		<category><![CDATA[squid]]></category>
		<category><![CDATA[squid反向代理]]></category>

		<guid isPermaLink="false">http://w66416.s75.chinaccnet.cn/?p=1165</guid>
		<description><![CDATA[案例： Web服务器：域名www.abc.com IP：192.168.21.129 电信单线路接入 访问用户：电信宽带用户、移动宽带用户 出现问题：电信用户打开www.abc.com正常，移动用户打开www.abc.com很慢，甚至打不开 解决方案：在移动机房放置一台CDN代理服务器，通过智能DNS解析，让电信用户直接访问Web服务器、让移动用户访问CDN代理服务器，解决移动用户访问Web服务器慢的问题 具体操作： CDN代理服务器： 系统：CentOS 5.5 主机名：cdn.abc.com IP:192.168.21.160 安装Squid软件，配置反向代理搭建CDN缓存服务器 安装前准备： 1、关闭SELinux    vi /etc/selinux/config    #SELINUX=enforcing     #注释掉    #SELINUXTYPE=targeted  #注释掉    SELINUX=disabled  #增加    :wq  保存，关闭。    shutdown -r now重启系统 2、开启防火墙80端口（后面配置squid的端口为80）    vi /etc/sysconfig/iptables    添加下面的内容    -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j [...]<p><a rel="bookmark" href="https://www.osyunwei.com/archives/1165.html" target="_blank">查看全文</a></p>]]></description>
		<wfw:commentRss>https://www.osyunwei.com/archives/1165.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
