当前位置 主页 > 服务器问题 > Linux/apache问题 >

    centos下简单配置安装Squid 3.0反向代理(3)

    栏目:Linux/apache问题 时间:2019-03-14 13:36


    refresh_pattern -i .avi$ 1440 90% 21600 reload-into-ims
    refresh_pattern -i .3gp$ 1440 90% 21600 reload-into-ims
    refresh_pattern -i .mp4$ 1440 90% 21600 reload-into-ims
    refresh_pattern -i .wmv$ 1440 90% 21600 reload-into-ims

    #keepalived
    client_persistent_connections off
    server_persistent_connections on

    #log
    emulate_httpd_log on
    logformat web1 %{X-Forwarded-For}>h %ui %un [%tl] "%rm %ru HTTP/%rv" %Hs %<st "%{Referer}>h" "%{User-Agent}>h" %Ss:%Sh
    cache_log /data/squidlog/cache.log
    cache_access_log /dev/null web1
    cache_store_log /dev/null
    strip_query_terms off
    logfile_rotate 10

    #other
    forwarded_for on
    log_icp_queries off
    via off
    httpd_suppress_version_string off
    ie_refresh off
    tcp_recv_bufsize 32 KB
    ipcache_size 1024
    ipcache_low 90
    ipcache_high 95
    cache_swap_low 80
    cache_swap_high 90
    request_header_max_size 128 KB

    quick_abort_min 20 KB
    quick_abort_max 20 KB
    quick_abort_pct 95

    connect_timeout 1 minute
    negative_ttl 0 minutes

    read_timeout 30 seconds
    pconn_timeout 120 seconds
    half_closed_clients off
    client_lifetime 10 minutes
    shutdown_lifetime 5 seconds

    hierarchy_stoplist cgi-bin ?
    access_log /dev/null squid

    本文首发于http://www.sudu.us/simple-to-install-squid-3-0-reverse-proxy-configuration/