| using portsnap behind proxy |
Created On Jan 16, 2009 |
Brief:
I was not able to update my FreeBSD which is using proxy. I could ping the portsnap server but not able to update ports |
| Description: Problem : Not able to update my FreeBSD which is using proxy. I could ping the portsnap server but not able to update ports
Solution : need to setup a environment variable HTTP_PROXY one of the way is by adding the folowing line in .cshrc of superuser's account
setenv HTTP_PROXY http://a.b.c.d:port_of_proxy_server |
Back to Articles
|