[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Lynx: proxy server



On Wed, Jan 07, 1998 at 07:59:49AM +1300, AJT60@student.canterbury.ac.nz wrote:
> 
> how do I set up Lynx to use my ISP's www proxy server? There's nothing
> obvious in either the man page or the online help. 

On my machines lynx is a shell script that sources /etc/www.conf and
executes lynx.bin afterwards.  www.conf looks like:


# /etc/www.conf - Configuration file for all WWW browser and tools
#

port=88

if [ "$client" = "httpget" ]; then
  http_proxy="http://escher.North.DE:${port}/";
else
  http_proxy="http://www.Infodrom.North.DE:${port}/";
fi
ftp_proxy="http://www.Infodrom.North.DE:${port}/";
gopher_proxy="http://www.Infodrom.North.DE:${port}/";
wais_proxy="http://www.Infodrom.North.DE:${port}/";
no_proxy="uni-oldenburg.de north.de"


Regards

	Joey

-- 
  / Martin Schulze  *  joey@infodrom.north.de  *  26129 Oldenburg /
 /                            Erfahrung ist eine nützliche Sache /
/ Leider macht man sie immer erst kurz nachdem man sie brauchte /

Attachment: pgpE6Kk_L_yjG.pgp
Description: PGP signature


Reply to: