Hi, It's me again :) I forgot to mention that the nitro app is to be served from a subdirectory on the server, like www.servername.com/ochronus/nitro_example. This brought up a former problem of mine: I was not able to deploy a single rails app to an apache www-root subdirectory, because all the automatically generated links (link_to, actions, etc.) pointed at www.servername.com/action instead of www.servername.com/ochronus/rails_app/action. I couldn't find any workaround, and even "googling" was no good... Does anyone have an idea? Thanks in advance, Ochronus