<?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>Marshal&#039;s Blog &#187; mod_proxy</title>
	<atom:link href="http://marshal.easymorse.com/archives/tag/mod_proxy/feed" rel="self" type="application/rss+xml" />
	<link>http://marshal.easymorse.com</link>
	<description>It&#039;s swap of marshal&#039;s memory.</description>
	<lastBuildDate>Mon, 30 Jan 2012 07:03:45 +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>tomcat与apache的mod_proxy集成</title>
		<link>http://marshal.easymorse.com/archives/1146?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=tomcat%25e4%25b8%258eapache%25e7%259a%2584mod_proxy%25e9%259b%2586%25e6%2588%2590</link>
		<comments>http://marshal.easymorse.com/archives/1146#comments</comments>
		<pubDate>Fri, 18 Jul 2008 17:03:37 +0000</pubDate>
		<dc:creator>Marshal</dc:creator>
				<category><![CDATA[计算机技术]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[mod_proxy]]></category>
		<category><![CDATA[tomcat]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://marshal.easymorse.com/archives/1146</guid>
		<description><![CDATA[tomcat可以通过apache的mod_proxy集成apache http server。在ubuntu server下，应该已经安装了mod_proxy模块，如果没有安装，可以： apt-get install libapache2-mod-proxy-html 默认情况下可能没有启用该模块，启用命令： a2enmod proxy a2enmod proxy_http a2enmod proxy_ajp 然后需要重启apache使之生效。 mod_proxy配置文件内容： ProxyPass /jsp-examples ajp://localhost:8009/jsp-examples]]></description>
			<content:encoded><![CDATA[<p>tomcat可以通过apache的mod_proxy集成apache http server。在ubuntu server下，应该已经安装了mod_proxy模块，如果没有安装，可以：</p>
<blockquote><p>apt-get install libapache2-mod-proxy-html</p></blockquote>
<p>默认情况下可能没有启用该模块，启用命令：</p>
<blockquote><p>a2enmod proxy<br />
a2enmod proxy_http<br />
a2enmod proxy_ajp</p></blockquote>
<p><span id="more-1146"></span></p>
<p>然后需要重启apache使之生效。</p>
<p>mod_proxy配置文件内容：</p>
<blockquote><p>ProxyPass /jsp-examples ajp://localhost:8009/jsp-examples</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://marshal.easymorse.com/archives/1146/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

