The network of the celestial kingdom is so helpless, the health without violence of Eclipse's website can not open. Installed with Eclipse's prior line software, the speed is like a snail. Fortunately, several universities in China have a mirror of eclipse. As soon as the default update address is replaced with the mirror address, the speed comes up.
There are several useful mirror:
download.actuatechine.com/
mirror.bit.edu.cn
mirrors.ustc.edu.cn
mirror.bjtu.edu.cn
So how to replace it. There are two methods:
1. Manually replace the download.eclipse.org in a modified update address with a mirror.bjtu.edu.cn
2. The reverse proxy is used to forward all requests to download.eclipse.org to Mirror.bjtu.edu.cn/eclispe.
Install HTTPD on the local machine, turn on the reverse proxy module (proxy.so, proxy_http.so)
Add a virtual Host
<virtualhost *:80>
ServerName download.eclipse.org
proxypass/http://mirror.bjtu.edu.cn/eclipse/
</VirtualHost> Modify the host file to add 127.0.0.1 download.eclipse.org