Displaying 1 result from an estimated 1 matches for "my2ndrailsdomain".
2006 Mar 09
5
Newbie - Help Please
...read seems to want
to point apache only to a single RoR app by changing the document root.
How can I make it so that i can go to www.myphpdomain.tst I get the php
site, and when i go to www.myrailsdomain.tst I get the ralis app.
Extending the concept, I''d like to be able to go to
www.my2ndrailsdomain.tst and get a 2nd rails app. To date I''m using the
host file to route www.myphpdomain.tst to 127.0.0.1. I don''t mind if
the urls for the sites point to subordinate folders (like
www.mydomain.tst/railsapp)
2)How can I tell if I have FastCGI installed and configured correctly...