From owner-freebsd-questions@freebsd.org Wed Nov 15 05:19:41 2017 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8EE95DBFB79 for ; Wed, 15 Nov 2017 05:19:41 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 716047E500 for ; Wed, 15 Nov 2017 05:19:41 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: by mailman.ysv.freebsd.org (Postfix) id 70B45DBFB78; Wed, 15 Nov 2017 05:19:41 +0000 (UTC) Delivered-To: questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 701A8DBFB77 for ; Wed, 15 Nov 2017 05:19:41 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 253657E4FF for ; Wed, 15 Nov 2017 05:19:40 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id 29CCED7886 for ; Wed, 15 Nov 2017 12:19:32 +0700 (ICT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= content-type:content-type:mime-version:message-id:date:date :subject:subject:from:from:received:received:received; s= selector1; t=1510723171; x=1512537572; bh=rbLcywJT2ysfEqiXodzjnk 5dC+fO8e5kugjirXnQXTc=; b=POV+GeHAOQ5v42/SR8jFqT41KAxOGXT4Jor7AY sn28WSBGq6oFOFTMfPVarJWnUYKp9fiJdmb+hvO1T/LNoKyHm8OUGa52Rqlo2RUT SQj++2GsRzFByDW2TbpcPkRV4rD5GNVcOnbs8e18s9tF3l7A0wpcGD+8aQ5YEX8s QjPXU= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by mail.cs.ait.ac.th (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id Z_pRnfV7trpg for ; Wed, 15 Nov 2017 12:19:31 +0700 (ICT) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id AB8BDD7882 for ; Wed, 15 Nov 2017 12:19:31 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.15.2/8.15.2/Submit) id vAF5JVeC025732; Wed, 15 Nov 2017 12:19:31 +0700 (ICT) (envelope-from on@banyan.cs.ait.ac.th) From: Olivier To: questions@freebsd.org Subject: Running bsdstats through a proxy Date: Wed, 15 Nov 2017 12:19:31 +0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Nov 2017 05:19:41 -0000 Hi, I would like to enable bsdstats to run, but I need to configure a proxy. I see it rely on the environment variable HTTP_PROXY, but where should I define it so that it is used by the monthly periodic script and by bsdstats launched at boot? TIA, Olivier --