<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/stylesheets/rss.css" type="text/css"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Brainspl.at: Apache Vhost to proxy thru to lighttpd on a higher port.</title>
    <link>http://www.brainspl.at/articles/2005/11/08/apache-vhost-to-proxy-thru-to-lighttpd-on-a-higher-port</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>Brainspl.at</description>
    <item>
      <title>"Apache Vhost to proxy thru to lighttpd on a higher port." by nice ass</title>
      <description>How to include PHP using smarty tags?</description>
      <pubDate>Fri, 04 May 2007 22:24:13 +0000</pubDate>
      <guid>urn:uuid:24aea0e0-9de0-4dce-ad54-1832db08bf3c</guid>
      <link>http://www.brainspl.at/articles/2005/11/08/apache-vhost-to-proxy-thru-to-lighttpd-on-a-higher-port#comment-4323</link>
    </item>
    <item>
      <title>"Apache Vhost to proxy thru to lighttpd on a higher port." by big tits</title>
      <description>Ruby block with link adding in a line seems to be useless, imho.</description>
      <pubDate>Thu, 03 May 2007 16:44:13 +0000</pubDate>
      <guid>urn:uuid:33d8ecf6-a454-4e13-95eb-55a5a5add1bb</guid>
      <link>http://www.brainspl.at/articles/2005/11/08/apache-vhost-to-proxy-thru-to-lighttpd-on-a-higher-port#comment-4277</link>
    </item>
    <item>
      <title>"Apache Vhost to proxy thru to lighttpd on a higher port." by ogłoszenia nieruchomości</title>
      <description>ogłoszenia nieruchomości, nieruchomości warszawa, nieruchomości, wynajem mieszkań, wynajmę mieszkanie warszawa</description>
      <pubDate>Mon, 11 Sep 2006 05:46:10 +0000</pubDate>
      <guid>urn:uuid:975bf205-e607-4868-9dd6-80765e0c7ed2</guid>
      <link>http://www.brainspl.at/articles/2005/11/08/apache-vhost-to-proxy-thru-to-lighttpd-on-a-higher-port#comment-3613</link>
    </item>
    <item>
      <title>"Apache Vhost to proxy thru to lighttpd on a higher port." by Terry</title>
      <description>Thank you SO much.

I'm using Apache 2 and have been unwittingly using the Apache 1.3 syntax, trying to get it to work for about 2 weeks now.

All it took was that little rewrite rule...

You are a saviour.</description>
      <pubDate>Thu, 11 May 2006 19:55:27 +0000</pubDate>
      <guid>urn:uuid:c24b958e-29e6-4b33-b5ed-c1dc3c6a73d9</guid>
      <link>http://www.brainspl.at/articles/2005/11/08/apache-vhost-to-proxy-thru-to-lighttpd-on-a-higher-port#comment-843</link>
    </item>
    <item>
      <title>"Apache Vhost to proxy thru to lighttpd on a higher port." by Pat</title>
      <description>Thanks for this, I'm helping a guy install a rails app using lighty proxied behind apache.  Go figure a google search brings up your site.  Hurry up on the book so I don't have to search anymore..</description>
      <pubDate>Thu, 26 Jan 2006 06:30:01 +0000</pubDate>
      <guid>urn:uuid:4586b25f-251e-4a54-8981-4cb26fece833</guid>
      <link>http://www.brainspl.at/articles/2005/11/08/apache-vhost-to-proxy-thru-to-lighttpd-on-a-higher-port#comment-157</link>
    </item>
    <item>
      <title>Apache Vhost to proxy thru to lighttpd on a higher port.</title>
      <description>&lt;p&gt;&lt;br /&gt;
Apache 1.3.x:
&lt;pre&gt;
&amp;lt;VirtualHost *:80&amp;gt;
    ServerName example.com
    ServerAlias www.example.com
    ProxyPass / http://example.com:8000/
    ProxyPassReverse / http://example.com:8000/
&amp;lt;/VirtualHost&amp;gt;
&lt;/pre&gt;
&lt;br /&gt;
Apache 2.x:
&lt;br /&gt;
&lt;pre&gt;
&amp;lt;VirtualHost *:80&amp;gt;
    ServerAdmin                 webmaster@username.tld
        ServerName              example.com:80
        ProxyRequests           Off
        ProxyPreserveHost       On
        RewriteEngine           On
        RewriteRule             ^/(.*) http://127.0.0.1:3000/$1 [P,L]
        ProxyPassReverse        / http://127.0.0.1:3000/
&amp;lt;/VirtualHost&amp;gt;
&lt;/pre&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 08 Nov 2005 02:06:00 +0000</pubDate>
      <guid>urn:uuid:66e86729-b8dc-4824-bd66-a8201384a075</guid>
      <author>ezmobius</author>
      <link>http://www.brainspl.at/articles/2005/11/08/apache-vhost-to-proxy-thru-to-lighttpd-on-a-higher-port</link>
      <trackback:ping>http://www.brainspl.at/articles/trackback/9</trackback:ping>
    </item>
  </channel>
</rss>

