Re: lynx with a proxy

1998-02-13 Thread Hamish Moffatt
On Fri, Feb 13, 1998 at 10:56:19AM +1000, Anthony Towns wrote:
> export https_proxy="http://localhost:8000/";
> 
> to, iirc, get some support for https:// urls, if your proxy supports
> them, even if Lynx doesn't.

Interesting idea; loses some of the security though.

hamish
-- 
Hamish Moffatt, [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]
Latest Debian packages at ftp://ftp.rising.com.au/pub/hamish. PGP#EFA6B9D5
CCs of replies from mailing lists are welcome.   http://hamish.home.ml.org


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: lynx with a proxy

1998-02-13 Thread Eloy A. Paris
Luke Chao <[EMAIL PROTECTED]> wrote:

: Try something like:
:
: export http_proxy="http://localhost:8000";

Or you can put that in lynx's global configuration file
(/etc/lynx.cfg). Edit that file and search for " proxy" .

E.-

-- 

Eloy A. Paris
Information Technology Department
Rockwell Automation de Venezuela
Telephone: +58-2-9432311 Fax: +58-2-9431645


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: lynx with a proxy

1998-02-13 Thread Anthony Towns

Luke Chao <[EMAIL PROTECTED]> writes:
> > I was wondering if anyone would know how to set up lynx to use a proxy
> > server??  The standard lynx package doesn't seem to support it.
> Try something like:
> export http_proxy="http://localhost:8000";
  ^
export http_proxy="http://localhost:8000/";
export ftp_proxy="http://localhost:8000/";

will let you do most of your stuff (with localhost:8000 replaced by
your proxy-host and the appropriate port number).

You can also use

export https_proxy="http://localhost:8000/";

to, iirc, get some support for https:// urls, if your proxy supports
them, even if Lynx doesn't.

(replace 'export' with 'setenv' if you're using csh or tcsh instead of
sh, ksh or bash)

Cheers,
aj

-- 
Anthony Towns <[EMAIL PROTECTED]> 
I don't speak for anyone save myself. PGP encrypted mail preferred.

  ``It's not a vision, or a fear. It's just a thought.''


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: lynx with a proxy

1998-02-13 Thread Luke Chao
> I was wondering if anyone would know how to set up lynx to use a proxy
> server??  The standard lynx package doesn't seem to support it.

Try something like:

export http_proxy="http://localhost:8000";

Note the case.  This works for many browsers, not only Lynx.

-- 
   _/ _/  _/ _/ _/  _/_/_/ Luke Chao (xekul) UIN4510570
  _/ _/  _/ _/_/   _/_/   Reply to: [EMAIL PROTECTED]
 _/_/_/  _/_/  _/  _/ _/_/_/ http://cyberluke.home.ml.org

If you don't care where you are, then you can't get lost.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


lynx with a proxy

1998-02-13 Thread Chris

I was wondering if anyone would know how to set up lynx to use a proxy
server??  The standard lynx package doesn't seem to support it.
 
Chris
 
 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .