<div>All,</div>
<div>&nbsp;</div>
<div>I realize this was probably off-topic (not really mongrel-centric) -- my apologies.</div>
<div>&nbsp;</div>
<div>I &quot;solved&quot; the problem by appending to my Environment.rb:</div>
<div>&nbsp;</div>
<div><font size="2">&nbsp; ActionController::AbstractRequest.relative_url_root = &quot;/RailsAppSample&quot;</font></div>
<div><font size="2"></font>&nbsp;</div>
<div><font size="2">How come that doesn't serve up the default &quot;public/index.html&quot; ? It </font>caused a Routing Error for &quot;&quot;, so I added a temporary default to Routes.rb:</div>
<div>&nbsp;</div>
<div>&nbsp; <font size="2">map.connect '', :controller =&gt; &quot;rails/info&quot;, :action =&gt; &quot;properties&quot;</font></div>
<div><font size="2"></font>&nbsp;</div>
<div><font size="2">Regards,</font></div>
<div><font size="2">Ed C.</font></div>
<div><br>&nbsp;</div>
<div><span class="gmail_quote">On 5/24/06, <b class="gmail_sendername">Ed C.</b> &lt;<a href="mailto:defeated2k4@gmail.com">defeated2k4@gmail.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>
<div>Zed / List,</div>
<div>&nbsp;</div>
<div>On my&nbsp;workstation I'm running lighttpd 1.4.11 and mongrel <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://0.3.12.4/" target="_blank">0.3.12.4</a>. Here are my proxy settings:</div>
<div>&nbsp;</div>
<div><font size="2">proxy.debug = 0<br>proxy.balance = &quot;fair&quot;<br>proxy.server = (<br>&nbsp; &quot;/RailsAppSample&quot; =&gt; ((<br>&nbsp;&nbsp;&nbsp; &quot;host&quot; =&gt; &quot;<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://127.0.0.1/" target="_blank">
127.0.0.1</a>&quot;,<br>&nbsp;&nbsp;&nbsp; &quot;port&quot; =&gt; 1337<br>)))</font></div>
<div><font size="2"></font>&nbsp;</div>
<div><font size="2">I can access <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://localhost/" target="_blank">http://localhost/</a>&nbsp;(default lighty welcome page) and <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://localhost:1337/" target="_blank">
http://localhost:1337/</a> (default rails welcome page) just fine!</font> </div>
<div><font size="2"></font>&nbsp;</div>
<div><font size="2">However, when I try to access <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://localhost/RailsAppSample/" target="_blank">http://localhost/RailsAppSample/</a>&nbsp;I get:</font></div>

<div><font size="2"></font>&nbsp;</div>
<div><font size="2">&nbsp; Routing Error<br>&nbsp; Recognition failed for &quot;/RailsAppSample/&quot;</font></div>
<div><font size="2"></font>&nbsp;</div>
<div><font size="2">(I've seen examples of people running multiple rails apps under <font size="2">lighttpd + </font>fcgi using a &quot;strip-request-uri&quot; option, but I don't think that exists for mod_proxy.)</font>
 </div>
<div><font size="2"></font>&nbsp;</div>
<div><font size="2">Does anyone have any suggestions?</font></div>
<div><font size="2"></font>&nbsp;</div>
<div><font size="2">Thanks,</font></div></div>
<div><span class="sg">
<div><font size="2">Ed C.</font></div></span></div></blockquote></div><br>