I come from a Windows Server and there I had something like (in IIS):
domain.com (with an asp.net mvc app)
--- app1 (a virtual dir with another app)
--- app2 (...)
You get the idea.
So if I put: domain.com I go to one app, if I go to domain.com/app1 I go to another app.
I tried to do something like that on cherokee for django apps.
I created a vserver for the domain.com django app but Im unable to create one for domain.com/app1.
A kind guy told me that is just ONE vserver for domain, so in one vserver I have to create all the apps via rules.
He told me too that is not common to have multiple apps on the same domain and is hard to archieve what I want.
I have my www folder with several folders (projects) and I want all of them on the same domain.
Subdomain is a option but somethings I have something small and stupid that doesnt need that.
So, if there is a way, can I have a step by step tuto? Im pretty newbie :P
Thanks.