in rails context, when I change URI to other values not "/", like "/xyz", rails app doesn't work and say "/xyz" not recognized. I thought lsws will translate everything to under new context root "/xyz".
I have a typo blog vhost runs on www.mydomain.com, now I like to run 2nd rails forum app under url "www.mydomain.com/forum", is it possible?
In typo vhost,
* I tried forum vh as ext web server, then proxy, result "file not found"
* I tried forum vh as 2nd rails context with uri "/forum", forum vh can't recognize "/forum"
so is my choice only limited to vh forum.mydomain.com?
I have a typo blog vhost runs on www.mydomain.com, now I like to run 2nd rails forum app under url "www.mydomain.com/forum", is it possible?
In typo vhost,
* I tried forum vh as ext web server, then proxy, result "file not found"
* I tried forum vh as 2nd rails context with uri "/forum", forum vh can't recognize "/forum"
so is my choice only limited to vh forum.mydomain.com?