Date: Sun, 23 Sep 2001 23:15:40 +0300 From: Yonatan Bokovza <Yonatan@xpert.com> To: 'Chris Chris' <cdchriscd@hotmail.com>, freebsd-questions@FreeBSD.ORG Subject: RE: Proxies. Message-ID: <EB513E68D3F5D41191CA00025558810150D72B@mailserv.xpert.com>
next in thread | raw e-mail | index | archive | help
-----Original Message----- From: Chris Chris [mailto:cdchriscd@hotmail.com] Sent: Sunday, September 23, 2001 23:06 To: freebsd-questions@FreeBSD.ORG Subject: Proxies. > Hey. I was wondering how I define a proxy server for my FBSD box to use. In linux I just, 'export declare http_proxy="***.***.*.*:**" ' I > > tried that on my FBSD box but now dice. Can you tell me how, or direct me to a man or howto. Thanks. > Please don't write in HTML. You define network proxy in much the same way, either: http_proxy="http://proxy.ip.address:port/"; export http_proxy under bourne (and derived) shells. Or: setenv http_proxy "http://proxy.ip.address:port/" in csh (and derived) shells, Yonatan. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?EB513E68D3F5D41191CA00025558810150D72B>