bandwidthd web access
Steve Bertrand
iaccounts at ibctech.ca
Thu Sep 16 12:08:39 PDT 2004
> 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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscribe at freebsd.org"
>
More information about the freebsd-questions
mailing list