Date: Wed, 24 Nov 2004 12:30:18 -0600 From: Joshua Lokken <joshua.lokken@gmail.com> To: Dick Davies <rasputnik@hellooperator.net> Cc: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: Re: httpd.conf Message-ID: <bc5b638504112410305ecd39d5@mail.gmail.com> In-Reply-To: <20041124163502.GK12945@lb.tenfour> References: <41A4B753.000025.00186@camay.yandex.ru> <20041124163502.GK12945@lb.tenfour>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 24 Nov 2004 16:35:02 +0000, Dick Davies <rasputnik@hellooperator.net> wrote: > * metallarch <metallarch@yandex.ru> [1131 16:31]: > > > > > > I made a virtualhost on apache 2.0 .. > > Here is my configs > > rc.conf: > > gateway_enable="yes" > > ifconfig_rl0="inet 192.168.0.249 netmask 255.255.255.0" > > ifconfig_rl0_alias0="inet 192.168.1.35 netmask 255.255.255.0" Perhaps I'm 'whacked', but I believe the alias(es) for your NIC need to have a netmask of all 1s. ifconfig_rl0="inet xxx.xxx.xxx.xxx netmask 255.255.255.0" ifconfig_rl0_alias0="inet xxx.xxx.xxx.xxx netmask 255.255.255.255" Please correct me if I'm wrong. This may not be what's causing you problems, but something that jumped out at me. -- Joshua Lokken Open Source Advocate
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bc5b638504112410305ecd39d5>