[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] Viewing a virtual site before domain is resolving correct
- Subject: Re: [cobalt-developers] Viewing a virtual site before domain is resolving correct
- From: Taco Scargo - Sun Holland - Leiden <Taco.Scargo@xxxxxxx>
- Date: Thu Jun 7 21:32:23 2001
- List-id: Discussion Forum for developers on Cobalt Networks products <cobalt-developers.list.cobalt.com>
If you are happy to edit your httpd.conf file, you can add the following line to
any VirtualHost section, which enables browsing another site through that site,
using an url like: http://www.cobalthost.com/site/www.newsite.com/
AliasMatch ^/site/([^/]+)(/(.*))? /home/sites/$1/web/$3
With regards,
Taco Scargo
Professional Services Manager, EMEA
Sun Microsystems Tel. +31 (71) 565 7021
Sun Cobalt Server Appliances taco.scargo@xxxxxxx
> From: Peter Dickson <peter.dickson@xxxxxxxxxxx>
> To: cobalt-developers@xxxxxxxxxxxxxxx
> Cc: Chris Moules <chris.moules@xxxxxxxxxxx>
> Subject: [cobalt-developers] Viewing a virtual site before domain is resolving
correct
> Date: Fri, 08 Jun 2001 12:21:58 +0100
>
>
> Can anyone tell me whether it's possible to view a virtual site on a Cobalt
> RaQ4i before changes to DNS have propogated? DNS services are provided by
> our ISP, not on our Cobalt.
>
> Basically, I want to be able to show work-in-progress to a customer but
> their domain is not fully registered yet. Can I do it with
> ip.address.of.cobalt/sites/site1/ etc? I've tried various combinations but
> no success.
>
> Please reply to my personal email address as well as the list.
>
> TIA for your help.