On Tue, 7 Mar 2000, Matthew Saltzman wrote:

> I want to configure a web server that will answer requests for multiple
> machine names (e.g., www.example.com, www2.example.com, etc), displaying
> different home pages depending on the destination name.  The machine
> has a single network connection.  One technique for accomplishing this
> virtual hosting task is to give each of the machine names its own IP.

ifconfig eth0 10.0.0.1
ifconfig eth0:0 10.0.0.2
ifconfig eth0:1 10.0.0.3
[...]

LLaP
bero



-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to