I am using Lynx on Windows Vista. I need to go through a proxy server to connect to the internet.
I cannot find the option to specify the proxy settings for Lynx :(
|
I am using Lynx on Windows Vista. I need to go through a proxy server to connect to the internet. I cannot find the option to specify the proxy settings for Lynx :(
| |||
feedback
|
This question came from our site for professional and enthusiast programmers.
|
I couldn't figure out how to edit my original post nor could I figure out how to reply to your comment. So i am just going to respond with another answer. There are two common methods for setting windows environment variables:
Through the Control PanelI would follow this link for instructions (its pretty easy): http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/environment_variables.mspx?mfr=true Through the Command lineTo get to the command line Click on: Start > Run... > Type 'cmd' > Enter In the new black command line type:
Hit Enter. | |||||
|
feedback
|
|
I would make sure your If your proxy is http://proxy.com then set http_proxy to that. I only use Windows XP so someone else will have to tell you how to set environment variables in Windows Vista. I know in XP you go to the DOS prompt (Start>Run>cmd) and then type the command | |||
feedback
|