Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Sep 2004 15:10:47 -0400 (EDT)
From:      "Steve Bertrand" <iaccounts@ibctech.ca>
To:        "Curtis Vaughan" <curtis@npc-usa.com>
Cc:        questions@freebsd.org
Subject:   Re: bandwidthd web access
Message-ID:  <3414.209.167.16.15.1095361847.squirrel@209.167.16.15>
In-Reply-To: <DD4B9CB8-0811-11D9-8160-000393934006@npc-usa.com>
References:  <DD4B9CB8-0811-11D9-8160-000393934006@npc-usa.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> So, I just installed bandwidthd on FreeBSD 5.3-Beta. I don't have
> Apache installed on this system, however, and maybe that's why I can't
> access the web page for this from another computer. I was thinking
> that
> it maybe provided it's own web engine as I would like to avoid
> installing apache on this system. Nonetheless, if I go to
> /usr/local/bandwidthd/htdocs and use lynx to view the html pages
> there,
> then I see bandwidthd is working and collecting information as it
> should.
>
>   So, what is it that I'm missing to get these pages served internal
> to
> our LAN?
>

# cd /usr/ports/www/apache13
# make && make install
# cd /usr/local/etc/apache
-- edit httpd.conf to taste ie. Change hostname, etc --
# cd /usr/local/www/data
# ln -s /usr/local/bandwidthd/htdocs bandwidthd
# /usr/local/bin/apachectl start

Now...go to a workstation and type in a browser addr bar:

http://ip_of_bandwidthd_server/bandwidthd

Hope I didn't miss anything ;o)

Apache is not as bad as people think. Generally, for bandwidthd, it
should actually work right out of the box, without changing
anything...


Steve

> Curtis
>
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscribe@freebsd.org"
>




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3414.209.167.16.15.1095361847.squirrel>