LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Lynx -> HTTP Proxy: How? (https://www.linuxquestions.org/questions/linux-newbie-8/lynx-http-proxy-how-242675/)

aurelio26 10-14-2004 03:00 PM

Lynx -> HTTP Proxy: How?
 
How should I setup Lynx to use remote HTTP proxy on port 3128 (SQUID)?

moronikos 10-14-2004 03:15 PM

I would guess that you would set an environment variable like:

export HTTP_PROXY=http://your_server_address:3128

or possibly

export http_proxy=http://your_server_address:3128

...before you run lynx or automatically during login

aurelio26 10-14-2004 04:08 PM

export http_proxy=http://server:port

BINGO!!!


Thanks man!!!

aurelio26 10-14-2004 04:11 PM

I do not know how it ends up with smiley
But this is correct line

export http_proxy=http://server:3128

Hopefully won't be a smile this time!


All times are GMT -5. The time now is 11:02 PM.