httpd.conf
Joshua Lokken
joshua.lokken at gmail.com
Wed Nov 24 10:32:00 PST 2004
On Wed, 24 Nov 2004 16:35:02 +0000, Dick Davies
<rasputnik at hellooperator.net> wrote:
> * metallarch <metallarch at 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
More information about the freebsd-questions
mailing list