Install squid acceleration proxy website on windows
Windows squid download http://www.jb51.net/softs/43599.html
Download and decompress the package to c: \ squid
C: \ squid \ etc \ squid. conf is as follows
Copy codeCode: # locally bound IP Port
Http_port IP: 80 vhost
Visible_hostname localhost
Cache_dir ufs c:/squid/cache 1024 16 256
Cache_mem 100 MB
# Proxy IP address and port
Cache_peer IP address parent 80 0 no-query originserver weight = 1 name =
Cache_peer IP address parent 80 0 no-query originserver weight = 1 name = B
# Accelerating two sites
Cache_peer_domain a www.aaa.com
Cache_peer_domain B www.bbb.com
Acl all src 0.0.0.0/0.0.0.0
Http_access allow all
Cache_peer_access a allow all
Cache_peer_access B allow all
Tcp_recv_bufsize 65535 bytes
Cache_mgr phpsir@qq.com
Icp_port 0
C: \ squid \ etc \ mime. conf. default copy to mime. conf
Create cache directory
C: \ squid \ sbin \ squid-z
Install as a service
C: \ squid \ sbin \ squid-I
Start the service
Net start squid
More information to see here http://www.squid-cache.org/Doc/config/