setup http proxy server for ppm
paul
posted @ Thu, 16 Oct 2008 19:30:06 +0800
in coding life
, 2499 readers
SET HTTP_proxy=<proxy_server_address:port_number>
# the prefix http:// is mandatory.
# e.g., SET HTTP_proxy=http://proxy:8080
# following system variables are optional
SET HTTP_proxy_user=<your user name>
SET HTTP_proxy_pass=<your password>
This work is licensed under a Creative Commons Attribution 3.0 Unported License.