<div>Zed / List,</div>
<div>&nbsp;</div>
<div>On my&nbsp;workstation I'm running lighttpd 1.4.11 and mongrel <a href="http://0.3.12.4">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 href="http://127.0.0.1">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 href="http://localhost/">http://localhost/</a>&nbsp;(default lighty welcome page) and <a href="http://localhost:1337/">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 href="http://localhost/RailsAppSample/">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><font size="2">Ed C.</font></div>