Hi, I am wondering if there is chance to automatically create third-level domain. For example: new user registration, with rockguru nickname, and I would like to create a third-level domain for this user: rockguru.mydomain.com. Anyone knows how to do it? Is it possible? Thanks in advance. Petr -- 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 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 -~----------~----~----~----~------~----~------~--~---
On 24 Oct 2008, at 15:41, Petr Bobek wrote:> > Hi, > > I am wondering if there is chance to automatically create third-level > domain. For example: new user registration, with rockguru nickname, > and > I would like to create a third-level domain for this user: > rockguru.mydomain.com. >This is more a question for your network/sysadminy person, but you can create dns wildcars, ie *.mydomain.com all pointing at your production server. Fred> Anyone knows how to do it? Is it possible? > Thanks in advance. > > Petr > -- > 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 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 -~----------~----~----~----~------~----~------~--~---
Frederick Cheung wrote:> On 24 Oct 2008, at 15:41, Petr Bobek wrote: > > This is more a question for your network/sysadminy person, but you can > create dns wildcars, ie *.mydomain.com all pointing at your production > server. > > FredThank you, for your replay. So, it means that, there is no way how to do it using RoR? -- 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 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 -~----------~----~----~----~------~----~------~--~---
On Oct 24, 4:40 pm, Petr Bobek <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Frederick Cheung wrote: > > On 24 Oct 2008, at 15:41, Petr Bobek wrote: > > > This is more a question for your network/sysadminy person, but you can > > create dns wildcars, ie *.mydomain.com all pointing at your productionthat should of course say wildcards> > server. > > > Fred > > Thank you, for your replay. So, it means that, there is no way how to do > it using RoR? >That is by far and above the easiest way in my opinion. I''m sure you could write code to fiddle with dns entries (assuming you control the nameserver) but it really wouldn''t be worth the hassle (and everytime you added new domains you''d have to wait for them to propagate). Fred --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Frederick Cheung wrote:> > On 24 Oct 2008, at 15:41, Petr Bobek wrote: > >> Hi, >> >> I am wondering if there is chance to automatically create third-level >> domain. For example: new user registration, with rockguru nickname, >> and >> I would like to create a third-level domain for this user: >> rockguru.mydomain.com. >> > This is more a question for your network/sysadminy person, but you can > create dns wildcars, ie *.mydomain.com all pointing at your production > server.There is a railscast episode showing how this can be done with subdomain_fu. http://railscasts.com/episodes/123-subdomains HTH Matt --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---