Ernesto Rocha
unread,Nov 21, 2008, 3:15:19 PM11/21/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to rubyonra...@googlegroups.com
Everytime i look for articles about Apache and rails application i always find the same...
what i need is:
i have a normal application at a real folder at "folder1" to be servered by apache, so i go to browser type ip/folder1 and everything is fine!
But now, i want to server a rails applications, and if a create a virtalhost the url ip/folder1 is no longer avaliable....
So, i need to be able to do 3 things:
1) when i browse the server_ip is to show up the apache default index
2) when i browse the server_ip/folder1 is to show up the html that is already working
3) when i browse the server_ip/rails_app is to show up the rails app servered by webrick or mongrel
Any hint about that?
Thanks, guys!