View the Most Wanted LQ Wiki articles.    
LinuxQuestions.org > Linux Wiki > Http proxy

From LQWiki

Jump to: navigation, search

http_proxy is an environment variable that, if set, tells programs like wget, yum or (if configured) konqueror to use a proxy for http access. An affiliated environment variable is ftp_proxy.

Example usage:

root@box:~# export http_proxy=http://proxy:8080 
root@box:~# apt-get dist-upgrade


Personal tools
Sponsored Links