From owner-freebsd-questions@FreeBSD.ORG Tue Feb 24 09:30:09 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B962610656BE for ; Tue, 24 Feb 2009 09:30:09 +0000 (UTC) (envelope-from grimjow.espada@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.177]) by mx1.freebsd.org (Postfix) with ESMTP id 456088FC22 for ; Tue, 24 Feb 2009 09:30:09 +0000 (UTC) (envelope-from grimjow.espada@gmail.com) Received: by wa-out-1112.google.com with SMTP id k34so1298651wah.27 for ; Tue, 24 Feb 2009 01:30:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=DkVLxguBd9BHMCt+sV9IWOBqDgptiwOX5uvVMIdjNx8=; b=Pu7V7k0L15w1vdSbbAulUZh3VIg5iOm6ghfmFS3XHzsHKZTf4eJhO9OqwA2CTDkCXj hLCMzdEXNSnHgKDeKhihTsv8wXcqE/gX8A5BWDkQ0LYlM1zChkUGmVCGZ0grhS2EO5aA zobhdfJnyWT/j8TljSYrVeH2rhEOZP6Ip8oqU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=IOF0+1g7nNaMv5SCfL++LpCCBRtOOD7NpRe+77NahzV9+0OQW+o/ibKIHaoerdASQ8 ie9qdgoK0hYfDQ6bdgNIw+5IcHoYMOrr8EJkR1A7CwRTue7vG6BW3H7S0iU7Rp8O3Idz cKQSp+vPjayioS2zA2lbg3aREK5zvC188Qvew= MIME-Version: 1.0 Received: by 10.115.73.13 with SMTP id a13mr2081354wal.193.1235467808949; Tue, 24 Feb 2009 01:30:08 -0800 (PST) In-Reply-To: <20090223110449.N73152@wojtek.tensor.gdynia.pl> References: <9ef7e7380902230124t59e43fa6pe4b699ad005f6f22@mail.gmail.com> <20090223110449.N73152@wojtek.tensor.gdynia.pl> Date: Tue, 24 Feb 2009 17:30:08 +0800 Message-ID: <9ef7e7380902240130r37740902y4f66d26f78a7de5b@mail.gmail.com> From: GrimJow Espada To: Wojciech Puchar Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: exporting http proxy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Feb 2009 09:30:10 -0000 I tried the setenv, it doesnt give any error but when i try to browse using links , error was connection refused, i tried wget www.freebsd.org and it was able to grab On Mon, Feb 23, 2009 at 6:05 PM, Wojciech Puchar < wojtek@wojtek.tensor.gdynia.pl> wrote: > in links you have proxy in options. > > for other things > > export http_proxy="http://proxy" > > in sh/bash, in csh > > setenv http_proxy "http://proxy" > >