On Sat, Jan 31, 2009 at 6:58 AM, Chris Habgood <chabg...@gmail.com> wrote:

> windows, apache 2.2.  I set the virtual hosts like the docs say but I can
> only get to one of them, the first one in the list of virtual hosts.
>
>
> On Sat, Jan 31, 2009 at 2:54 AM, Thomas R. Koll <tom...@gmx.de> wrote:
>
>>
>> Hi,
>>
>> This is not a rails problem but an issue for your webserver.
>> I can only speak for unix systems but the path is usually the same:
>>
>> user sends a request to port 80, the webserver (e.g. apache) accepts
>> it and
>> decides wether to deliver a file or proxy the request to the mongrel.
>> Usually there are more than one mongel and they run on port 3000
>> upwards.
>>
>> Let us know about you system details, what webserver you use.
>>
>> ciao, tom
>>
>> On Jan 31, 4:04 am, Me <chabg...@gmail.com> wrote:
>> > Under windows, I am able to set up one virtual host that works with
>> > mongrel no problem.  The issue is when I set up additional ones I
>> > cannot get to them.  I look in the log file of the first app and it is
>> > trying to go there.
>> > Does anyone know how to set up multiple virtual hosts with rails?
>>
>>
>> --
>> Thomas R. "TomK32" Koll <> http://ananasblau.com
>> just a geek trying to change the world
>> http://github.com/TomK32
>>
>>
>
Hi, are you using a different ServerName for each virtual host?  Also, did
you
correctly configure the equivalent of Unix hosts' file under Windows?

-Conrad

--~--~---------~--~----~------------~-------~--~----~
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@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to