I am using Apache2.2 + mod_proxy_balancer + mongrel setup and my mongrel.conf file(for apache is like this)<br><br>&nbsp; &nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 2<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 3 &lt;Proxy balancer://mongrel_cluster&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 4&nbsp;&nbsp; BalancerMember <a href="http://127.0.0.1:9000">
http://127.0.0.1:9000</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5&nbsp;&nbsp; BalancerMember <a href="http://127.0.0.1:9001">http://127.0.0.1:9001</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 6&nbsp;&nbsp; BalancerMember <a href="http://127.0.0.1:9002">http://127.0.0.1:9002</a><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 7 &lt;/Proxy&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 8<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 9 &lt;VirtualHost *&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; 10&nbsp;&nbsp; ServerAdmin <a href="mailto:rags@fasia.com">rags@fasia.com</a><br>&nbsp;&nbsp;&nbsp;&nbsp; 11&nbsp;&nbsp; ServerName *.foobar.com<br>&nbsp;&nbsp;&nbsp;&nbsp; 12&nbsp;&nbsp; ServerAlias <a href="http://foobar.com">foobar.com
</a><br>&nbsp;&nbsp;&nbsp;&nbsp; 13&nbsp;&nbsp; ProxyPass / balancer://mongrel_cluster/<br>&nbsp;&nbsp;&nbsp;&nbsp; 14 #&nbsp; ProxyPassReverse / balancer://mongrel_cluster/<br>&nbsp;&nbsp;&nbsp;&nbsp; 15 #&nbsp; ErrorLog /usr/local/apache2/logs/mon.log<br>&nbsp;&nbsp;&nbsp;&nbsp; 16 #&nbsp; CustomLog /var/log/apache/apache_access_log combined
<br>&nbsp;&nbsp;&nbsp;&nbsp; 17 &lt;/VirtualHost&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; 18<br>&nbsp;&nbsp;&nbsp;&nbsp; 19 &lt;Location /balancer-manager&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp; 20&nbsp;&nbsp; SetHandler balancer-manager<br>&nbsp;&nbsp;&nbsp;&nbsp; 21 &lt;/Location&gt;<br><br clear="all"><br>Now, i get pages for <a href="http://foobar.com">
foobar.com</a> allright, but if i try to view pages for <a href="http://us.foobar.com">us.foobar.com</a>, i get &lt;b&gt;Forbidden&lt;/b&gt; Error.<br>Though, when i manually enter, <a href="http://us.foobar.com:9001">http://us.foobar.com:9001
</a>, then i get corrpesponding page for that country allright.<br><br>So, my wild guess is mod_proxy_balancer is messing things a little. Any clues?<br><br>-- <br>nothing much to talk