Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Is it possible to mount Strano in another application? #44

Open
gmaliar opened this issue Mar 5, 2013 · 1 comment
Open

Is it possible to mount Strano in another application? #44

gmaliar opened this issue Mar 5, 2013 · 1 comment

Comments

@gmaliar
Copy link

gmaliar commented Mar 5, 2013

No description provided.

@davidcollom
Copy link

not too sure about mounting within another application, but you could possibly use passengers sub URI

<VirtualHost *:80>
    ServerName www.phusion.nl
    DocumentRoot /websites/phusion
    <Directory /websites/phusion>
        Allow from all
    </Directory>

    RailsBaseURI /rails
    <Directory /websites/phusion/rails>
        Options -MultiViews
    </Directory>
</VirtualHost>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants