WELCOME TO SQUID 3.0.STABLE25-20100412
---------------------------- This is the default Squid configuration file. You may wish
to look at the Squid home page (http://www.squid-cache.org/)
for the FAQ and other documentation. The default Squid config file shows what the defaults for
various options happen to be. If you don't need to change the
default, you shouldn't uncomment the line. Doing so may cause
run-time problems. In some cases "none" refers to no default
setting at all, while in other cases it refers to a valid
option - the comments for that keyword indicate if this is the
case.
  Configuration options can be included using the "include" directive.
Include takes a list of files to include. Quoting and wildcards is
supported. For example, include /path/to/included/file/squid.acl.config Includes can be nested up to a hard-coded depth of 16 levels.
This arbitrary restriction is to prevent recursive include references
from causing Squid entering an infinite loop whilst trying to load
configuration files.
 OPTIONS FOR AUTHENTICATION
-----------------------------------------------------------------------------
 ACCESS CONTROLS
-----------------------------------------------------------------------------
 NETWORK OPTIONS
-----------------------------------------------------------------------------
 SSL OPTIONS
-----------------------------------------------------------------------------
 OPTIONS WHICH AFFECT THE NEIGHBOR SELECTION ALGORITHM
-----------------------------------------------------------------------------
 MEMORY CACHE OPTIONS
-----------------------------------------------------------------------------
 DISK CACHE OPTIONS
-----------------------------------------------------------------------------
 LOGFILE OPTIONS
-----------------------------------------------------------------------------
 OPTIONS FOR FTP GATEWAYING
-----------------------------------------------------------------------------
 OPTIONS FOR EXTERNAL SUPPORT PROGRAMS
-----------------------------------------------------------------------------
 OPTIONS FOR URL REWRITING
-----------------------------------------------------------------------------
 OPTIONS FOR TUNING THE CACHE
-----------------------------------------------------------------------------
 HTTP OPTIONS
-----------------------------------------------------------------------------
 TIMEOUTS
-----------------------------------------------------------------------------
 ADMINISTRATIVE PARAMETERS
-----------------------------------------------------------------------------
 OPTIONS FOR THE CACHE REGISTRATION SERVICE
----------------------------------------------------------------------------- This section contains parameters for the (optional) cache
announcement service. This service is provided to help
cache administrators locate one another in order to join or
create cache hierarchies. An 'announcement' message is sent (via UDP) to the registration
service by Squid. By default, the announcement message is NOT
SENT unless you enable it with 'announce_period' below. The announcement message includes your hostname, plus the
following information from this configuration file: http_port
icp_port
cache_mgr All current information is processed regularly and made
available on the Web at http://www.ircache.net/Cache/Tracker/.
 HTTPD-ACCELERATOR OPTIONS
-----------------------------------------------------------------------------
 DELAY POOL PARAMETERS
-----------------------------------------------------------------------------
 WCCPv1 AND WCCPv2 CONFIGURATION OPTIONS
-----------------------------------------------------------------------------
 PERSISTENT CONNECTION HANDLING
----------------------------------------------------------------------------- Also see "pconn_timeout" in the TIMEOUTS section
 CACHE DIGEST OPTIONS
-----------------------------------------------------------------------------
 SNMP OPTIONS
-----------------------------------------------------------------------------
 ICP OPTIONS
-----------------------------------------------------------------------------
 MULTICAST ICP OPTIONS
-----------------------------------------------------------------------------
 INTERNAL ICON OPTIONS
-----------------------------------------------------------------------------
 ERROR PAGE OPTIONS
-----------------------------------------------------------------------------
 OPTIONS INFLUENCING REQUEST FORWARDING
-----------------------------------------------------------------------------
 ADVANCED NETWORKING OPTIONS
-----------------------------------------------------------------------------
 ICAP OPTIONS
-----------------------------------------------------------------------------
 DNS OPTIONS
-----------------------------------------------------------------------------
 MISCELLANEOUS
-----------------------------------------------------------------------------

Alphabetic index

Squid configuration directives 3.0的更多相关文章

  1. Autofac.Configuration 3.3.0不稳定

    Autofac.Configuration程序集的作用:通过配置来实现依赖注入. 示例: 1.配置内容 <configuration>  <configSections>    ...

  2. squid源码安装下的conf文件默认值和提示

    #    WELCOME TO SQUID 3.0.STABLE26#    ----------------------------##    This is the default Squid c ...

  3. inux环境PHP7.0安装

    inux环境PHP7.0安装   PHP7和HHVM比较PHP7的在真实场景的性能确实已经和HHVM相当, 在一些场景甚至超过了HHVM.HHVM的运维复杂, 是多线程模型, 这就代表着如果一个线程导 ...

  4. CentOS6.5升级为CentOS7.0

    CentOS6.5升级为CentOS7.0 CentOS6.5升级为CentOS7 升级前: [root@localhost ~]# cat /proc/version  Linux version ...

  5. redis-4.0.8 配置文件解读

    # Redis configuration file example.## Note that in order to read the configuration file, Redis must ...

  6. squid代理允许FTP访问设置

    # TAG: acl # Defining an Access List ============================= #Default: # acl all src all # #Re ...

  7. 009-docker-安装-redis:5.0.3

    1.搜索镜像 docker search redis 2.拉取合适镜像 docker pull redis:5.0.3 docker images 3.使用镜像 docker run -p 6379: ...

  8. Linux环境PHP7.0.2安装

    PHP7和HHVM比较PHP7的在真实场景的性能确实已经和HHVM相当, 在一些场景甚至超过了HHVM.HHVM的运维复杂, 是多线程模型, 这就代表着如果一个线程导致crash了, 那么整个服务就挂 ...

  9. Linux实战教学笔记42:squid代理与缓存实践(一)

    第1章 Squid介绍 1.1 缓存服务器介绍 缓存服务器(英文意思cache server),即用来存储(介质为内存及硬盘)用户访问的网页,图片,文件等等信息的专用服务器.这种服务器不仅可以使用户可 ...

随机推荐

  1. 20160908_Redis主从复制Replication

    1.主从redis,安装配置都是一样的.下面开始从服务器的配置. 参考的网址为:http://yanliu.org/2015/08/27/Redis%E4%B8%BB%E4%BB%8E%E5%A4%8 ...

  2. JavaScript基础知识汇总

    1. 图片热区: <img src="logo.jpg" usemap="#logo"> <map id="logo" n ...

  3. std::vector介绍

    vector是C++标准模板库中的部分内容,它是一个多功能的,能够操作多种数据结构和算法的模板类和函数库.vector之所以被认为是一个容器,是因为它能够像容器一样存放各种类型的对象,简单地说,vec ...

  4. google protobuf ios开发使用

    简介: protobuf 即 google protocol buffer 是一种数据封装格式协议: 比如其他经常用的xml,json等格式:protobuf的优势是效率高,同样的一份数据使用prot ...

  5. Laravel登录验证碰到的坑 哈希验证匹配问题

    用laravel 写登录验证 本来是用Crypt加密 添加用户到数据库的 后来验证密码  解密时一直报错 The payload is invaild 由于本人是laravel框架小白 自己思考许久未 ...

  6. telnet: connect to address xxxxxxx: No route to host

    在要连接的服务上执行iptables -F

  7. Retrofit 2.0使用

    最近在想能不能把之前项目里的网络请求改下 想通过Retrofit重构下,因为Retrofit完美兼容Rxjava后面会用到Rxjava 所以 开个坑写点 由于网上Retrofit 2.0的架构介绍很详 ...

  8. C# 检测程序运行时间的方法,Stopwatch类

    //需要引用命名空间,System.Diagnostics Stopwatch watch = new Stopwatch(); //实例化一个计时器 watch.Start(); //开始计时 #r ...

  9. sqlite数据类型

    sqlite数据类型(时间 日期 double等)     sqlite3支持的数据类型: NULL.INTEGER.REAL.TEXT.BLOB但是,sqlite3也支持如下的数据类型smallin ...

  10. div被object覆盖的解决办法

    代码: <div id="contextmenu" style="width: 120px; height:120px;DISPLAY: none; top: 26 ...