Install squid acceleration proxy website configuration on windows

Source: Internet
Author: User

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/

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.