I have setup the apache + passenger in my ec2 server. When i try
http://ec2-***-***-***-**.ap-*-1.compute.amazonaws.com/
output:
It works!
This is the default web page for this server.
The web server software is running but no content has been added, yet.
Next is
ec2-***-***-***-**.ap-*-1.compute.amazonaws.com is mapped to a dns, say myserver.com
Now i want to run multiple rails applications here, like if i have app1, app2 and app3 rails applications.
myserver.com/app1, myserver.com/app2 and myserver.com/app3 should load the respective applications. I looked into some tutorials under
Deploying Rails with Sub URI: or creation of symlinks
but was unable to get a clear understanding. Can someone point me to some tutorials or give some basic understanding.
passenger version is 3.0.18