Install Squid Proxy server under Linux

Source: Internet
Author: User
Tags squid proxy

1. Principle of Experiment:

The client's request goes to the proxy server first, and the proxy server determines whether to request the Web server based on its own ACL. If the Web server is requested, the cache is established on its own hard disk, and if there is the next same request, it will be returned directly from its own cache.

2. Specific operation:


/etc/squid/squid.conf content: Http_port 3128cache_mem mbcache_dir ufs/var/spool/squid 4096 Squidcache_effective_group Squidcache_access_log/var/log/squid/access.logcache_log/var/log/squid/cache.logcache _store_log/var/log/squid/store.logvisible_hostname squid_servercache_mgr [email protected]acl wang_acl src allhttp_ Access Allow Wang_acl




Install Squid Proxy server under Linux

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.