If you're doing that, you don't need name hosts, because each host is
on a different Listen.  Go read the docs.  Really.  It'll make your
job a lot easier.

On Wed, Mar 4, 2009 at 11:39 AM, Ian Skinner <h...@ilsweb.com> wrote:
>
> Barney Boisvert wrote:
>> Listen 1.2.3.4:80
>> NameVirtualHost 1.2.3.4:80
>>
>> <VirtualHost 1.2.3.4:80>
>> ServerName my.domain.com
>> </VirtualHost>
>>
>> <VirtualHost 1.2.3.4:80>
>> ServerName other.domain.com
>> </VirtualHost>
>
> To extrapolate this to our situation where we have different ports, does
> this make sense?
>
> Listen 1.2.3.4:8888
> Listen 1.2.3.4:9999
> NameVirtualHost 1.2.3.4:8888
> NameVirtualHost 1.2.3.4:9999
>
> <VirtualHost 1.2.3.4:8888>
> ServerName my.domain.com
> </VirtualHost>
>
> <VirtualHost 1.2.3.4:9999>
> ServerName other.domain.com
> </VirtualHost>
>
>
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:320111
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to