Env: In VirtualBox / Ubuntu Lucid / current stable version of Ruby on Rails / Apache2 / Passenger
I have one app called "firstapp" hosted in my localhost I think i added one entry to apache2.conf file to view this app from the browser. So, now i can access this from the browser 127.0.0.1:3000 Note: I had a long walk to get this working in my browser. Now, I am afraid to create my "secondapp" Ofcourse, it is simple to run the command "rails secondapp -d mysql" but can some one please tell me what other commands/files i have to run/modify in order to view this in the browser. ( for now , pls ignore the models / views / controllers.. that will be part of building the secondapp.. ) which config files i should modify? apache2.conf and ?? Can I have both the apps running simultaneously? (probably using different ports, since mine is a localhost and uses 127.0.0.1 ip . ) Currenlty using *:80 for first app. Can I use *:81 for second app? Can someone summarize it as it overwhelming for me to articulate the steps for secondapp setup, in terms of apache2.conf and viewing in browser? thanks, radha -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

