>   Routing Error
>   Recognition failed for "/RailsAppSample/"
>
> (I've seen examples of people running multiple rails apps under lighttpd +
> fcgi using a "strip-request-uri" option, but I don't think that exists for
> mod_proxy.)
>
> Does anyone have any suggestions?

try this (in config/environment.rb)

ActionController::AbstractRequest.relative_url_root = "/RailsAppSample"

-- 
Rick Olson
http://techno-weenie.net

_______________________________________________
Mongrel-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to