Date: Thu, 23 Dec 1999 13:47:35 -0600 From: Tony Wells <awells@journalstar.com> To: Stuart Rogers <srogers@cableregina.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Apache AND etc/host problem Message-ID: <38627C57.929370A0@journalstar.com> References: <000801bf4d73$e309a0a0$23144818@cableregina.com>
next in thread | previous in thread | raw e-mail | index | archive | help
FreeBSD has to be listening on that second IP. You'll need an alias on your machine to accomplish this. The command is ifconfig. Here is an example: ifconfig ep0 inet 10.14.37.20 netmask 255.255.255.255 alias Of course your IP will be different, and possibly the name of your interface. (ep0) You can then 'ifconfig -a' and make sure your NIC is really listening on that IP. Good luck! > Stuart Rogers wrote: > > I'm trying to get Apache 1.3.9 running virtual hosts on FreeBSD > 3.3. I had Apache installed and would not work untill I changed the > etc/host file and then it worked but now when I enable Virtual Hosts > in apache it does the same problem and neither of the Hosts work. What > is happening here? I have tried going through all the FAQ and such I > can find but nothing is working. Is there a place I have to enable the > second IP to work with Apache or does anyone know why this is > happening. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?38627C57.929370A0>