Visualizzazione dei risultati da 1 a 5 su 5

Discussione: Cache squid

  1. #1
    Utente di HTML.it L'avatar di Skiz85
    Registrato dal
    Apr 2009
    Messaggi
    32

    Cache squid

    Ciao a tutti,
    ho un problemino sul mio proxy, c'è qualcosa che mi sfugge ma non riesco a capire!!

    100 pc, 1 proxy.
    Unico problema è che il proxy si tiene in memoria i cookies, presumo.

    Prima funzionava tutto perfettamente, ho sostituito la macchina lasciando la configurazione identica al vecchio srv, cioè copiato il file squid.conf e settato il processo all'avvio con priorità massima

    In pratica se utilizzo un pc qualsiasi della rete proxato, vedo sempre la stessa pagina, come se non facesse una pulizia della cache o come se fosse configurato per tenere in memoria oggetti per troppo tempo.

    Qualche aiuto??

    Di seguito la configurazione dello squid:

    http_port 3128
    hierarchy_stoplist cgi-bin ?
    acl QUERY urlpath_regex cgi-bin \?

    no_cache deny QUERY
    cache_mem 50 MB
    cache_replacement_policy lru

    memory_replacement_policy lru

    cache_dir ufs /var/spool/squid 8000 16 256
    cache_access_log /var/log/squid/access.log
    cache_log /var/log/squid/cache.log
    cache_store_log /var/log/squid/store.log

    auth_param basic children 5
    auth_param basic realm Squid proxy-caching web server
    auth_param basic credentialsttl 2 hours

    refresh_pattern ^ftp: 1440 20% 10080
    refresh_pattern ^gopher: 1440 0% 1440
    refresh_pattern . 0 20% 4320


    acl all src 0.0.0.0/0.0.0.0
    acl manager proto cache_object
    acl localhost src 127.0.0.1/255.255.255.255
    acl to_localhost dst 127.0.0.0/8
    acl SSL_ports port 443 563 9999
    acl Safe_ports port 80 # http
    acl Safe_ports port 21 # ftp
    acl Safe_ports port 443 563 # https, snews
    acl Safe_ports port 70 # gopher
    acl Safe_ports port 210 # wais
    acl Safe_ports port 1025-65535 # unregistered ports
    acl Safe_ports port 280 # http-mgmt
    acl Safe_ports port 488 # gss-http
    acl Safe_ports port 591 # filemaker
    acl Safe_ports port 777 # multiling http
    acl CONNECT method CONNECT

    http_access allow manager localhost
    http_access deny manager
    http_access deny !Safe_ports
    http_access deny CONNECT !SSL_ports

    acl allowsites url_regex "/etc/squid/squidallowdeny/domains_allow.txt"
    acl denysites url_regex "/etc/squid/squidallowdeny/domains_deny.txt"
    acl Safe_ports port 82
    acl Safe_ports port 18080

    http_access deny denysites all
    http_access allow localhost
    http_access allow allowsites
    http_access allow selfcare
    http_access allow rete_internet
    http_access deny all

    http_reply_access allow all

    icp_access allow all

    visible_hostname ProxyWeb

    error_directory /usr/share/squid/errors/it
    error_directory /usr/share/squid/errors/it/


  2. #2
    Utente di HTML.it L'avatar di Skiz85
    Registrato dal
    Apr 2009
    Messaggi
    32

  3. #3
    se ti puo essere di aiuto ecco il mio:

    acl all src all
    acl manager proto cache_object
    acl localhost src 127.0.0.1/32
    acl to_localhost dst 127.0.0.0/8 0.0.0.0/32
    acl localnet src 10.0.0.0/8 # RFC1918 possible internal network
    acl localnet src 172.16.0.0/12 # RFC1918 possible internal network
    acl localnet src 192.168.0.0/16 # RFC1918 possible internal network
    acl SSL_ports port 443
    acl Safe_ports port 80 # http
    acl Safe_ports port 21 # ftp
    acl Safe_ports port 443 # https
    acl Safe_ports port 70 # gopher
    acl Safe_ports port 210 # wais
    acl Safe_ports port 1025-65535 # unregistered ports
    acl Safe_ports port 280 # http-mgmt
    acl Safe_ports port 488 # gss-http
    acl Safe_ports port 591 # filemaker
    acl Safe_ports port 777 # multiling http
    acl CONNECT method CONNECT
    http_access allow manager localhost
    http_access deny manager
    http_access deny !Safe_ports
    http_access deny CONNECT !SSL_ports
    http_access allow localnet
    http_access deny all
    icp_access allow localnet
    icp_access deny all
    http_port 3128
    hierarchy_stoplist cgi-bin ?
    access_log /var/log/squid/access.log squid
    refresh_pattern ^ftp: 1440 20% 10080
    refresh_pattern ^gopher: 1440 0% 1440
    refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
    refresh_pattern . 0 20% 4320
    acl shoutcast rep_header X-HTTP09-First-Line ^ICY.[0-9]
    upgrade_http0.9 deny shoutcast
    acl apache rep_header Server ^Apache
    broken_vary_encoding allow apache
    visible_hostname arch64
    coredump_dir /var/cache/squid

  4. #4
    Utente di HTML.it L'avatar di Skiz85
    Registrato dal
    Apr 2009
    Messaggi
    32
    cosa hai aggiunto?noto che non è più presente la cache mem e cache dir

    Grazie mille per la risposta

  5. #5
    mmm

    mi pare di aver preso uno da esempio

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.