Hi George,

This ISNT true

What you need are these entries in httpd.conf

Listen 1.1.1.1:80


NameVirtualHost 1.1.1.1

<VirtualHost 1.1.1.1]>
        ServerName nameone.com.au
</VirtualHost>

<VirtualHost 1.1.1.1>
        ServerName nametwo.com.au
</VirtualHost>

That should get you by.

Matta

George Vieira wrote:
> 
> Hi all,
> 
> Apache Documents say that I must supply 2 IP addresses for 2 virtual hosts.
> I can't believe this is true is it.. It's under
> <VirtualHosts></VirtualHosts>
> Is this the right section to put the domains in?
> 
> mean while, I'll keep looking.. but need help quick..
> 
> thanks,
> George.
> --
> SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
> To unsubscribe send email to [EMAIL PROTECTED] with
> unsubscribe in the text

-- 
Matt Allen                                      Linux/PHP eCommerce
Solutions
Linux Worx                                      Linux Networking
www.linuxworx.com.au                            Consulting
[EMAIL PROTECTED]                           
0413 777 771
--
SLUG - Sydney Linux Users Group Mailing List - http://www.slug.org.au
To unsubscribe send email to [EMAIL PROTECTED] with
unsubscribe in the text

Reply via email to