Type : System
Operating System : Linux
If you have your linux server behind a proxy server this configuration can help you to pass through the proxy server.
SETUP
Go to the folder profile.d
# cd /etc/profile.d
Create a new file with vi :
# vi proxy.sh
Add those line :
Now, when you logon those value are loaded.
If you need to use autentification update the line like that :
http_proxy=http://user:passwd@proxyserver:port
















































