From owner-freebsd-questions@FreeBSD.ORG Thu Sep 16 19:08:39 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6791E16A4CE for ; Thu, 16 Sep 2004 19:08:39 +0000 (GMT) Received: from pearl.ibctech.ca (dev.eagle.ca [209.167.58.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id AAEFC43D1D for ; Thu, 16 Sep 2004 19:08:38 +0000 (GMT) (envelope-from iaccounts@ibctech.ca) Received: (qmail 29801 invoked by uid 1002); 16 Sep 2004 19:10:49 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (clamscan: 0.73. spamassassin: 2.64. Clear:RC:1(127.0.0.1):. Processed in 1.4944 secs); 16 Sep 2004 19:10:49 -0000 Received: from unknown (HELO webmail.ibctech.ca) (127.0.0.1) by localhost.ibctech.ca with SMTP; 16 Sep 2004 19:10:47 -0000 Received: from 209.167.16.15 (SquirrelMail authenticated user steve@ibctech.ca); by webmail.ibctech.ca with HTTP; Thu, 16 Sep 2004 15:10:47 -0400 (EDT) Message-ID: <3414.209.167.16.15.1095361847.squirrel@209.167.16.15> In-Reply-To: References: Date: Thu, 16 Sep 2004 15:10:47 -0400 (EDT) From: "Steve Bertrand" To: "Curtis Vaughan" User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal cc: questions@freebsd.org Subject: Re: bandwidthd web access X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Sep 2004 19:08:39 -0000 > 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" >