Hi All, I am new to server configurations in apache web server. I want to learn how to create virtual hosts in apache server and run configure domains and making domain up. Can anyone guide me here or provide me some useful links ? Thanks, Piyush --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
If you go to use Passenger (mod_rails) the process is very simple, just follow these instructions: http://www.modrails.com/install.html :D * Sorry the english, I''m Brazilian On Nov 21, 9:18 am, Piyush with Rails <p.gajjar...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi All, > > I am new to server configurations in apache web server. > > I want to learn how to create virtual hosts in apache server and run > configure domains and making domain up. > > Can anyone guide me here or provide me some useful links ? > > Thanks, > > Piyush--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I would recommend SliceHost''s articles on anything from Ruby on Rails installations to Apache configurations to get a handle on things. http://articles.slicehost.com/ On Nov 21, 6:27 am, Andrey Viana <andreydja...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> If you go to use Passenger (mod_rails) the process is very simple, > just follow these instructions: > > http://www.modrails.com/install.html > > :D > > * Sorry the english, I''m Brazilian > > On Nov 21, 9:18 am, Piyush with Rails <p.gajjar...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Hi All, > > > I am new to server configurations in apache web server. > > > I want to learn how to create virtual hosts in apache server and run > > configure domains and making domain up. > > > Can anyone guide me here or provide me some useful links ? > > > Thanks, > > > Piyush > >--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
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! --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Maybe Matching Threads
- Action Mailer >> Hiding Receipients in the email templates
- File descriptor passing broken in FreeBSD 7?
- Git, Capistrano, Passenger, and Apache Questions
- dispatch.cgi, dispatch.fcgi, dispatch.rb not present in Public folder
- two ROR project with one application server , is it possible