<div>Zed / List,</div>
<div> </div>
<div>On my 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> </div>
<div><font size="2">proxy.debug = 0<br>proxy.balance = "fair"<br>proxy.server = (<br> "/RailsAppSample" => ((<br> "host" => "<a href="http://127.0.0.1">127.0.0.1</a>",<br>
"port" => 1337<br>)))</font></div>
<div><font size="2"></font> </div>
<div><font size="2">I can access <a href="http://localhost/">http://localhost/</a> (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> </div>
<div><font size="2">However, when I try to access <a href="http://localhost/RailsAppSample/">http://localhost/RailsAppSample/</a> I get:</font></div>
<div><font size="2"></font> </div>
<div><font size="2"> Routing Error<br> Recognition failed for "/RailsAppSample/"</font></div>
<div><font size="2"></font> </div>
<div><font size="2">(I've seen examples of people running multiple rails apps under <font size="2">lighttpd + </font>fcgi using a "strip-request-uri" option, but I don't think that exists for mod_proxy.)</font>
</div>
<div><font size="2"></font> </div>
<div><font size="2">Does anyone have any suggestions?</font></div>
<div><font size="2"></font> </div>
<div><font size="2">Thanks,</font></div>
<div><font size="2">Ed C.</font></div>