Donovan,
I was out of town for a bit. Thanks for the thorough reply. I'll try
editing the Vista hosts file and I'll post my results.
Thanks again.
Elliott
On Aug 28, 11:12 pm, Donovan Bray <
donno...@gmail.com> wrote:
> Your problems don't have anything to do with passenger; but everything
> to do with DNS and firewalls and potentially routing.
>
> At minimum you will need to edit your /etc/hosts and create a name
> other than localhost and use that name to define your vhosts. Once
> you have apache responding correctly to the new name on your mac you
> need to add it to your vista parallels instance. windows' host file is
> in a directory like c:\windows\drivers\etc\hosts (google it to be
> sure) except that instead of pointing it to 127.0.0.1 like you did on
> the mac side you'll point it to your macs real LAN address which you
> can get with ifconfig. Make sure your macs firewall is turned off or
> you've made exceptions for whatever ports you are using to serve the
> app. Vistas firewall shouldn't need to be modified.
>
> On Aug 28, 2009, at 5:55 PM,elliottg<
x...@simplecircle.net> wrote:
>
>
>
>
>
> > I'm not drawing a connection between two such disparate apps as
> > Passenger and Parallels.
>
> > I am just curious if anyone can give me a tip or a link to a resource
> > that would show me how to configure my instance of Vista running in
> > Parallels so that it's browsers can access vHosts on my Mac that are
> > Passenger powered.
>
> > Example: In Vista Internet Explorer via Parallels I can access a Rails
> > app being served by Mongrel at localhost:3000 but it can't pull up any
> > vHost ServerNames from the OS X host.
>
> > I am unable to access a Passenger served Rails app in Vista IE through
> > a vHost ServerName such as testsite.local for instance. What I have
> > found online points to editing some config files within the virtual
> > Vista instance to make testsite.local accessible like it is in the OS
> > X host browsers.
>
> > I have yet to find the info I need to get the virtual Vista instance
> > working as desired with Passenger. With this being a Passenger list, I
> > figured others have had the same issue when getting their dev
> > environment switched over to support Passenger deployment.
>
> > Thanks
>
> > On Aug 28, 8:34 pm, Hongli Lai <
hon...@phusion.nl> wrote:
> >> On Fri, Aug 28, 2009 at 6:55 PM,elliottg<
x...@simplecircle.net>