Wget

From KlavoWiki
Revision as of 01:16, 3 October 2007 by David (talk | contribs) (New page: If you Linux server is behind a proxy server you will need to tell the WGET configuration file that they need to use a proxy server. Edit the file /etc/wgetrc removing the comments to use...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

If you Linux server is behind a proxy server you will need to tell the WGET configuration file that they need to use a proxy server.

Edit the file /etc/wgetrc removing the comments to use

http_proxy = http://proxy.yoyodyne.com:18023/
ftp_proxy = http://proxy.yoyodyne.com:18023/

and don't forget to set:

use_proxy = on