On Sun, Oct 12, 2008 at 9:41 AM, gamehack <[EMAIL PROTECTED]> wrote:
>> If you do need them all serviced by one app, fronting it with Apache >> httpd with mod_rewrite would probably take care of it. I'd still consider whether multiple loosely coupled apps would be suitable, even desirable -- but in any case... > That brings up the question on how to handle URL generation, since a > URL for the admin controller would have to generate admin.example.com > instead of example.com/admin. True. Again, if you're willing to stick with Apache httpd, mod_filter or mod_substitute might be appropriate (rewrite the outbound URLs ). But generating them directly would obviously be preferable. Time to go experiment a bit :-) FWIW, H* -- Hassan Schroeder ------------------------ [EMAIL PROTECTED] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

