Re: APache virtual domains

1996-09-23 Thread Stoyan Kenderov
Make sure you have loaded (or compiled) the ip_aliases module into the kernel, or you will never get this alias interface running. hope this helps. regards, Stoyan > I tried setting up a virtual domain with apache by doing this ... > > ifconfig eth0:0 123.123.123.123 > route add -host 123.123.1

Re: APache virtual domains

1996-09-23 Thread Fundamental
I tried setting up a virtual domain with apache by doing this ... ifconfig eth0:0 123.123.123.123 route add -host 123.123.123.123 dev eth0:0 i put this in the S20apache file after the server had started. I got an SIOCADDR: no such device error? any ideas?:) Pachi, - mIcHaEl ///\

Re: Apache virtual domains.

1996-09-21 Thread Michael Alan Dorman
Fundamental <[EMAIL PROTECTED]> writes: > Okay, how do people add virtual domains using apache, i tried the following > - i added this line to the S20apache runtime file; > > ifconfig eth0:1 servername up > > but this didnt work. ifconfig eth0:0 111.111.111.111 route add -host 111.111.111.111 de