<?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>Comments on: Configure a Reverse Proxy with Apache</title>
	<atom:link href="http://blog.lundscape.com/2009/05/configure-a-reverse-proxy-with-apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.lundscape.com/2009/05/configure-a-reverse-proxy-with-apache/</link>
	<description>The Linux Journey</description>
	<lastBuildDate>Sat, 03 Dec 2011 18:39:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Zachary Lund</title>
		<link>http://blog.lundscape.com/2009/05/configure-a-reverse-proxy-with-apache/comment-page-1/#comment-2341</link>
		<dc:creator>Zachary Lund</dc:creator>
		<pubDate>Wed, 16 Dec 2009 19:41:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lundscape.com/?p=118#comment-2341</guid>
		<description>@Gavin, What operating system are you running? My directions are specific to the Ubuntu/Debian varieties. If you are running something else, it&#039;s possible that your subsonic.conf file is not being seen. You could try putting the configuration in another Apache configuration file that you know will be sourced.

Just a sanity check, you are able to get to the Subsonic server on port 8080 at the same time you are not able to get to it on port 80, correct?</description>
		<content:encoded><![CDATA[<p>@Gavin, What operating system are you running? My directions are specific to the Ubuntu/Debian varieties. If you are running something else, it&#8217;s possible that your subsonic.conf file is not being seen. You could try putting the configuration in another Apache configuration file that you know will be sourced.</p>
<p>Just a sanity check, you are able to get to the Subsonic server on port 8080 at the same time you are not able to get to it on port 80, correct?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gavin</title>
		<link>http://blog.lundscape.com/2009/05/configure-a-reverse-proxy-with-apache/comment-page-1/#comment-2330</link>
		<dc:creator>Gavin</dc:creator>
		<pubDate>Wed, 16 Dec 2009 03:06:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lundscape.com/?p=118#comment-2330</guid>
		<description>Hi,

  I cannot setup the subsonic with port 80 access. Currently, the subsonic works well with 8080.

  My steps after setup the subsonic standalone for my Ubuntu 8.04 LTS.

1. a2enmod proxy_http ---&gt; OK
2. create file /etc/apache2/conf.d/subsonic.conf (as it is missing by default)
3. Fill in the code
ProxyRequests Off
ProxyPreserveHost On

    Order allow,deny
    Allow from all

ProxyPass /subsonic/ http://192.168.0.115:8080/subsonic/
ProxyPassReverse /subsonic/ http://192.168.0.115:8080/subsonic/
4. Set the CONTEXT_PATH of the subsonic.sh
5. Restart the apache server

But I cannot fail. HTTP 404 showed.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>  I cannot setup the subsonic with port 80 access. Currently, the subsonic works well with 8080.</p>
<p>  My steps after setup the subsonic standalone for my Ubuntu 8.04 LTS.</p>
<p>1. a2enmod proxy_http &#8212;&gt; OK<br />
2. create file /etc/apache2/conf.d/subsonic.conf (as it is missing by default)<br />
3. Fill in the code<br />
ProxyRequests Off<br />
ProxyPreserveHost On</p>
<p>    Order allow,deny<br />
    Allow from all</p>
<p>ProxyPass /subsonic/ <a href="http://192.168.0.115:8080/subsonic/" rel="nofollow">http://192.168.0.115:8080/subsonic/</a><br />
ProxyPassReverse /subsonic/ <a href="http://192.168.0.115:8080/subsonic/" rel="nofollow">http://192.168.0.115:8080/subsonic/</a><br />
4. Set the CONTEXT_PATH of the subsonic.sh<br />
5. Restart the apache server</p>
<p>But I cannot fail. HTTP 404 showed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zachary Lund</title>
		<link>http://blog.lundscape.com/2009/05/configure-a-reverse-proxy-with-apache/comment-page-1/#comment-2097</link>
		<dc:creator>Zachary Lund</dc:creator>
		<pubDate>Mon, 16 Nov 2009 01:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lundscape.com/?p=118#comment-2097</guid>
		<description>@Rick, This particular example is for Subsonic which requires Tomcat. Therefore, Tomcat handles serving Subsonic, and Apache handles forwarding the requests.</description>
		<content:encoded><![CDATA[<p>@Rick, This particular example is for Subsonic which requires Tomcat. Therefore, Tomcat handles serving Subsonic, and Apache handles forwarding the requests.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rick</title>
		<link>http://blog.lundscape.com/2009/05/configure-a-reverse-proxy-with-apache/comment-page-1/#comment-2096</link>
		<dc:creator>Rick</dc:creator>
		<pubDate>Sun, 15 Nov 2009 21:25:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lundscape.com/?p=118#comment-2096</guid>
		<description>Are you still running Tomcat or just letting apache2 handle the web serving?</description>
		<content:encoded><![CDATA[<p>Are you still running Tomcat or just letting apache2 handle the web serving?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Install Subsonic on Ubuntu Server &#171; blog.lundscape.com</title>
		<link>http://blog.lundscape.com/2009/05/configure-a-reverse-proxy-with-apache/comment-page-1/#comment-843</link>
		<dc:creator>Install Subsonic on Ubuntu Server &#171; blog.lundscape.com</dc:creator>
		<pubDate>Mon, 04 May 2009 20:45:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lundscape.com/?p=118#comment-843</guid>
		<description>[...] The Linux Journey      &#171; Configuring a Mail Server with Postfix Configure a Reverse Proxy with Apache [...]</description>
		<content:encoded><![CDATA[<p>[...] The Linux Journey      &laquo; Configuring a Mail Server with Postfix Configure a Reverse Proxy with Apache [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

