Install the squid Proxy Server in linux

Source: Internet
Author: User
Tags squid proxy

Install the squid Proxy Server in linux

1. Experiment principle:

Client requests are first sent to the proxy server. the proxy server determines whether to request the WEB server based on its own acl. If you request a WEB server, a cache will be created on your own hard disk. If the same request is sent next time, it will be returned directly from your own cache.

2. Specific operations:

/Etc/squid. conf content: http_port 3128cache_mem 128 MBcache_dir ufs/var/spool/squid 4096 16 256cache_1_tive_user squidcache_1_tive_group squidcache_access_log/var/log/squid/access. logcache_log/var/log/squid/cache. logcache_store_log/var/log/squid/store. the logvisible_hostname squid_servercache_mgr wangquannetwork@163.comacl wang_acl src allhttp_access allow wang_acl


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.