<?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>LiangXu Wang &#187; dnn</title>
	<atom:link href="http://wlx.westgis.ac.cn/tag/dnn/feed/" rel="self" type="application/rss+xml" />
	<link>http://wlx.westgis.ac.cn</link>
	<description>technology backup/share</description>
	<lastBuildDate>Sat, 14 Jan 2012 03:56:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>另类反向代理DNN4</title>
		<link>http://wlx.westgis.ac.cn/609/</link>
		<comments>http://wlx.westgis.ac.cn/609/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 02:27:53 +0000</pubDate>
		<dc:creator>wlx</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[dnn]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[reverse proxy]]></category>

		<guid isPermaLink="false">http://wlx.westgis.ac.cn/?p=609</guid>
		<description><![CDATA[之前在反向代理DNN4时一直有问题（DNN4通过HEADER进行重定向，导致无法使用基于内部域名的反向代理） 在这儿找到一个办法： http://www.r2integrated.com/dnn/Forum/tabid/170/aff/1/aft/9187/afv/topic/afpg/1/Default.aspx 在代理服务器上： /etc/hosts中添加一个解析：192.168.50.238 heihe.westgis.ac.cn 在apahce中配置： ServerName heihe.westgis.ac.cn ProxyPass / http://heihe.westgis.ac.cn/ ProxyPassReverse / http://heihe.westgis.ac.cn/ &#8230; 在虚拟机上配置： \windows\system32\drivers\etc\hosts中添加一行：192.168.50.238 heihe.westgis.ac.cn 重启对应服务，搞定！]]></description>
			<content:encoded><![CDATA[<p>之前在反向代理DNN4时一直有问题（DNN4通过HEADER进行重定向，导致无法使用基于内部域名的反向代理）<br />
在这儿找到一个办法：<br />
<a href="http://www.r2integrated.com/dnn/Forum/tabid/170/aff/1/aft/9187/afv/topic/afpg/1/Default.aspx">http://www.r2integrated.com/dnn/Forum/tabid/170/aff/1/aft/9187/afv/topic/afpg/1/Default.aspx</a><br />
在代理服务器上：<br />
/etc/hosts中添加一个解析：192.168.50.238 heihe.westgis.ac.cn<br />
在apahce中配置：<br />
ServerName heihe.westgis.ac.cn<br />
ProxyPass / http://heihe.westgis.ac.cn/<br />
ProxyPassReverse / http://heihe.westgis.ac.cn/<br />
&#8230;</p>
<p>在虚拟机上配置：<br />
\windows\system32\drivers\etc\hosts中添加一行：192.168.50.238 heihe.westgis.ac.cn</p>
<p>重启对应服务，搞定！</p>
]]></content:encoded>
			<wfw:commentRss>http://wlx.westgis.ac.cn/609/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

