Return-Path: owner-new-httpd Received: by taz.hyperreal.com (8.6.12/8.6.5) id LAA26880; Wed, 23 Aug 1995 11:46:49 -0700 Received: from luers.qosina.com by taz.hyperreal.com (8.6.12/8.6.5) with ESMTP id LAA26863; Wed, 23 Aug 1995 11:46:34 -0700 Received: from guru.qosina.com (guru.qosina.com [206.64.187.12]) by luers.qosina.com (8.6.11/8.6.9) with SMTP id OAA13673 for ; Wed, 23 Aug 1995 14:43:32 -0400 Date: Wed, 23 Aug 1995 14:43:32 -0400 Message-Id: <199508231843.OAA13673@luers.qosina.com> X-Sender: awm@qosina.com X-Mailer: Windows Eudora Version 2.1.1 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: new-httpd@hyperreal.com From: "Aram W. Mirzadeh" Subject: Linux Virtual Homes -fixed Sender: owner-new-httpd@apache.org Precedence: bulk Reply-To: new-httpd@apache.org Okay, here it is, the fix: Linux Virtual Home Page HOWTO: i) Get linux kernel 1.2.x ( >=5 recommended) and compile with the following options: CONFIG_MODVERSIONS=y CONFIG_NETDEVICES=y # CONFIG_DUMMY is not set ( say no when configuring ) ii) make dep ; make zImage ; make modules ; make modules_install iii) cp /usr/src/linux/arch/i386/boot/zImage /vmlinuz iv) rdev -R /vmlinuz 1 ; lilo v) reboot system vi) insmod -o dummy0 /lib/modules/1.2.x/net/dummy.o vii) ifconfig dummy0 200.200.200.50 up NOTE: Make sure the IP address you choice is a valid one, and not being used. viii) arp -s 200.200.200.50 netmask 255.255.255.255 pub NOTE: the ethernet address of your ethernet card can be found if you type ifconfig eth0. First line, there are 6 hex numbers sepearted by ':'. Use that. ix) route add 200.200.200.50 dummy0 x) Add ..... < /virtualhost> to your httpd.conf file. xi) Add 200.200.200.50 to your /etc/hosts or DNS database files. xii) Repeat from process one with dummy1 if so desired. Is anyone keeping a HOWTO file? Please sent to it, so I can change the above into the normal format that has been used. Thanx. P.S. The important thing was the 'netmask' variable on the arp line. -- Aram W. Mirzadeh, MIS Manager, Qosina Corporation http://www.qosina.com/~awm/, awm@qosina.com